5 <property name="geometry"> |
5 <property name="geometry"> |
6 <rect> |
6 <rect> |
7 <x>0</x> |
7 <x>0</x> |
8 <y>0</y> |
8 <y>0</y> |
9 <width>600</width> |
9 <width>600</width> |
10 <height>1621</height> |
10 <height>1696</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <layout class="QVBoxLayout" name="verticalLayout_5"> |
13 <layout class="QVBoxLayout" name="verticalLayout_6"> |
14 <item> |
14 <item> |
15 <widget class="QLabel" name="headerLabel"> |
15 <widget class="QLabel" name="headerLabel"> |
16 <property name="text"> |
16 <property name="text"> |
17 <string><b>Configure file handling settings</b></string> |
17 <string><b>Configure file handling settings</b></string> |
18 </property> |
18 </property> |
34 <item> |
34 <item> |
35 <widget class="QGroupBox" name="groupBox_3"> |
35 <widget class="QGroupBox" name="groupBox_3"> |
36 <property name="title"> |
36 <property name="title"> |
37 <string>Open && Close</string> |
37 <string>Open && Close</string> |
38 </property> |
38 </property> |
39 <layout class="QVBoxLayout"> |
39 <layout class="QVBoxLayout" name="verticalLayout_5"> |
40 <item> |
40 <item> |
41 <layout class="QHBoxLayout"> |
41 <layout class="QHBoxLayout"> |
42 <item> |
42 <item> |
43 <widget class="QCheckBox" name="clearBreakpointsCheckBox"> |
43 <widget class="QCheckBox" name="clearBreakpointsCheckBox"> |
44 <property name="toolTip"> |
44 <property name="toolTip"> |
60 </widget> |
60 </widget> |
61 </item> |
61 </item> |
62 </layout> |
62 </layout> |
63 </item> |
63 </item> |
64 <item> |
64 <item> |
65 <layout class="QHBoxLayout"> |
65 <layout class="QGridLayout" name="gridLayout_6"> |
66 <item> |
66 <item row="0" column="0"> |
67 <widget class="QLabel" name="label"> |
67 <widget class="QLabel" name="label"> |
68 <property name="text"> |
68 <property name="text"> |
69 <string>Warn, if file is greater than</string> |
69 <string>Warn, if file is greater than</string> |
70 </property> |
70 </property> |
71 </widget> |
71 </widget> |
72 </item> |
72 </item> |
73 <item> |
73 <item row="0" column="1"> |
74 <widget class="QSpinBox" name="warnFilesizeSpinBox"> |
74 <widget class="QSpinBox" name="warnFilesizeSpinBox"> |
75 <property name="toolTip"> |
75 <property name="toolTip"> |
76 <string>Enter the filesize, a warning dialog should be shown.</string> |
76 <string>Enter the filesize, a warning dialog should be shown.</string> |
77 </property> |
77 </property> |
78 <property name="suffix"> |
78 <property name="suffix"> |
90 <property name="value"> |
90 <property name="value"> |
91 <number>1024</number> |
91 <number>1024</number> |
92 </property> |
92 </property> |
93 </widget> |
93 </widget> |
94 </item> |
94 </item> |
95 <item> |
95 <item row="0" column="2"> |
96 <spacer> |
96 <spacer name="horizontalSpacer_3"> |
97 <property name="orientation"> |
97 <property name="orientation"> |
98 <enum>Qt::Horizontal</enum> |
98 <enum>Qt::Horizontal</enum> |
99 </property> |
99 </property> |
100 <property name="sizeHint" stdset="0"> |
100 <property name="sizeHint" stdset="0"> |
101 <size> |
101 <size> |
102 <width>40</width> |
102 <width>32</width> |
103 <height>20</height> |
103 <height>17</height> |
104 </size> |
104 </size> |
105 </property> |
105 </property> |
106 </spacer> |
106 </spacer> |
|
107 </item> |
|
108 <item row="1" column="0"> |
|
109 <widget class="QLabel" name="label_13"> |
|
110 <property name="text"> |
|
111 <string>Reject, if file is greater than</string> |
|
112 </property> |
|
113 </widget> |
|
114 </item> |
|
115 <item row="1" column="1"> |
|
116 <widget class="QSpinBox" name="rejectFilesizeSpinBox"> |
|
117 <property name="toolTip"> |
|
118 <string>Enter the filesize, opening a file should be rejected.</string> |
|
119 </property> |
|
120 <property name="suffix"> |
|
121 <string> KB</string> |
|
122 </property> |
|
123 <property name="minimum"> |
|
124 <number>1</number> |
|
125 </property> |
|
126 <property name="maximum"> |
|
127 <number>16384</number> |
|
128 </property> |
|
129 <property name="singleStep"> |
|
130 <number>16</number> |
|
131 </property> |
|
132 <property name="value"> |
|
133 <number>4096</number> |
|
134 </property> |
|
135 </widget> |
107 </item> |
136 </item> |
108 </layout> |
137 </layout> |
109 </item> |
138 </item> |
110 </layout> |
139 </layout> |
111 </widget> |
140 </widget> |
745 </widget> |
774 </widget> |
746 <tabstops> |
775 <tabstops> |
747 <tabstop>clearBreakpointsCheckBox</tabstop> |
776 <tabstop>clearBreakpointsCheckBox</tabstop> |
748 <tabstop>automaticReopenCheckBox</tabstop> |
777 <tabstop>automaticReopenCheckBox</tabstop> |
749 <tabstop>warnFilesizeSpinBox</tabstop> |
778 <tabstop>warnFilesizeSpinBox</tabstop> |
|
779 <tabstop>rejectFilesizeSpinBox</tabstop> |
750 <tabstop>lfRadioButton</tabstop> |
780 <tabstop>lfRadioButton</tabstop> |
751 <tabstop>crRadioButton</tabstop> |
781 <tabstop>crRadioButton</tabstop> |
752 <tabstop>crlfRadioButton</tabstop> |
782 <tabstop>crlfRadioButton</tabstop> |
753 <tabstop>automaticEolConversionCheckBox</tabstop> |
783 <tabstop>automaticEolConversionCheckBox</tabstop> |
754 <tabstop>insertFinalNewlineCheckBox</tabstop> |
784 <tabstop>insertFinalNewlineCheckBox</tabstop> |
768 <tabstop>previewRefreshTimeoutSpinBox</tabstop> |
798 <tabstop>previewRefreshTimeoutSpinBox</tabstop> |
769 <tabstop>previewHtmlExtensionsEdit</tabstop> |
799 <tabstop>previewHtmlExtensionsEdit</tabstop> |
770 <tabstop>previewMarkdownExtensionsEdit</tabstop> |
800 <tabstop>previewMarkdownExtensionsEdit</tabstop> |
771 <tabstop>previewMarkdownHTMLFormatComboBox</tabstop> |
801 <tabstop>previewMarkdownHTMLFormatComboBox</tabstop> |
772 <tabstop>previewMarkdownNLtoBreakCheckBox</tabstop> |
802 <tabstop>previewMarkdownNLtoBreakCheckBox</tabstop> |
|
803 <tabstop>previewMarkdownPyMdownCheckBox</tabstop> |
|
804 <tabstop>previewMarkdownPyMdownInstallPushButton</tabstop> |
773 <tabstop>previewMarkdownMathJaxCheckBox</tabstop> |
805 <tabstop>previewMarkdownMathJaxCheckBox</tabstop> |
774 <tabstop>previewMarkdownMermaidCheckBox</tabstop> |
806 <tabstop>previewMarkdownMermaidCheckBox</tabstop> |
775 <tabstop>previewMarkdownPyMdownCheckBox</tabstop> |
|
776 <tabstop>previewMarkdownPyMdownInstallPushButton</tabstop> |
|
777 <tabstop>previewRestExtensionsEdit</tabstop> |
807 <tabstop>previewRestExtensionsEdit</tabstop> |
778 <tabstop>previewRestSphinxCheckBox</tabstop> |
808 <tabstop>previewRestSphinxCheckBox</tabstop> |
779 <tabstop>previewRestDocutilsHTMLFormatComboBox</tabstop> |
809 <tabstop>previewRestDocutilsHTMLFormatComboBox</tabstop> |
780 <tabstop>previewQssExtensionsEdit</tabstop> |
810 <tabstop>previewQssExtensionsEdit</tabstop> |
781 </tabstops> |
811 </tabstops> |