Add option to draw or not the grid outside of the border of folio.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3850 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2015-03-24 23:10:15 +00:00
parent 2f9fd79371
commit af63714517
3 changed files with 13 additions and 3 deletions

View File

@@ -89,6 +89,7 @@ class GeneralConfigurationPage : public ConfigPage {
QGroupBox *projects_view_mode_;
QRadioButton *windowed_mode_;
QRadioButton *tabbed_mode_;
QCheckBox *m_grid_outside_border;
QLabel *warning_view_mode_;
QGroupBox *elements_management_;
QCheckBox *integrate_elements_;