mirror of https://github.com/qTox/qTox.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
139 lines
3.3 KiB
139 lines
3.3 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>Widget</class> |
|
<widget class="QWidget" name="Widget"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>401</width> |
|
<height>224</height> |
|
</rect> |
|
</property> |
|
<property name="windowTitle"> |
|
<string>qTox Updater</string> |
|
</property> |
|
<property name="windowIcon"> |
|
<iconset resource="res.qrc"> |
|
<normaloff>:/res/qtox-256x256.png</normaloff>:/res/qtox-256x256.png</iconset> |
|
</property> |
|
<widget class="QLabel" name="label"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>13</y> |
|
<width>191</width> |
|
<height>191</height> |
|
</rect> |
|
</property> |
|
<property name="text"> |
|
<string/> |
|
</property> |
|
<property name="pixmap"> |
|
<pixmap resource="res.qrc">:/res/qtox-256x256.png</pixmap> |
|
</property> |
|
<property name="scaledContents"> |
|
<bool>true</bool> |
|
</property> |
|
</widget> |
|
<widget class="QProgressBar" name="progress"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>206</x> |
|
<y>95</y> |
|
<width>171</width> |
|
<height>20</height> |
|
</rect> |
|
</property> |
|
<property name="minimum"> |
|
<number>0</number> |
|
</property> |
|
<property name="value"> |
|
<number>0</number> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignCenter</set> |
|
</property> |
|
<property name="invertedAppearance"> |
|
<bool>false</bool> |
|
</property> |
|
</widget> |
|
<widget class="QLabel" name="label_2"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>205</x> |
|
<y>115</y> |
|
<width>171</width> |
|
<height>20</height> |
|
</rect> |
|
</property> |
|
<property name="text"> |
|
<string>Updating qTox ...</string> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignCenter</set> |
|
</property> |
|
</widget> |
|
<widget class="QLabel" name="label_3"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>201</x> |
|
<y>170</y> |
|
<width>181</width> |
|
<height>20</height> |
|
</rect> |
|
</property> |
|
<property name="text"> |
|
<string><a href="https://tox.im">https://tox.im</a></string> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignCenter</set> |
|
</property> |
|
<property name="openExternalLinks"> |
|
<bool>true</bool> |
|
</property> |
|
</widget> |
|
<widget class="QLabel" name="label_4"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>200</x> |
|
<y>183</y> |
|
<width>181</width> |
|
<height>20</height> |
|
</rect> |
|
</property> |
|
<property name="text"> |
|
<string><a href="https://github.com/tux3/qtox">https://github.com/tux3/qtox</a></string> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignCenter</set> |
|
</property> |
|
</widget> |
|
<widget class="QLabel" name="label_5"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>195</x> |
|
<y>32</y> |
|
<width>191</width> |
|
<height>31</height> |
|
</rect> |
|
</property> |
|
<property name="font"> |
|
<font> |
|
<pointsize>14</pointsize> |
|
</font> |
|
</property> |
|
<property name="text"> |
|
<string>qTox Update</string> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignCenter</set> |
|
</property> |
|
</widget> |
|
</widget> |
|
<layoutdefault spacing="6" margin="11"/> |
|
<resources> |
|
<include location="res.qrc"/> |
|
</resources> |
|
<connections/> |
|
</ui>
|
|
|