diff options
author | Chris Robinson <[email protected]> | 2016-02-22 07:56:05 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-02-22 07:56:05 -0800 |
commit | 840fa1b5e8fe8c677a3cb3ed1178c222848317e0 (patch) | |
tree | 0c3385bd5f976bdd571da838b13f534e83e7da65 /utils/alsoft-config/mainwindow.ui | |
parent | 9d94f792de3c1bcd8260c0510c63ab5656ce07bf (diff) |
Add a warning if closing alsoft-config with unsaved changes
Diffstat (limited to 'utils/alsoft-config/mainwindow.ui')
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index 30e53d15..9e09cddb 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -1375,6 +1375,22 @@ added by the ALC_EXT_DEDICATED extension.</string> </widget> </widget> </widget> + <widget class="QPushButton" name="closeCancelButton"> + <property name="geometry"> + <rect> + <x>370</x> + <y>405</y> + <width>91</width> + <height>25</height> + </rect> + </property> + <property name="text"> + <string>Cancel</string> + </property> + <property name="icon"> + <iconset theme="window-close"/> + </property> + </widget> </widget> <widget class="QMenuBar" name="menuBar"> <property name="geometry"> |