• R/O
  • HTTP
  • SSH
  • HTTPS

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

百人一首かるた自動読み上げソフト


File Info

Révision a9d6f39dfa6a554dcc1b60fefd06fb5f994f7daa
Taille 1,431 octets
l'heure 2013-03-09 13:46:18
Auteur alucky4416
Message de Log

CHG: rename README_ja.txt

Content

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>FinalMsgBox</class>
 <widget class="QDialog" name="FinalMsgBox">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>388</width>
    <height>165</height>
   </rect>
  </property>
  <property name="minimumSize">
   <size>
    <width>388</width>
    <height>165</height>
   </size>
  </property>
  <property name="maximumSize">
   <size>
    <width>388</width>
    <height>165</height>
   </size>
  </property>
  <property name="windowTitle">
   <string>暗記時間終了</string>
  </property>
  <widget class="QPushButton" name="ButtonOK">
   <property name="geometry">
    <rect>
     <x>160</x>
     <y>110</y>
     <width>75</width>
     <height>23</height>
    </rect>
   </property>
   <property name="text">
    <string>OK</string>
   </property>
  </widget>
  <widget class="QLabel" name="label">
   <property name="geometry">
    <rect>
     <x>30</x>
     <y>40</y>
     <width>331</width>
     <height>41</height>
    </rect>
   </property>
   <property name="font">
    <font>
     <pointsize>24</pointsize>
    </font>
   </property>
   <property name="text">
    <string>暗記時間終了しました</string>
   </property>
   <property name="alignment">
    <set>Qt::AlignCenter</set>
   </property>
  </widget>
 </widget>
 <resources/>
 <connections/>
</ui>