We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30237e9 commit 681e208Copy full SHA for 681e208
Libs/Widgets/ctkSettingsDialog.h
@@ -66,6 +66,8 @@ class CTK_WIDGETS_EXPORT ctkSettingsDialog : public QDialog
66
QSettings* settings()const;
67
void setSettings(QSettings* settings);
68
69
+ /// Get the panel based on its title. The title is the string displayed to
70
+ /// users therefore it is a localized string (translated to different languages).
71
ctkSettingsPanel* panel(const QString& panel)const;
72
ctkSettingsPanel* currentPanel()const;
73
0 commit comments