Mercurial > hg > svgui
comparison widgets/PluginPathConfigurator.h @ 1292:41824255ddf2 plugin-path-config
Plugin review dialog
author | Chris Cannam |
---|---|
date | Fri, 25 May 2018 13:39:08 +0100 |
parents | b5c71304286e |
children | 6dd15b5c14f9 |
comparison
equal
deleted
inserted
replaced
1291:b5c71304286e | 1292:41824255ddf2 |
---|---|
59 void deleteClicked(); | 59 void deleteClicked(); |
60 void resetClicked(); | 60 void resetClicked(); |
61 void currentTypeChanged(QString); | 61 void currentTypeChanged(QString); |
62 void currentLocationChanged(int); | 62 void currentLocationChanged(int); |
63 void envOverrideChanged(int); | 63 void envOverrideChanged(int); |
64 void seePluginsClicked(); | |
64 | 65 |
65 private: | 66 private: |
66 QGridLayout *m_layout; | 67 QGridLayout *m_layout; |
67 QLabel *m_header; | 68 QLabel *m_header; |
68 QComboBox *m_pluginTypeSelector; | 69 QComboBox *m_pluginTypeSelector; |
69 QListWidget *m_list; | 70 QListWidget *m_list; |
71 QPushButton *m_seePlugins; | |
70 QPushButton *m_up; | 72 QPushButton *m_up; |
71 QPushButton *m_down; | 73 QPushButton *m_down; |
72 QPushButton *m_add; | 74 QPushButton *m_add; |
73 QPushButton *m_delete; | 75 QPushButton *m_delete; |
74 QPushButton *m_reset; | 76 QPushButton *m_reset; |