forked from qt-creator/qt-creator
QmlJSTools: inline .ui files
qmljscodestylesettingswidget.ui qmljscodestylesettingspage.ui Change-Id: I6d688e9e9b7cbefb552ef015f87d7a3cba21d699 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -7,13 +7,14 @@
|
||||
|
||||
#include <QGroupBox>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QSpinBox;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace QmlJSTools {
|
||||
class QmlJSCodeStyleSettings;
|
||||
|
||||
namespace Internal { namespace Ui { class QmlJSCodeStyleSettingsWidget; } }
|
||||
|
||||
|
||||
class QMLJSTOOLS_EXPORT QmlJSCodeStyleSettingsWidget : public QGroupBox
|
||||
class QMLJSTOOLS_EXPORT QmlJSCodeStyleSettingsWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -24,7 +25,6 @@ public:
|
||||
};
|
||||
|
||||
explicit QmlJSCodeStyleSettingsWidget(QWidget *parent = nullptr);
|
||||
~QmlJSCodeStyleSettingsWidget() override;
|
||||
|
||||
QmlJSCodeStyleSettings codeStyleSettings() const;
|
||||
|
||||
@@ -38,7 +38,7 @@ private:
|
||||
void slotSettingsChanged();
|
||||
void codingStyleLinkActivated(const QString &linkString);
|
||||
|
||||
Internal::Ui::QmlJSCodeStyleSettingsWidget *ui;
|
||||
QSpinBox *m_lineLengthSpinBox;
|
||||
};
|
||||
|
||||
} // namespace QmlJSTools
|
||||
|
||||
Reference in New Issue
Block a user