123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>Form</class>
- <widget class="QWidget" name="Form">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>387</width>
- <height>450</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>305</width>
- <height>160</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>800</width>
- <height>800</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>About</string>
- </property>
- <widget class="QLabel" name="appIconLabel">
- <property name="geometry">
- <rect>
- <x>242</x>
- <y>70</y>
- <width>66</width>
- <height>61</height>
- </rect>
- </property>
- <property name="text">
- <string><html><head/><body><p>ICOICON<br/>ICOICON<br/>ICOICON<br/>ICOICON</p></body></html></string>
- </property>
- <property name="scaledContents">
- <bool>true</bool>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="appNameLabel">
- <property name="geometry">
- <rect>
- <x>181</x>
- <y>131</y>
- <width>191</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string><html><head/><body><p><span style=" font-size:18pt;">Backup Machine</span></p></body></html></string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="appVersionLabel">
- <property name="geometry">
- <rect>
- <x>187</x>
- <y>160</y>
- <width>181</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string><html><head/><body><p><span style=" font-size:14pt;">v.0.1</span></p></body></html></string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="developerLabel">
- <property name="geometry">
- <rect>
- <x>187</x>
- <y>200</y>
- <width>181</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string><html><head/><body><p>Developer: </p></body></html></string>
- </property>
- </widget>
- <widget class="QLabel" name="githubLabel">
- <property name="geometry">
- <rect>
- <x>187</x>
- <y>253</y>
- <width>181</width>
- <height>31</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>10</pointsize>
- </font>
- </property>
- <property name="text">
- <string><html><head/><body><p>https://github.com/thm-unix/</p></body></html></string>
- </property>
- <property name="alignment">
- <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLabel" name="emailLabel">
- <property name="geometry">
- <rect>
- <x>187</x>
- <y>229</y>
- <width>181</width>
- <height>16</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>10</pointsize>
- </font>
- </property>
- <property name="text">
- <string><html><head/><body><p>highsierra.2007@gmail.com</p></body></html></string>
- </property>
- <property name="alignment">
- <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
- </property>
- <property name="wordWrap">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QLabel" name="bgrObject">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>170</width>
- <height>450</height>
- </rect>
- </property>
- <property name="text">
- <string><html><head/><body><p>IMG</p></body></html></string>
- </property>
- <property name="scaledContents">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="closePushButton">
- <property name="geometry">
- <rect>
- <x>180</x>
- <y>410</y>
- <width>191</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Close</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|