ProjectFlask/PyBabelConfigDialog.ui

changeset 16
dd3f6bfb85f7
parent 13
ed33cdfca13d
equal deleted inserted replaced
15:3f5c05eb2d5f 16:dd3f6bfb85f7
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>600</width> 9 <width>600</width>
10 <height>124</height> 10 <height>150</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>PyBabel Configuration</string> 14 <string>PyBabel Configuration</string>
15 </property> 15 </property>
19 <layout class="QGridLayout" name="gridLayout"> 19 <layout class="QGridLayout" name="gridLayout">
20 <item row="0" column="0"> 20 <item row="0" column="0">
21 <widget class="QLabel" name="label"> 21 <widget class="QLabel" name="label">
22 <property name="text"> 22 <property name="text">
23 <string>Configuration File:</string> 23 <string>Configuration File:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="1" column="0">
28 <widget class="QLabel" name="label_2">
29 <property name="text">
30 <string>Message Catalog:</string>
31 </property>
32 </widget>
33 </item>
34 <item row="2" column="0">
35 <widget class="QLabel" name="label_3">
36 <property name="text">
37 <string>Translation Markers:</string>
38 </property>
39 </widget>
40 </item>
41 <item row="2" column="1">
42 <widget class="QLineEdit" name="markersEdit">
43 <property name="toolTip">
44 <string>Enter the translation markers separated by space (_ is included by default)</string>
45 </property>
46 <property name="clearButtonEnabled">
47 <bool>true</bool>
48 </property>
49 </widget>
50 </item>
51 <item row="3" column="0" colspan="2">
52 <widget class="QDialogButtonBox" name="buttonBox">
53 <property name="orientation">
54 <enum>Qt::Horizontal</enum>
55 </property>
56 <property name="standardButtons">
57 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
58 </property> 24 </property>
59 </widget> 25 </widget>
60 </item> 26 </item>
61 <item row="0" column="1"> 27 <item row="0" column="1">
62 <widget class="E5PathPicker" name="configFilePicker" native="true"> 28 <widget class="E5PathPicker" name="configFilePicker" native="true">
72 <property name="toolTip"> 38 <property name="toolTip">
73 <string>Enter the name of the PyBabel configuration file</string> 39 <string>Enter the name of the PyBabel configuration file</string>
74 </property> 40 </property>
75 </widget> 41 </widget>
76 </item> 42 </item>
43 <item row="1" column="0">
44 <widget class="QLabel" name="label_4">
45 <property name="text">
46 <string>Translations Directory:</string>
47 </property>
48 </widget>
49 </item>
77 <item row="1" column="1"> 50 <item row="1" column="1">
51 <widget class="E5PathPicker" name="translationsDirectoryPicker" native="true">
52 <property name="sizePolicy">
53 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
54 <horstretch>0</horstretch>
55 <verstretch>0</verstretch>
56 </sizepolicy>
57 </property>
58 <property name="focusPolicy">
59 <enum>Qt::StrongFocus</enum>
60 </property>
61 <property name="toolTip">
62 <string>Enter the name of the directory containing the translations</string>
63 </property>
64 </widget>
65 </item>
66 <item row="2" column="0">
67 <widget class="QLabel" name="label_5">
68 <property name="text">
69 <string>Domain:</string>
70 </property>
71 </widget>
72 </item>
73 <item row="2" column="1">
74 <widget class="QLineEdit" name="domainEdit">
75 <property name="toolTip">
76 <string>Enter the name of the translations domain (leave empty for default)</string>
77 </property>
78 <property name="clearButtonEnabled">
79 <bool>true</bool>
80 </property>
81 </widget>
82 </item>
83 <item row="3" column="0">
84 <widget class="QLabel" name="label_2">
85 <property name="text">
86 <string>Message Catalog:</string>
87 </property>
88 </widget>
89 </item>
90 <item row="3" column="1">
78 <widget class="E5PathPicker" name="catalogFilePicker" native="true"> 91 <widget class="E5PathPicker" name="catalogFilePicker" native="true">
79 <property name="sizePolicy"> 92 <property name="sizePolicy">
80 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> 93 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
81 <horstretch>0</horstretch> 94 <horstretch>0</horstretch>
82 <verstretch>0</verstretch> 95 <verstretch>0</verstretch>
88 <property name="toolTip"> 101 <property name="toolTip">
89 <string>Enter the name of the message catalog file</string> 102 <string>Enter the name of the message catalog file</string>
90 </property> 103 </property>
91 </widget> 104 </widget>
92 </item> 105 </item>
106 <item row="4" column="0">
107 <widget class="QLabel" name="label_3">
108 <property name="text">
109 <string>Translation Markers:</string>
110 </property>
111 </widget>
112 </item>
113 <item row="4" column="1">
114 <widget class="QLineEdit" name="markersEdit">
115 <property name="toolTip">
116 <string>Enter the translation markers separated by space (_ is included by default)</string>
117 </property>
118 <property name="clearButtonEnabled">
119 <bool>true</bool>
120 </property>
121 </widget>
122 </item>
123 <item row="5" column="0" colspan="2">
124 <widget class="QDialogButtonBox" name="buttonBox">
125 <property name="orientation">
126 <enum>Qt::Horizontal</enum>
127 </property>
128 <property name="standardButtons">
129 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
130 </property>
131 </widget>
132 </item>
93 </layout> 133 </layout>
94 </widget> 134 </widget>
95 <customwidgets> 135 <customwidgets>
96 <customwidget> 136 <customwidget>
97 <class>E5PathPicker</class> 137 <class>E5PathPicker</class>
100 <container>1</container> 140 <container>1</container>
101 </customwidget> 141 </customwidget>
102 </customwidgets> 142 </customwidgets>
103 <tabstops> 143 <tabstops>
104 <tabstop>configFilePicker</tabstop> 144 <tabstop>configFilePicker</tabstop>
145 <tabstop>translationsDirectoryPicker</tabstop>
146 <tabstop>domainEdit</tabstop>
105 <tabstop>catalogFilePicker</tabstop> 147 <tabstop>catalogFilePicker</tabstop>
106 <tabstop>markersEdit</tabstop> 148 <tabstop>markersEdit</tabstop>
107 </tabstops> 149 </tabstops>
108 <resources/> 150 <resources/>
109 <connections> 151 <connections>

eric ide

mercurial