Skip to content

Commit fa4819a

Browse files
committedSep 26, 2013
Fix #8668
1 parent 8b6d813 commit fa4819a

File tree

2 files changed

+136
-136
lines changed

2 files changed

+136
-136
lines changed
 

‎i18n/qgis_it.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16548,7 +16548,7 @@ Prova una risoluzione minore o una minor dimensione di stampa</translation>
1654816548
<message>
1654916549
<location filename="../src/app/composer/qgscomposer.cpp" line="1212"/>
1655016550
<source>If you require a vector-based output file from Qgis it is suggested that you try printing to PostScript if the SVG output is not satisfactory.&lt;/p&gt;</source>
16551-
<translation>Se serve un formato vettoriale come output da Qgis, e l´output SVG ottenuto non è soddisfacente, si consiglia di utilizzare la stampa su PostScript&lt;/p&gt;</translation>
16551+
<translation>Se serve un formato vettoriale come output da QGIS, e l´output SVG ottenuto non è soddisfacente, si consiglia di utilizzare la stampa su PostScript&lt;/p&gt;</translation>
1655216552
</message>
1655316553
<message>
1655416554
<location filename="../src/app/composer/qgscomposer.cpp" line="1552"/>

‎src/ui/qgsoptionsbase.ui

Lines changed: 135 additions & 135 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
<item>
237237
<widget class="QStackedWidget" name="mOptionsStackedWidget">
238238
<property name="currentIndex">
239-
<number>0</number>
239+
<number>1</number>
240240
</property>
241241
<widget class="QWidget" name="mOptionsPage_01">
242242
<layout class="QVBoxLayout" name="verticalLayout_3">
@@ -266,8 +266,8 @@
266266
<rect>
267267
<x>0</x>
268268
<y>0</y>
269-
<width>687</width>
270-
<height>523</height>
269+
<width>661</width>
270+
<height>674</height>
271271
</rect>
272272
</property>
273273
<layout class="QVBoxLayout" name="verticalLayout_28">
@@ -912,11 +912,117 @@
912912
<rect>
913913
<x>0</x>
914914
<y>0</y>
915-
<width>670</width>
916-
<height>750</height>
915+
<width>661</width>
916+
<height>803</height>
917917
</rect>
918918
</property>
919919
<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>
9201026
<item>
9211027
<widget class="QGroupBox" name="mEnvironmentGrpBx">
9221028
<property name="minimumSize">
@@ -929,7 +1035,7 @@
9291035
<string>Environment</string>
9301036
</property>
9311037
<layout class="QGridLayout" name="gridLayout_32">
932-
<item row="1" column="0" colspan="4">
1038+
<item row="3" column="0" colspan="4">
9331039
<widget class="QTableWidget" name="mCustomVariablesTable">
9341040
<property name="minimumSize">
9351041
<size>
@@ -981,7 +1087,7 @@
9811087
</column>
9821088
</widget>
9831089
</item>
984-
<item row="0" column="3">
1090+
<item row="1" column="3">
9851091
<widget class="QPushButton" name="mRemoveCustomVarBtn">
9861092
<property name="sizePolicy">
9871093
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
@@ -994,7 +1100,7 @@
9941100
</property>
9951101
</widget>
9961102
</item>
997-
<item row="0" column="2">
1103+
<item row="1" column="2">
9981104
<widget class="QPushButton" name="mAddCustomVarBtn">
9991105
<property name="sizePolicy">
10001106
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
@@ -1007,7 +1113,7 @@
10071113
</property>
10081114
</widget>
10091115
</item>
1010-
<item row="2" column="0" colspan="4">
1116+
<item row="4" column="0" colspan="4">
10111117
<widget class="QgsCollapsibleGroupBox" name="mCurrentVariablesGrpBx">
10121118
<property name="minimumSize">
10131119
<size>
@@ -1085,14 +1191,14 @@
10851191
</layout>
10861192
</widget>
10871193
</item>
1088-
<item row="0" column="0">
1194+
<item row="1" column="0">
10891195
<widget class="QCheckBox" name="mCustomVariablesChkBx">
10901196
<property name="text">
10911197
<string>Use custom variables (restart required - include separators)</string>
10921198
</property>
10931199
</widget>
10941200
</item>
1095-
<item row="0" column="1">
1201+
<item row="1" column="1">
10961202
<spacer name="horizontalSpacer_14">
10971203
<property name="orientation">
10981204
<enum>Qt::Horizontal</enum>
@@ -1108,112 +1214,6 @@
11081214
</layout>
11091215
</widget>
11101216
</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>
12171217
</layout>
12181218
</widget>
12191219
</widget>
@@ -1248,8 +1248,8 @@
12481248
<rect>
12491249
<x>0</x>
12501250
<y>0</y>
1251-
<width>687</width>
1252-
<height>523</height>
1251+
<width>527</width>
1252+
<height>443</height>
12531253
</rect>
12541254
</property>
12551255
<layout class="QVBoxLayout" name="verticalLayout_27">
@@ -1577,8 +1577,8 @@
15771577
<rect>
15781578
<x>0</x>
15791579
<y>0</y>
1580-
<width>670</width>
1581-
<height>611</height>
1580+
<width>611</width>
1581+
<height>757</height>
15821582
</rect>
15831583
</property>
15841584
<layout class="QVBoxLayout" name="verticalLayout_29">
@@ -2092,8 +2092,8 @@
20922092
<rect>
20932093
<x>0</x>
20942094
<y>0</y>
2095-
<width>687</width>
2096-
<height>523</height>
2095+
<width>476</width>
2096+
<height>353</height>
20972097
</rect>
20982098
</property>
20992099
<layout class="QVBoxLayout" name="verticalLayout_25">
@@ -2395,8 +2395,8 @@
23952395
<rect>
23962396
<x>0</x>
23972397
<y>0</y>
2398-
<width>670</width>
2399-
<height>619</height>
2398+
<width>529</width>
2399+
<height>770</height>
24002400
</rect>
24012401
</property>
24022402
<layout class="QVBoxLayout" name="verticalLayout_30">
@@ -2802,8 +2802,8 @@
28022802
<rect>
28032803
<x>0</x>
28042804
<y>0</y>
2805-
<width>670</width>
2806-
<height>551</height>
2805+
<width>489</width>
2806+
<height>691</height>
28072807
</rect>
28082808
</property>
28092809
<layout class="QVBoxLayout" name="verticalLayout_31">
@@ -3303,8 +3303,8 @@
33033303
<rect>
33043304
<x>0</x>
33053305
<y>0</y>
3306-
<width>687</width>
3307-
<height>523</height>
3306+
<width>462</width>
3307+
<height>386</height>
33083308
</rect>
33093309
</property>
33103310
<layout class="QVBoxLayout" name="verticalLayout_6">
@@ -3443,8 +3443,8 @@
34433443
<rect>
34443444
<x>0</x>
34453445
<y>0</y>
3446-
<width>687</width>
3447-
<height>523</height>
3446+
<width>635</width>
3447+
<height>422</height>
34483448
</rect>
34493449
</property>
34503450
<layout class="QGridLayout" name="gridLayout_15">
@@ -3624,8 +3624,8 @@
36243624
<rect>
36253625
<x>0</x>
36263626
<y>0</y>
3627-
<width>687</width>
3628-
<height>523</height>
3627+
<width>298</width>
3628+
<height>240</height>
36293629
</rect>
36303630
</property>
36313631
<layout class="QVBoxLayout" name="verticalLayout_32">
@@ -3724,8 +3724,8 @@
37243724
<rect>
37253725
<x>0</x>
37263726
<y>0</y>
3727-
<width>670</width>
3728-
<height>528</height>
3727+
<width>528</width>
3728+
<height>672</height>
37293729
</rect>
37303730
</property>
37313731
<layout class="QVBoxLayout" name="verticalLayout_33">

0 commit comments

Comments
 (0)
Please sign in to comment.