forked from qt-creator/qt-creator
Polish the settings dialog.
Add a title label to the pages. Use QGroupBoxes throughout. Extend SavedAction to work with checkable QGroupBoxes. Polish UI files, use common layout for VCS plugins. Performance: Apply only visited settings pages. Add search keywords. Task-number: QTCREATOR-26
This commit is contained in:
@@ -56,6 +56,7 @@ public:
|
||||
QWidget *createPage(QWidget *parent);
|
||||
void apply();
|
||||
void finish() { }
|
||||
virtual bool matches(const QString &s) const;
|
||||
|
||||
bool applyChanges();
|
||||
|
||||
@@ -72,6 +73,7 @@ private:
|
||||
bool m_registeredDocs;
|
||||
QStringList m_removeDocs;
|
||||
Ui::DocSettingsPage m_ui;
|
||||
QString m_searchKeywords;
|
||||
};
|
||||
|
||||
} // namespace Help
|
||||
|
||||
Reference in New Issue
Block a user