QPythonCompleter.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 // Qt
4 #include <QCompleter> // Required for inheritance
5 
10 class QPythonCompleter : public QCompleter
11 {
12  Q_OBJECT
13 
14 public:
15 
20  explicit QPythonCompleter(QObject* parent=nullptr);
21 };
22 
23 
QPythonCompleter::QPythonCompleter
QPythonCompleter(QObject *parent=nullptr)
Constructor.
Definition: QPythonCompleter.cpp:9
QPythonCompleter
Class, that describes completer with glsl specific types and functions.
Definition: QPythonCompleter.hpp:10


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:23