mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 09:40:52 +01:00
ExportDialog: Add buttons for SelectAll and De-Select All
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2861 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -68,6 +68,10 @@ class ExportDialog : public QDialog {
|
||||
QGridLayout *diagrams_list_layout_;
|
||||
ExportPropertiesWidget *epw;
|
||||
QDialogButtonBox *buttons;
|
||||
|
||||
QPushButton *selectAll;
|
||||
QPushButton *deSelectAll;
|
||||
|
||||
// mappers
|
||||
QSignalMapper *preview_mapper_;
|
||||
QSignalMapper *width_mapper_;
|
||||
@@ -104,5 +108,7 @@ class ExportDialog : public QDialog {
|
||||
void slot_changeFilesExtension(bool = false);
|
||||
void slot_previewDiagram(int);
|
||||
void slot_exportToClipBoard(int);
|
||||
void slot_selectAllClicked();
|
||||
void slot_deSelectAllClicked();
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user