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 
Class, that describes completer with glsl specific types and functions.
QPythonCompleter(QObject *parent=nullptr)
Constructor.


plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:01:38