|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <ui version="4.0">
|
3 |
| - <class>Form</class> |
4 |
| - <widget class="QWidget" name="Form"> |
| 3 | + <class>Dialog</class> |
| 4 | + <widget class="QDialog" name="Dialog"> |
| 5 | + <property name="windowModality"> |
| 6 | + <enum>Qt::ApplicationModal</enum> |
| 7 | + </property> |
5 | 8 | <property name="geometry">
|
6 | 9 | <rect>
|
7 | 10 | <x>0</x>
|
8 | 11 | <y>0</y>
|
9 |
| - <width>456</width> |
10 |
| - <height>141</height> |
| 12 | + <width>470</width> |
| 13 | + <height>170</height> |
11 | 14 | </rect>
|
12 | 15 | </property>
|
13 | 16 | <property name="windowTitle">
|
14 |
| - <string>Form</string> |
| 17 | + <string>WebP Conversion Options</string> |
15 | 18 | </property>
|
| 19 | + <widget class="QDialogButtonBox" name="webp_option_button_box"> |
| 20 | + <property name="geometry"> |
| 21 | + <rect> |
| 22 | + <x>10</x> |
| 23 | + <y>130</y> |
| 24 | + <width>441</width> |
| 25 | + <height>32</height> |
| 26 | + </rect> |
| 27 | + </property> |
| 28 | + <property name="sizePolicy"> |
| 29 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 30 | + <horstretch>0</horstretch> |
| 31 | + <verstretch>0</verstretch> |
| 32 | + </sizepolicy> |
| 33 | + </property> |
| 34 | + <property name="minimumSize"> |
| 35 | + <size> |
| 36 | + <width>441</width> |
| 37 | + <height>32</height> |
| 38 | + </size> |
| 39 | + </property> |
| 40 | + <property name="maximumSize"> |
| 41 | + <size> |
| 42 | + <width>441</width> |
| 43 | + <height>32</height> |
| 44 | + </size> |
| 45 | + </property> |
| 46 | + <property name="orientation"> |
| 47 | + <enum>Qt::Horizontal</enum> |
| 48 | + </property> |
| 49 | + <property name="standardButtons"> |
| 50 | + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set> |
| 51 | + </property> |
| 52 | + </widget> |
16 | 53 | <widget class="QGroupBox" name="groupBox">
|
17 | 54 | <property name="geometry">
|
18 | 55 | <rect>
|
19 | 56 | <x>10</x>
|
20 | 57 | <y>10</y>
|
21 | 58 | <width>441</width>
|
22 |
| - <height>121</height> |
| 59 | + <height>111</height> |
23 | 60 | </rect>
|
24 | 61 | </property>
|
25 | 62 | <property name="title">
|
26 | 63 | <string>Conversion Options</string>
|
27 | 64 | </property>
|
28 |
| - <widget class="QCheckBox" name="LoselessOptionBox"> |
| 65 | + <widget class="QCheckBox" name="loseless_option_box"> |
29 | 66 | <property name="geometry">
|
30 | 67 | <rect>
|
31 | 68 | <x>10</x>
|
32 |
| - <y>40</y> |
| 69 | + <y>20</y> |
33 | 70 | <width>81</width>
|
34 | 71 | <height>16</height>
|
35 | 72 | </rect>
|
36 | 73 | </property>
|
| 74 | + <property name="toolTip"> |
| 75 | + <string extracomment="무압축으로 저장하는 옵션입니다."/> |
| 76 | + </property> |
37 | 77 | <property name="text">
|
38 | 78 | <string>Loseless</string>
|
39 | 79 | </property>
|
40 | 80 | </widget>
|
41 |
| - <widget class="QSpinBox" name="ImageQualityBox"> |
| 81 | + <widget class="QSpinBox" name="image_quality_spinbox"> |
42 | 82 | <property name="geometry">
|
43 | 83 | <rect>
|
44 | 84 | <x>350</x>
|
|
57 | 97 | <number>80</number>
|
58 | 98 | </property>
|
59 | 99 | </widget>
|
60 |
| - <widget class="QLabel" name="label"> |
| 100 | + <widget class="QLabel" name="image_quality_label"> |
61 | 101 | <property name="geometry">
|
62 | 102 | <rect>
|
63 | 103 | <x>250</x>
|
|
70 | 110 | <string>Image Quality</string>
|
71 | 111 | </property>
|
72 | 112 | </widget>
|
73 |
| - <widget class="QCheckBox" name="ExifOptionBox"> |
| 113 | + <widget class="QCheckBox" name="exif_option_box"> |
74 | 114 | <property name="geometry">
|
75 | 115 | <rect>
|
76 | 116 | <x>10</x>
|
77 |
| - <y>60</y> |
| 117 | + <y>40</y> |
78 | 118 | <width>81</width>
|
79 | 119 | <height>16</height>
|
80 | 120 | </rect>
|
81 | 121 | </property>
|
| 122 | + <property name="toolTip"> |
| 123 | + <string extracomment="EXIF 데이터를 파일에 같이 저장하는 옵션입니다."/> |
| 124 | + </property> |
82 | 125 | <property name="text">
|
83 |
| - <string>Exif</string> |
| 126 | + <string>Exif Data</string> |
84 | 127 | </property>
|
85 | 128 | </widget>
|
86 |
| - <widget class="QCheckBox" name="ICCProfileOptionBox"> |
| 129 | + <widget class="QCheckBox" name="icc_profile_option_box"> |
87 | 130 | <property name="geometry">
|
88 | 131 | <rect>
|
89 | 132 | <x>10</x>
|
90 |
| - <y>80</y> |
| 133 | + <y>60</y> |
91 | 134 | <width>101</width>
|
92 | 135 | <height>16</height>
|
93 | 136 | </rect>
|
94 | 137 | </property>
|
| 138 | + <property name="toolTip"> |
| 139 | + <string extracomment="ICC 프로파일을 같이 저장하는 옵션입니다."/> |
| 140 | + </property> |
95 | 141 | <property name="text">
|
96 | 142 | <string>ICC Profile</string>
|
97 | 143 | </property>
|
98 | 144 | </widget>
|
99 |
| - <widget class="QCheckBox" name="ExactOptionBox"> |
| 145 | + <widget class="QCheckBox" name="exact_option_box"> |
100 | 146 | <property name="geometry">
|
101 | 147 | <rect>
|
102 | 148 | <x>10</x>
|
103 |
| - <y>100</y> |
| 149 | + <y>80</y> |
104 | 150 | <width>131</width>
|
105 | 151 | <height>16</height>
|
106 | 152 | </rect>
|
|
109 | 155 | <string>Transparent RGB</string>
|
110 | 156 | </property>
|
111 | 157 | </widget>
|
112 |
| - <widget class="QCheckBox" name="ConversionEnableBox"> |
113 |
| - <property name="geometry"> |
114 |
| - <rect> |
115 |
| - <x>10</x> |
116 |
| - <y>20</y> |
117 |
| - <width>81</width> |
118 |
| - <height>16</height> |
119 |
| - </rect> |
120 |
| - </property> |
121 |
| - <property name="text"> |
122 |
| - <string>Enabled</string> |
123 |
| - </property> |
124 |
| - <property name="checked"> |
125 |
| - <bool>false</bool> |
126 |
| - </property> |
127 |
| - <property name="tristate"> |
128 |
| - <bool>false</bool> |
129 |
| - </property> |
130 |
| - </widget> |
131 | 158 | <widget class="QPushButton" name="open_resize_option_button">
|
132 | 159 | <property name="geometry">
|
133 | 160 | <rect>
|
134 |
| - <x>324</x> |
| 161 | + <x>320</x> |
135 | 162 | <y>50</y>
|
136 |
| - <width>101</width> |
| 163 | + <width>111</width> |
137 | 164 | <height>23</height>
|
138 | 165 | </rect>
|
139 | 166 | </property>
|
|
144 | 171 | </widget>
|
145 | 172 | </widget>
|
146 | 173 | <resources/>
|
147 |
| - <connections/> |
| 174 | + <connections> |
| 175 | + <connection> |
| 176 | + <sender>webp_option_button_box</sender> |
| 177 | + <signal>accepted()</signal> |
| 178 | + <receiver>Dialog</receiver> |
| 179 | + <slot>accept()</slot> |
| 180 | + <hints> |
| 181 | + <hint type="sourcelabel"> |
| 182 | + <x>248</x> |
| 183 | + <y>254</y> |
| 184 | + </hint> |
| 185 | + <hint type="destinationlabel"> |
| 186 | + <x>157</x> |
| 187 | + <y>274</y> |
| 188 | + </hint> |
| 189 | + </hints> |
| 190 | + </connection> |
| 191 | + <connection> |
| 192 | + <sender>webp_option_button_box</sender> |
| 193 | + <signal>rejected()</signal> |
| 194 | + <receiver>Dialog</receiver> |
| 195 | + <slot>reject()</slot> |
| 196 | + <hints> |
| 197 | + <hint type="sourcelabel"> |
| 198 | + <x>316</x> |
| 199 | + <y>260</y> |
| 200 | + </hint> |
| 201 | + <hint type="destinationlabel"> |
| 202 | + <x>286</x> |
| 203 | + <y>274</y> |
| 204 | + </hint> |
| 205 | + </hints> |
| 206 | + </connection> |
| 207 | + </connections> |
148 | 208 | </ui>
|
0 commit comments