Rev 87 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AboutDialog</class>
<widget class="QDialog" name="AboutDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>About</string>
</property>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>150</x>
<y>240</y>
<width>95</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>90</x>
<y>20</y>
<width>211</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Train Database Browser V1.0</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>110</x>
<y>50</y>
<width>171</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Copyright 2014 rm5248</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>80</x>
<y>80</y>
<width>121</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>SQLite version:</string>
</property>
</widget>
<widget class="QLabel" name="sqliteversion">
<property name="geometry">
<rect>
<x>220</x>
<y>80</y>
<width>191</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>XX.XX.XX</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>80</x>
<y>180</y>
<width>251</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>http://programming.rm5248.com</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>