|
990 | 990 | <item row="0" column="1"> |
991 | 991 | <widget class="QFontComboBox" name="comboEditorFont"/> |
992 | 992 | </item> |
993 | | - <item row="4" column="0"> |
| 993 | + <item row="5" column="0"> |
994 | 994 | <widget class="QLabel" name="label_20"> |
995 | 995 | <property name="text"> |
996 | 996 | <string>Code co&mpletion</string> |
|
1000 | 1000 | </property> |
1001 | 1001 | </widget> |
1002 | 1002 | </item> |
1003 | | - <item row="4" column="1"> |
| 1003 | + <item row="5" column="1"> |
1004 | 1004 | <widget class="QCheckBox" name="checkAutoCompletion"> |
1005 | 1005 | <property name="text"> |
1006 | 1006 | <string>enabled</string> |
1007 | 1007 | </property> |
1008 | 1008 | </widget> |
1009 | 1009 | </item> |
1010 | | - <item row="5" column="0"> |
| 1010 | + <item row="6" column="0"> |
1011 | 1011 | <widget class="QLabel" name="label_24"> |
1012 | 1012 | <property name="text"> |
1013 | 1013 | <string>Keywords in &UPPER CASE</string> |
|
1017 | 1017 | </property> |
1018 | 1018 | </widget> |
1019 | 1019 | </item> |
1020 | | - <item row="5" column="1"> |
| 1020 | + <item row="6" column="1"> |
1021 | 1021 | <widget class="QCheckBox" name="checkCompleteUpper"> |
1022 | 1022 | <property name="toolTip"> |
1023 | 1023 | <string>When set, the SQL keywords are completed in UPPER CASE letters.</string> |
|
1027 | 1027 | </property> |
1028 | 1028 | </widget> |
1029 | 1029 | </item> |
1030 | | - <item row="6" column="0"> |
| 1030 | + <item row="7" column="0"> |
1031 | 1031 | <widget class="QLabel" name="label_15"> |
1032 | 1032 | <property name="text"> |
1033 | 1033 | <string>Error indicators</string> |
|
1037 | 1037 | </property> |
1038 | 1038 | </widget> |
1039 | 1039 | </item> |
1040 | | - <item row="6" column="1"> |
| 1040 | + <item row="7" column="1"> |
1041 | 1041 | <widget class="QCheckBox" name="checkErrorIndicators"> |
1042 | 1042 | <property name="toolTip"> |
1043 | 1043 | <string>When set, the SQL code lines that caused errors during the last execution are highlighted and the results frame indicates the error in the background</string> |
|
1047 | 1047 | </property> |
1048 | 1048 | </widget> |
1049 | 1049 | </item> |
1050 | | - <item row="7" column="0"> |
| 1050 | + <item row="8" column="0"> |
1051 | 1051 | <widget class="QLabel" name="label_10"> |
1052 | 1052 | <property name="text"> |
1053 | 1053 | <string>Hori&zontal tiling</string> |
|
1057 | 1057 | </property> |
1058 | 1058 | </widget> |
1059 | 1059 | </item> |
1060 | | - <item row="7" column="1"> |
| 1060 | + <item row="8" column="1"> |
1061 | 1061 | <widget class="QCheckBox" name="checkHorizontalTiling"> |
1062 | 1062 | <property name="toolTip"> |
1063 | 1063 | <string>If enabled the SQL code editor and the result table view are shown side by side instead of one over the other.</string> |
|
1067 | 1067 | </property> |
1068 | 1068 | </widget> |
1069 | 1069 | </item> |
| 1070 | + <item row="4" column="1"> |
| 1071 | + <widget class="QComboBox" name="wrapComboBox"> |
| 1072 | + <item> |
| 1073 | + <property name="text"> |
| 1074 | + <string>Never</string> |
| 1075 | + </property> |
| 1076 | + </item> |
| 1077 | + <item> |
| 1078 | + <property name="text"> |
| 1079 | + <string>At word boundaries</string> |
| 1080 | + </property> |
| 1081 | + </item> |
| 1082 | + <item> |
| 1083 | + <property name="text"> |
| 1084 | + <string>At character boundaries</string> |
| 1085 | + </property> |
| 1086 | + </item> |
| 1087 | + <item> |
| 1088 | + <property name="text"> |
| 1089 | + <string>At whitespace boundaries</string> |
| 1090 | + </property> |
| 1091 | + </item> |
| 1092 | + </widget> |
| 1093 | + </item> |
| 1094 | + <item row="4" column="0"> |
| 1095 | + <widget class="QLabel" name="wrapLabel"> |
| 1096 | + <property name="text"> |
| 1097 | + <string>Wrap lines</string> |
| 1098 | + </property> |
| 1099 | + <property name="buddy"> |
| 1100 | + <cstring>wrapComboBox</cstring> |
| 1101 | + </property> |
| 1102 | + </widget> |
| 1103 | + </item> |
1070 | 1104 | </layout> |
1071 | 1105 | </item> |
1072 | 1106 | </layout> |
|
0 commit comments