Add new QCheckBox in QET settings for Keep projects in read-only, their

files will cannot be over written


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4872 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2017-01-25 16:53:09 +00:00
parent f40950d714
commit 15c3bf1a39
3 changed files with 11 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ class GeneralConfigurationPage : public ConfigPage {
QCheckBox *save_label_paste_;
QCheckBox *folio_panel_;
QCheckBox *terminal_exportlist_;
QCheckBox *readonly_;
QGroupBox *projects_view_mode_;
QRadioButton *windowed_mode_;
QRadioButton *tabbed_mode_;