|
17 | 17 | <string>This area displays information about the data present in this database cell</string> |
18 | 18 | </property> |
19 | 19 | <layout class="QVBoxLayout" name="verticalLayout_5"> |
| 20 | + <property name="spacing"> |
| 21 | + <number>0</number> |
| 22 | + </property> |
20 | 23 | <property name="leftMargin"> |
21 | 24 | <number>2</number> |
22 | 25 | </property> |
23 | 26 | <property name="topMargin"> |
24 | | - <number>2</number> |
| 27 | + <number>0</number> |
25 | 28 | </property> |
26 | 29 | <property name="rightMargin"> |
27 | 30 | <number>2</number> |
28 | 31 | </property> |
29 | 32 | <property name="bottomMargin"> |
30 | | - <number>2</number> |
| 33 | + <number>0</number> |
31 | 34 | </property> |
32 | 35 | <item> |
33 | 36 | <layout class="QHBoxLayout" name="horizontalLayout"> |
|
137 | 140 | </item> |
138 | 141 | <item> |
139 | 142 | <widget class="QToolBar" name="editCellToolbar"> |
| 143 | + <property name="movable"> |
| 144 | + <bool>false</bool> |
| 145 | + </property> |
| 146 | + <property name="iconSize"> |
| 147 | + <size> |
| 148 | + <width>16</width> |
| 149 | + <height>16</height> |
| 150 | + </size> |
| 151 | + </property> |
140 | 152 | <addaction name="actionWordWrap"/> |
141 | 153 | <addaction name="actionIndent"/> |
142 | 154 | <addaction name="actionImport"/> |
|
154 | 166 | <property name="currentIndex"> |
155 | 167 | <number>0</number> |
156 | 168 | </property> |
157 | | - <widget class="QWidget" name="editorSci"> |
158 | | - <property name="whatsThis"> |
159 | | - <string>The text editor modes let you edit plain text, as well as JSON or XML data with syntax highlighting, automatic formatting and validation before saving. |
160 | | - |
161 | | -Errors are indicated with a red squiggle underline. |
162 | | - |
163 | | -In the Evaluation mode, entered SQLite expressions are evaluated and the result applied to the cell.</string> |
| 169 | + <widget class="QTextEdit" name="qtEdit"> |
| 170 | + <property name="font"> |
| 171 | + <font> |
| 172 | + <family>Monospace</family> |
| 173 | + </font> |
164 | 174 | </property> |
165 | | - </widget> |
166 | | - <widget class="QWidget" name="rtlVerticalLayout"> |
167 | | - <layout class="QVBoxLayout" name="verticalLayout_3"> |
168 | | - <property name="spacing"> |
169 | | - <number>0</number> |
170 | | - </property> |
171 | | - <property name="leftMargin"> |
172 | | - <number>0</number> |
173 | | - </property> |
174 | | - <property name="topMargin"> |
175 | | - <number>0</number> |
176 | | - </property> |
177 | | - <property name="rightMargin"> |
178 | | - <number>0</number> |
179 | | - </property> |
180 | | - <property name="bottomMargin"> |
181 | | - <number>0</number> |
182 | | - </property> |
183 | | - <item> |
184 | | - <widget class="QTextEdit" name="qtEdit"> |
185 | | - <property name="font"> |
186 | | - <font> |
187 | | - <family>Monospace</family> |
188 | | - </font> |
189 | | - </property> |
190 | | - <property name="whatsThis"> |
191 | | - <string>This Qt editor is used for right-to-left scripts, which are not supported by the default Text editor. The presence of right-to-left characters is detected and this editor mode is automatically selected.</string> |
192 | | - </property> |
193 | | - <property name="acceptRichText"> |
194 | | - <bool>false</bool> |
195 | | - </property> |
196 | | - </widget> |
197 | | - </item> |
198 | | - </layout> |
199 | | - </widget> |
200 | | - <widget class="QWidget" name="editorBinary"> |
201 | | - <property name="contextMenuPolicy"> |
202 | | - <enum>Qt::ActionsContextMenu</enum> |
| 175 | + <property name="whatsThis"> |
| 176 | + <string>This Qt editor is used for right-to-left scripts, which are not supported by the default Text editor. The presence of right-to-left characters is detected and this editor mode is automatically selected.</string> |
203 | 177 | </property> |
204 | | - </widget> |
205 | | - <widget class="QWidget" name="editorImage"> |
206 | | - <property name="contextMenuPolicy"> |
207 | | - <enum>Qt::ActionsContextMenu</enum> |
| 178 | + <property name="acceptRichText"> |
| 179 | + <bool>false</bool> |
208 | 180 | </property> |
209 | 181 | </widget> |
210 | 182 | </widget> |
|
0 commit comments