25#include "abstractPropertyPageWidget.h"
28#include <qsharedpointer.h>
30#include "../codeEditor/pyCodeFormatter.h"
32#include "ui_widgetPropEditorAutoCodeFormat.h"
49 static void deleteLater(QObject *obj);
52 Ui::WidgetPropEditorAutoCodeFormat ui;
54 QSharedPointer<PyCodeFormatter> m_pyCodeFormatter;
61 void on_btnTest_clicked();
62 void on_btnTake_clicked();
64 void testCodeFormatterDone(
bool success, QString code);
Definition abstractPropertyPageWidget.h:33
Definition apiFunctionsGraph.cpp:40