
ファイルからMD5計算
| Revision | 887e28de673de4d9d235c708bf3aab61a61b15a7 (tree) |
|---|---|
| Time | 2013-12-21 16:02:19 |
| Author | alucky4416 <alucky4416@user...> |
| Commiter | alucky4416 |
CHG: disable result CheckBox.
| @@ -183,7 +183,7 @@ | ||
| 183 | 183 | </widget> |
| 184 | 184 | <widget class="QCheckBox" name="checkBox_result"> |
| 185 | 185 | <property name="enabled"> |
| 186 | - <bool>true</bool> | |
| 186 | + <bool>false</bool> | |
| 187 | 187 | </property> |
| 188 | 188 | <property name="geometry"> |
| 189 | 189 | <rect> |
| @@ -208,11 +208,14 @@ | ||
| 208 | 208 | </size> |
| 209 | 209 | </property> |
| 210 | 210 | <property name="checkable"> |
| 211 | - <bool>false</bool> | |
| 211 | + <bool>true</bool> | |
| 212 | 212 | </property> |
| 213 | 213 | <property name="checked"> |
| 214 | 214 | <bool>false</bool> |
| 215 | 215 | </property> |
| 216 | + <property name="tristate"> | |
| 217 | + <bool>false</bool> | |
| 218 | + </property> | |
| 216 | 219 | </widget> |
| 217 | 220 | </widget> |
| 218 | 221 | <widget class="QMenuBar" name="menuBar"> |
| @@ -221,7 +224,7 @@ | ||
| 221 | 224 | <x>0</x> |
| 222 | 225 | <y>0</y> |
| 223 | 226 | <width>403</width> |
| 224 | - <height>22</height> | |
| 227 | + <height>26</height> | |
| 225 | 228 | </rect> |
| 226 | 229 | </property> |
| 227 | 230 | <widget class="QMenu" name="menuFile"> |