百人一首かるた自動読み上げソフト
Revisão | d1a530fcac421b11b7bc6d73f08c86eb80fc3108 (tree) |
---|---|
Hora | 2011-10-15 09:16:19 |
Autor | arakaki <alucky4416@user...> |
Commiter | arakaki |
Change Label Image, and Panel Layout
@@ -1,11 +1,12 @@ | ||
1 | 1 | <RCC> |
2 | 2 | <qresource prefix="/images" lang="KarutaEishow.png"> |
3 | 3 | <file>Image/KarutaEishow_logo.png</file> |
4 | - <file alias="Play.png">Image/Play_Jp.png</file> | |
5 | - <file alias="Stop.png">Image/Stop_Jp.png</file> | |
6 | - <file alias="Pause.png">Image/Pause_Jp.png</file> | |
7 | - <file alias="Joka.png">Image/joka_jp.png</file> | |
8 | - <file alias="Second.png">Image/second_jp.png</file> | |
9 | 4 | <file>Image/QtKarutaEishowIcon.png</file> |
5 | + <file alias="Pause.png">Image/pause_jp.png</file> | |
6 | + <file alias="Stop.png">Image/stop_jp.png</file> | |
7 | + <file>Image/joka_jp.png</file> | |
8 | + <file>Image/maai_jp.png</file> | |
9 | + <file>Image/second_jp.png</file> | |
10 | + <file alias="Play.png">Image/play_jp.png</file> | |
10 | 11 | </qresource> |
11 | 12 | </RCC> |
@@ -6,8 +6,8 @@ | ||
6 | 6 | <rect> |
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | - <width>277</width> | |
10 | - <height>296</height> | |
9 | + <width>300</width> | |
10 | + <height>320</height> | |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | 13 | <property name="minimumSize"> |
@@ -18,8 +18,8 @@ | ||
18 | 18 | </property> |
19 | 19 | <property name="maximumSize"> |
20 | 20 | <size> |
21 | - <width>277</width> | |
22 | - <height>296</height> | |
21 | + <width>300</width> | |
22 | + <height>320</height> | |
23 | 23 | </size> |
24 | 24 | </property> |
25 | 25 | <property name="windowTitle"> |
@@ -33,8 +33,8 @@ | ||
33 | 33 | <widget class="QCommandLinkButton" name="Btn_Stop"> |
34 | 34 | <property name="geometry"> |
35 | 35 | <rect> |
36 | - <x>190</x> | |
37 | - <y>150</y> | |
36 | + <x>210</x> | |
37 | + <y>160</y> | |
38 | 38 | <width>41</width> |
39 | 39 | <height>81</height> |
40 | 40 | </rect> |
@@ -68,9 +68,9 @@ | ||
68 | 68 | <widget class="QCommandLinkButton" name="Btn_Start"> |
69 | 69 | <property name="geometry"> |
70 | 70 | <rect> |
71 | - <x>80</x> | |
72 | - <y>130</y> | |
73 | - <width>61</width> | |
71 | + <x>100</x> | |
72 | + <y>150</y> | |
73 | + <width>51</width> | |
74 | 74 | <height>101</height> |
75 | 75 | </rect> |
76 | 76 | </property> |
@@ -96,16 +96,19 @@ | ||
96 | 96 | <property name="iconSize"> |
97 | 97 | <size> |
98 | 98 | <width>120</width> |
99 | - <height>120</height> | |
99 | + <height>170</height> | |
100 | 100 | </size> |
101 | 101 | </property> |
102 | + <property name="default"> | |
103 | + <bool>true</bool> | |
104 | + </property> | |
102 | 105 | </widget> |
103 | 106 | <widget class="QLabel" name="label"> |
104 | 107 | <property name="geometry"> |
105 | 108 | <rect> |
106 | - <x>10</x> | |
107 | - <y>10</y> | |
108 | - <width>201</width> | |
109 | + <x>0</x> | |
110 | + <y>0</y> | |
111 | + <width>161</width> | |
109 | 112 | <height>31</height> |
110 | 113 | </rect> |
111 | 114 | </property> |
@@ -115,84 +118,112 @@ | ||
115 | 118 | <property name="pixmap"> |
116 | 119 | <pixmap resource="QtKarutaEishow.qrc">:/images/Image/KarutaEishow_logo.png</pixmap> |
117 | 120 | </property> |
121 | + <property name="scaledContents"> | |
122 | + <bool>true</bool> | |
123 | + </property> | |
118 | 124 | </widget> |
119 | - <widget class="QWidget" name=""> | |
125 | + <widget class="QLabel" name="label_4"> | |
120 | 126 | <property name="geometry"> |
121 | 127 | <rect> |
122 | - <x>21</x> | |
123 | - <y>71</y> | |
124 | - <width>62</width> | |
125 | - <height>23</height> | |
128 | + <x>20</x> | |
129 | + <y>60</y> | |
130 | + <width>81</width> | |
131 | + <height>31</height> | |
126 | 132 | </rect> |
127 | 133 | </property> |
128 | - <layout class="QHBoxLayout" name="horizontalLayout"> | |
129 | - <item> | |
130 | - <widget class="QCheckBox" name="checkBox"> | |
131 | - <property name="text"> | |
132 | - <string/> | |
133 | - </property> | |
134 | - <property name="checked"> | |
135 | - <bool>true</bool> | |
136 | - </property> | |
137 | - </widget> | |
138 | - </item> | |
139 | - <item> | |
140 | - <widget class="QLabel" name="label_2"> | |
141 | - <property name="text"> | |
142 | - <string/> | |
143 | - </property> | |
144 | - <property name="pixmap"> | |
145 | - <pixmap resource="QtKarutaEishow.qrc">:/images/Joka.png</pixmap> | |
146 | - </property> | |
147 | - </widget> | |
148 | - </item> | |
149 | - </layout> | |
134 | + <property name="text"> | |
135 | + <string/> | |
136 | + </property> | |
137 | + <property name="pixmap"> | |
138 | + <pixmap resource="QtKarutaEishow.qrc">:/images/Image/maai_jp.png</pixmap> | |
139 | + </property> | |
140 | + <property name="scaledContents"> | |
141 | + <bool>true</bool> | |
142 | + </property> | |
150 | 143 | </widget> |
151 | - <widget class="QWidget" name=""> | |
144 | + <widget class="QSpinBox" name="spinBox"> | |
152 | 145 | <property name="geometry"> |
153 | 146 | <rect> |
154 | - <x>121</x> | |
155 | - <y>61</y> | |
156 | - <width>98</width> | |
157 | - <height>32</height> | |
147 | + <x>120</x> | |
148 | + <y>60</y> | |
149 | + <width>51</width> | |
150 | + <height>30</height> | |
158 | 151 | </rect> |
159 | 152 | </property> |
160 | - <layout class="QHBoxLayout" name="horizontalLayout_2"> | |
161 | - <item> | |
162 | - <widget class="QSpinBox" name="spinBox"> | |
163 | - <property name="font"> | |
164 | - <font> | |
165 | - <pointsize>18</pointsize> | |
166 | - </font> | |
167 | - </property> | |
168 | - <property name="layoutDirection"> | |
169 | - <enum>Qt::LeftToRight</enum> | |
170 | - </property> | |
171 | - <property name="autoFillBackground"> | |
172 | - <bool>false</bool> | |
173 | - </property> | |
174 | - <property name="minimum"> | |
175 | - <number>1</number> | |
176 | - </property> | |
177 | - <property name="maximum"> | |
178 | - <number>10</number> | |
179 | - </property> | |
180 | - <property name="value"> | |
181 | - <number>3</number> | |
182 | - </property> | |
183 | - </widget> | |
184 | - </item> | |
185 | - <item> | |
186 | - <widget class="QLabel" name="label_3"> | |
187 | - <property name="text"> | |
188 | - <string/> | |
189 | - </property> | |
190 | - <property name="pixmap"> | |
191 | - <pixmap resource="QtKarutaEishow.qrc">:/images/Second.png</pixmap> | |
192 | - </property> | |
193 | - </widget> | |
194 | - </item> | |
195 | - </layout> | |
153 | + <property name="font"> | |
154 | + <font> | |
155 | + <pointsize>18</pointsize> | |
156 | + </font> | |
157 | + </property> | |
158 | + <property name="layoutDirection"> | |
159 | + <enum>Qt::LeftToRight</enum> | |
160 | + </property> | |
161 | + <property name="autoFillBackground"> | |
162 | + <bool>false</bool> | |
163 | + </property> | |
164 | + <property name="minimum"> | |
165 | + <number>1</number> | |
166 | + </property> | |
167 | + <property name="maximum"> | |
168 | + <number>10</number> | |
169 | + </property> | |
170 | + <property name="value"> | |
171 | + <number>3</number> | |
172 | + </property> | |
173 | + </widget> | |
174 | + <widget class="QLabel" name="label_3"> | |
175 | + <property name="geometry"> | |
176 | + <rect> | |
177 | + <x>190</x> | |
178 | + <y>60</y> | |
179 | + <width>31</width> | |
180 | + <height>31</height> | |
181 | + </rect> | |
182 | + </property> | |
183 | + <property name="text"> | |
184 | + <string/> | |
185 | + </property> | |
186 | + <property name="pixmap"> | |
187 | + <pixmap resource="QtKarutaEishow.qrc">:/images/Image/second_jp.png</pixmap> | |
188 | + </property> | |
189 | + <property name="scaledContents"> | |
190 | + <bool>true</bool> | |
191 | + </property> | |
192 | + </widget> | |
193 | + <widget class="QLabel" name="label_2"> | |
194 | + <property name="geometry"> | |
195 | + <rect> | |
196 | + <x>110</x> | |
197 | + <y>100</y> | |
198 | + <width>51</width> | |
199 | + <height>31</height> | |
200 | + </rect> | |
201 | + </property> | |
202 | + <property name="text"> | |
203 | + <string/> | |
204 | + </property> | |
205 | + <property name="pixmap"> | |
206 | + <pixmap resource="QtKarutaEishow.qrc">:/images/Image/joka_jp.png</pixmap> | |
207 | + </property> | |
208 | + <property name="scaledContents"> | |
209 | + <bool>true</bool> | |
210 | + </property> | |
211 | + </widget> | |
212 | + <widget class="QCheckBox" name="checkBox"> | |
213 | + <property name="geometry"> | |
214 | + <rect> | |
215 | + <x>80</x> | |
216 | + <y>110</y> | |
217 | + <width>16</width> | |
218 | + <height>16</height> | |
219 | + </rect> | |
220 | + </property> | |
221 | + <property name="text"> | |
222 | + <string/> | |
223 | + </property> | |
224 | + <property name="checked"> | |
225 | + <bool>true</bool> | |
226 | + </property> | |
196 | 227 | </widget> |
197 | 228 | </widget> |
198 | 229 | <widget class="QMenuBar" name="menuBar"> |
@@ -200,7 +231,7 @@ | ||
200 | 231 | <rect> |
201 | 232 | <x>0</x> |
202 | 233 | <y>0</y> |
203 | - <width>277</width> | |
234 | + <width>300</width> | |
204 | 235 | <height>19</height> |
205 | 236 | </rect> |
206 | 237 | </property> |