|
236 | 236 | <item>
|
237 | 237 | <widget class="QStackedWidget" name="mOptionsStackedWidget">
|
238 | 238 | <property name="currentIndex">
|
239 |
| - <number>0</number> |
| 239 | + <number>1</number> |
240 | 240 | </property>
|
241 | 241 | <widget class="QWidget" name="mOptionsPage_01">
|
242 | 242 | <layout class="QVBoxLayout" name="verticalLayout_3">
|
|
266 | 266 | <rect>
|
267 | 267 | <x>0</x>
|
268 | 268 | <y>0</y>
|
269 |
| - <width>687</width> |
270 |
| - <height>523</height> |
| 269 | + <width>661</width> |
| 270 | + <height>674</height> |
271 | 271 | </rect>
|
272 | 272 | </property>
|
273 | 273 | <layout class="QVBoxLayout" name="verticalLayout_28">
|
|
912 | 912 | <rect>
|
913 | 913 | <x>0</x>
|
914 | 914 | <y>0</y>
|
915 |
| - <width>670</width> |
916 |
| - <height>750</height> |
| 915 | + <width>661</width> |
| 916 | + <height>803</height> |
917 | 917 | </rect>
|
918 | 918 | </property>
|
919 | 919 | <layout class="QVBoxLayout" name="verticalLayout_22">
|
| 920 | + <item> |
| 921 | + <widget class="QGroupBox" name="groupBox_2"> |
| 922 | + <property name="title"> |
| 923 | + <string>SVG paths</string> |
| 924 | + </property> |
| 925 | + <layout class="QGridLayout" name="_6"> |
| 926 | + <item row="0" column="0"> |
| 927 | + <widget class="QLabel" name="mSVGLabel"> |
| 928 | + <property name="text"> |
| 929 | + <string>Path(s) to search for Scalable Vector Graphic (SVG) symbols</string> |
| 930 | + </property> |
| 931 | + </widget> |
| 932 | + </item> |
| 933 | + <item row="0" column="1"> |
| 934 | + <spacer> |
| 935 | + <property name="orientation"> |
| 936 | + <enum>Qt::Horizontal</enum> |
| 937 | + </property> |
| 938 | + <property name="sizeHint" stdset="0"> |
| 939 | + <size> |
| 940 | + <width>31</width> |
| 941 | + <height>20</height> |
| 942 | + </size> |
| 943 | + </property> |
| 944 | + </spacer> |
| 945 | + </item> |
| 946 | + <item row="0" column="2"> |
| 947 | + <widget class="QPushButton" name="mBtnAddSVGPath"> |
| 948 | + <property name="text"> |
| 949 | + <string>Add</string> |
| 950 | + </property> |
| 951 | + </widget> |
| 952 | + </item> |
| 953 | + <item row="0" column="3"> |
| 954 | + <widget class="QPushButton" name="mBtnRemoveSVGPath"> |
| 955 | + <property name="text"> |
| 956 | + <string>Remove</string> |
| 957 | + </property> |
| 958 | + </widget> |
| 959 | + </item> |
| 960 | + <item row="1" column="0" colspan="4"> |
| 961 | + <widget class="QListWidget" name="mListSVGPaths"> |
| 962 | + <property name="minimumSize"> |
| 963 | + <size> |
| 964 | + <width>0</width> |
| 965 | + <height>120</height> |
| 966 | + </size> |
| 967 | + </property> |
| 968 | + </widget> |
| 969 | + </item> |
| 970 | + </layout> |
| 971 | + </widget> |
| 972 | + </item> |
| 973 | + <item> |
| 974 | + <widget class="QGroupBox" name="groupBox_4"> |
| 975 | + <property name="title"> |
| 976 | + <string>Plugin paths</string> |
| 977 | + </property> |
| 978 | + <layout class="QGridLayout" name="_3"> |
| 979 | + <item row="0" column="0"> |
| 980 | + <widget class="QLabel" name="mSVGLabel_2"> |
| 981 | + <property name="text"> |
| 982 | + <string>Path(s) to search for additional C++ plugins libraries</string> |
| 983 | + </property> |
| 984 | + </widget> |
| 985 | + </item> |
| 986 | + <item row="0" column="1"> |
| 987 | + <spacer> |
| 988 | + <property name="orientation"> |
| 989 | + <enum>Qt::Horizontal</enum> |
| 990 | + </property> |
| 991 | + <property name="sizeHint" stdset="0"> |
| 992 | + <size> |
| 993 | + <width>31</width> |
| 994 | + <height>20</height> |
| 995 | + </size> |
| 996 | + </property> |
| 997 | + </spacer> |
| 998 | + </item> |
| 999 | + <item row="0" column="2"> |
| 1000 | + <widget class="QPushButton" name="mBtnAddPluginPath"> |
| 1001 | + <property name="text"> |
| 1002 | + <string>Add</string> |
| 1003 | + </property> |
| 1004 | + </widget> |
| 1005 | + </item> |
| 1006 | + <item row="0" column="3"> |
| 1007 | + <widget class="QPushButton" name="mBtnRemovePluginPath"> |
| 1008 | + <property name="text"> |
| 1009 | + <string>Remove</string> |
| 1010 | + </property> |
| 1011 | + </widget> |
| 1012 | + </item> |
| 1013 | + <item row="1" column="0" colspan="4"> |
| 1014 | + <widget class="QListWidget" name="mListPluginPaths"> |
| 1015 | + <property name="minimumSize"> |
| 1016 | + <size> |
| 1017 | + <width>0</width> |
| 1018 | + <height>120</height> |
| 1019 | + </size> |
| 1020 | + </property> |
| 1021 | + </widget> |
| 1022 | + </item> |
| 1023 | + </layout> |
| 1024 | + </widget> |
| 1025 | + </item> |
920 | 1026 | <item>
|
921 | 1027 | <widget class="QGroupBox" name="mEnvironmentGrpBx">
|
922 | 1028 | <property name="minimumSize">
|
|
929 | 1035 | <string>Environment</string>
|
930 | 1036 | </property>
|
931 | 1037 | <layout class="QGridLayout" name="gridLayout_32">
|
932 |
| - <item row="1" column="0" colspan="4"> |
| 1038 | + <item row="3" column="0" colspan="4"> |
933 | 1039 | <widget class="QTableWidget" name="mCustomVariablesTable">
|
934 | 1040 | <property name="minimumSize">
|
935 | 1041 | <size>
|
|
981 | 1087 | </column>
|
982 | 1088 | </widget>
|
983 | 1089 | </item>
|
984 |
| - <item row="0" column="3"> |
| 1090 | + <item row="1" column="3"> |
985 | 1091 | <widget class="QPushButton" name="mRemoveCustomVarBtn">
|
986 | 1092 | <property name="sizePolicy">
|
987 | 1093 | <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
|
994 | 1100 | </property>
|
995 | 1101 | </widget>
|
996 | 1102 | </item>
|
997 |
| - <item row="0" column="2"> |
| 1103 | + <item row="1" column="2"> |
998 | 1104 | <widget class="QPushButton" name="mAddCustomVarBtn">
|
999 | 1105 | <property name="sizePolicy">
|
1000 | 1106 | <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
|
1007 | 1113 | </property>
|
1008 | 1114 | </widget>
|
1009 | 1115 | </item>
|
1010 |
| - <item row="2" column="0" colspan="4"> |
| 1116 | + <item row="4" column="0" colspan="4"> |
1011 | 1117 | <widget class="QgsCollapsibleGroupBox" name="mCurrentVariablesGrpBx">
|
1012 | 1118 | <property name="minimumSize">
|
1013 | 1119 | <size>
|
|
1085 | 1191 | </layout>
|
1086 | 1192 | </widget>
|
1087 | 1193 | </item>
|
1088 |
| - <item row="0" column="0"> |
| 1194 | + <item row="1" column="0"> |
1089 | 1195 | <widget class="QCheckBox" name="mCustomVariablesChkBx">
|
1090 | 1196 | <property name="text">
|
1091 | 1197 | <string>Use custom variables (restart required - include separators)</string>
|
1092 | 1198 | </property>
|
1093 | 1199 | </widget>
|
1094 | 1200 | </item>
|
1095 |
| - <item row="0" column="1"> |
| 1201 | + <item row="1" column="1"> |
1096 | 1202 | <spacer name="horizontalSpacer_14">
|
1097 | 1203 | <property name="orientation">
|
1098 | 1204 | <enum>Qt::Horizontal</enum>
|
|
1108 | 1214 | </layout>
|
1109 | 1215 | </widget>
|
1110 | 1216 | </item>
|
1111 |
| - <item> |
1112 |
| - <widget class="QGroupBox" name="groupBox_4"> |
1113 |
| - <property name="title"> |
1114 |
| - <string>Plugin paths</string> |
1115 |
| - </property> |
1116 |
| - <layout class="QGridLayout" name="_3"> |
1117 |
| - <item row="0" column="0"> |
1118 |
| - <widget class="QLabel" name="mSVGLabel_2"> |
1119 |
| - <property name="text"> |
1120 |
| - <string>Path(s) to search for additional C++ plugins libraries</string> |
1121 |
| - </property> |
1122 |
| - </widget> |
1123 |
| - </item> |
1124 |
| - <item row="0" column="1"> |
1125 |
| - <spacer> |
1126 |
| - <property name="orientation"> |
1127 |
| - <enum>Qt::Horizontal</enum> |
1128 |
| - </property> |
1129 |
| - <property name="sizeHint" stdset="0"> |
1130 |
| - <size> |
1131 |
| - <width>31</width> |
1132 |
| - <height>20</height> |
1133 |
| - </size> |
1134 |
| - </property> |
1135 |
| - </spacer> |
1136 |
| - </item> |
1137 |
| - <item row="0" column="2"> |
1138 |
| - <widget class="QPushButton" name="mBtnAddPluginPath"> |
1139 |
| - <property name="text"> |
1140 |
| - <string>Add</string> |
1141 |
| - </property> |
1142 |
| - </widget> |
1143 |
| - </item> |
1144 |
| - <item row="0" column="3"> |
1145 |
| - <widget class="QPushButton" name="mBtnRemovePluginPath"> |
1146 |
| - <property name="text"> |
1147 |
| - <string>Remove</string> |
1148 |
| - </property> |
1149 |
| - </widget> |
1150 |
| - </item> |
1151 |
| - <item row="1" column="0" colspan="4"> |
1152 |
| - <widget class="QListWidget" name="mListPluginPaths"> |
1153 |
| - <property name="minimumSize"> |
1154 |
| - <size> |
1155 |
| - <width>0</width> |
1156 |
| - <height>120</height> |
1157 |
| - </size> |
1158 |
| - </property> |
1159 |
| - </widget> |
1160 |
| - </item> |
1161 |
| - </layout> |
1162 |
| - </widget> |
1163 |
| - </item> |
1164 |
| - <item> |
1165 |
| - <widget class="QGroupBox" name="groupBox_2"> |
1166 |
| - <property name="title"> |
1167 |
| - <string>SVG paths</string> |
1168 |
| - </property> |
1169 |
| - <layout class="QGridLayout" name="_6"> |
1170 |
| - <item row="0" column="0"> |
1171 |
| - <widget class="QLabel" name="mSVGLabel"> |
1172 |
| - <property name="text"> |
1173 |
| - <string>Path(s) to search for Scalable Vector Graphic (SVG) symbols</string> |
1174 |
| - </property> |
1175 |
| - </widget> |
1176 |
| - </item> |
1177 |
| - <item row="0" column="1"> |
1178 |
| - <spacer> |
1179 |
| - <property name="orientation"> |
1180 |
| - <enum>Qt::Horizontal</enum> |
1181 |
| - </property> |
1182 |
| - <property name="sizeHint" stdset="0"> |
1183 |
| - <size> |
1184 |
| - <width>31</width> |
1185 |
| - <height>20</height> |
1186 |
| - </size> |
1187 |
| - </property> |
1188 |
| - </spacer> |
1189 |
| - </item> |
1190 |
| - <item row="0" column="2"> |
1191 |
| - <widget class="QPushButton" name="mBtnAddSVGPath"> |
1192 |
| - <property name="text"> |
1193 |
| - <string>Add</string> |
1194 |
| - </property> |
1195 |
| - </widget> |
1196 |
| - </item> |
1197 |
| - <item row="0" column="3"> |
1198 |
| - <widget class="QPushButton" name="mBtnRemoveSVGPath"> |
1199 |
| - <property name="text"> |
1200 |
| - <string>Remove</string> |
1201 |
| - </property> |
1202 |
| - </widget> |
1203 |
| - </item> |
1204 |
| - <item row="1" column="0" colspan="4"> |
1205 |
| - <widget class="QListWidget" name="mListSVGPaths"> |
1206 |
| - <property name="minimumSize"> |
1207 |
| - <size> |
1208 |
| - <width>0</width> |
1209 |
| - <height>120</height> |
1210 |
| - </size> |
1211 |
| - </property> |
1212 |
| - </widget> |
1213 |
| - </item> |
1214 |
| - </layout> |
1215 |
| - </widget> |
1216 |
| - </item> |
1217 | 1217 | </layout>
|
1218 | 1218 | </widget>
|
1219 | 1219 | </widget>
|
|
1248 | 1248 | <rect>
|
1249 | 1249 | <x>0</x>
|
1250 | 1250 | <y>0</y>
|
1251 |
| - <width>687</width> |
1252 |
| - <height>523</height> |
| 1251 | + <width>527</width> |
| 1252 | + <height>443</height> |
1253 | 1253 | </rect>
|
1254 | 1254 | </property>
|
1255 | 1255 | <layout class="QVBoxLayout" name="verticalLayout_27">
|
|
1577 | 1577 | <rect>
|
1578 | 1578 | <x>0</x>
|
1579 | 1579 | <y>0</y>
|
1580 |
| - <width>670</width> |
1581 |
| - <height>611</height> |
| 1580 | + <width>611</width> |
| 1581 | + <height>757</height> |
1582 | 1582 | </rect>
|
1583 | 1583 | </property>
|
1584 | 1584 | <layout class="QVBoxLayout" name="verticalLayout_29">
|
|
2092 | 2092 | <rect>
|
2093 | 2093 | <x>0</x>
|
2094 | 2094 | <y>0</y>
|
2095 |
| - <width>687</width> |
2096 |
| - <height>523</height> |
| 2095 | + <width>476</width> |
| 2096 | + <height>353</height> |
2097 | 2097 | </rect>
|
2098 | 2098 | </property>
|
2099 | 2099 | <layout class="QVBoxLayout" name="verticalLayout_25">
|
|
2395 | 2395 | <rect>
|
2396 | 2396 | <x>0</x>
|
2397 | 2397 | <y>0</y>
|
2398 |
| - <width>670</width> |
2399 |
| - <height>619</height> |
| 2398 | + <width>529</width> |
| 2399 | + <height>770</height> |
2400 | 2400 | </rect>
|
2401 | 2401 | </property>
|
2402 | 2402 | <layout class="QVBoxLayout" name="verticalLayout_30">
|
|
2802 | 2802 | <rect>
|
2803 | 2803 | <x>0</x>
|
2804 | 2804 | <y>0</y>
|
2805 |
| - <width>670</width> |
2806 |
| - <height>551</height> |
| 2805 | + <width>489</width> |
| 2806 | + <height>691</height> |
2807 | 2807 | </rect>
|
2808 | 2808 | </property>
|
2809 | 2809 | <layout class="QVBoxLayout" name="verticalLayout_31">
|
|
3303 | 3303 | <rect>
|
3304 | 3304 | <x>0</x>
|
3305 | 3305 | <y>0</y>
|
3306 |
| - <width>687</width> |
3307 |
| - <height>523</height> |
| 3306 | + <width>462</width> |
| 3307 | + <height>386</height> |
3308 | 3308 | </rect>
|
3309 | 3309 | </property>
|
3310 | 3310 | <layout class="QVBoxLayout" name="verticalLayout_6">
|
|
3443 | 3443 | <rect>
|
3444 | 3444 | <x>0</x>
|
3445 | 3445 | <y>0</y>
|
3446 |
| - <width>687</width> |
3447 |
| - <height>523</height> |
| 3446 | + <width>635</width> |
| 3447 | + <height>422</height> |
3448 | 3448 | </rect>
|
3449 | 3449 | </property>
|
3450 | 3450 | <layout class="QGridLayout" name="gridLayout_15">
|
|
3624 | 3624 | <rect>
|
3625 | 3625 | <x>0</x>
|
3626 | 3626 | <y>0</y>
|
3627 |
| - <width>687</width> |
3628 |
| - <height>523</height> |
| 3627 | + <width>298</width> |
| 3628 | + <height>240</height> |
3629 | 3629 | </rect>
|
3630 | 3630 | </property>
|
3631 | 3631 | <layout class="QVBoxLayout" name="verticalLayout_32">
|
|
3724 | 3724 | <rect>
|
3725 | 3725 | <x>0</x>
|
3726 | 3726 | <y>0</y>
|
3727 |
| - <width>670</width> |
3728 |
| - <height>528</height> |
| 3727 | + <width>528</width> |
| 3728 | + <height>672</height> |
3729 | 3729 | </rect>
|
3730 | 3730 | </property>
|
3731 | 3731 | <layout class="QVBoxLayout" name="verticalLayout_33">
|
|
0 commit comments