19class ScreenSettingsDialog;
34 void on_m_pButtonAddAlias_clicked();
35 void on_m_pButtonRemoveAlias_clicked();
36 void on_m_pLineEditAlias_textChanged(
const QString &text);
37 void on_m_pListAliases_itemSelectionChanged();
40 std::unique_ptr<Ui::ScreenSettingsDialog> ui;
Definition ScreenList.h:12
void accept() override
Definition ScreenSettingsDialog.cpp:69
~ScreenSettingsDialog() override
ScreenSettingsDialog(QWidget *parent, Screen *pScreen=nullptr, const ScreenList *pScreens=nullptr)
Definition ScreenSettingsDialog.cpp:26
Definition AboutDialog.h:13