|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>PythonPage</class> |
|
4 <widget class="QWidget" name="PythonPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>482</width> |
|
10 <height>473</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure Python</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line11_2_2_2_2"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QGroupBox" name="groupBox"> |
|
36 <property name="title"> |
|
37 <string>Encoding</string> |
|
38 </property> |
|
39 <layout class="QGridLayout" name="gridLayout"> |
|
40 <item row="0" column="0"> |
|
41 <widget class="QLabel" name="label"> |
|
42 <property name="text"> |
|
43 <string>String Encoding:</string> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item row="0" column="1"> |
|
48 <widget class="QComboBox" name="stringEncodingComboBox"> |
|
49 <property name="sizePolicy"> |
|
50 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
51 <horstretch>0</horstretch> |
|
52 <verstretch>0</verstretch> |
|
53 </sizepolicy> |
|
54 </property> |
|
55 <property name="toolTip"> |
|
56 <string>Select the string encoding to be used.</string> |
|
57 </property> |
|
58 </widget> |
|
59 </item> |
|
60 <item row="1" column="0"> |
|
61 <widget class="QLabel" name="label_2"> |
|
62 <property name="text"> |
|
63 <string>I/O Encoding:</string> |
|
64 </property> |
|
65 </widget> |
|
66 </item> |
|
67 <item row="1" column="1"> |
|
68 <widget class="QComboBox" name="ioEncodingComboBox"> |
|
69 <property name="sizePolicy"> |
|
70 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
71 <horstretch>0</horstretch> |
|
72 <verstretch>0</verstretch> |
|
73 </sizepolicy> |
|
74 </property> |
|
75 <property name="toolTip"> |
|
76 <string>Select the string encoding used by commandline tools.</string> |
|
77 </property> |
|
78 </widget> |
|
79 </item> |
|
80 </layout> |
|
81 </widget> |
|
82 </item> |
|
83 <item> |
|
84 <widget class="QGroupBox" name="groupBox_3"> |
|
85 <property name="title"> |
|
86 <string>Source association</string> |
|
87 </property> |
|
88 <layout class="QGridLayout" name="gridLayout_2"> |
|
89 <item row="0" column="0" colspan="2"> |
|
90 <widget class="QLabel" name="label_3"> |
|
91 <property name="text"> |
|
92 <string>Enter the file extensions to be associated with the Python versions separated by a space. They must not overlap with each other.</string> |
|
93 </property> |
|
94 <property name="wordWrap"> |
|
95 <bool>true</bool> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 <item row="1" column="0"> |
|
100 <widget class="QLabel" name="label_4"> |
|
101 <property name="text"> |
|
102 <string>Python 2:</string> |
|
103 </property> |
|
104 </widget> |
|
105 </item> |
|
106 <item row="1" column="1"> |
|
107 <widget class="QLineEdit" name="py2ExtensionsEdit"/> |
|
108 </item> |
|
109 <item row="2" column="0"> |
|
110 <widget class="QLabel" name="label_5"> |
|
111 <property name="text"> |
|
112 <string>Python 3:</string> |
|
113 </property> |
|
114 </widget> |
|
115 </item> |
|
116 <item row="2" column="1"> |
|
117 <widget class="QLineEdit" name="py3ExtensionsEdit"/> |
|
118 </item> |
|
119 </layout> |
|
120 </widget> |
|
121 </item> |
|
122 <item> |
|
123 <spacer> |
|
124 <property name="orientation"> |
|
125 <enum>Qt::Vertical</enum> |
|
126 </property> |
|
127 <property name="sizeHint" stdset="0"> |
|
128 <size> |
|
129 <width>464</width> |
|
130 <height>41</height> |
|
131 </size> |
|
132 </property> |
|
133 </spacer> |
|
134 </item> |
|
135 </layout> |
|
136 </widget> |
|
137 <resources/> |
|
138 <connections/> |
|
139 </ui> |