summaryrefslogtreecommitdiffstats
path: root/src/fbsplash.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbsplash.ui')
-rw-r--r--src/fbsplash.ui59
1 files changed, 59 insertions, 0 deletions
diff --git a/src/fbsplash.ui b/src/fbsplash.ui
new file mode 100644
index 0000000..bee2404
--- /dev/null
+++ b/src/fbsplash.ui
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>fbsplash</class>
+ <widget class="QWidget" name="fbsplash">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>1024</width>
+ <height>768</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>Form</string>
+ </property>
+ <property name="styleSheet">
+ <string notr="true"/>
+ </property>
+ <widget class="QLabel" name="label">
+ <property name="geometry">
+ <rect>
+ <x>390</x>
+ <y>300</y>
+ <width>201</width>
+ <height>61</height>
+ </rect>
+ </property>
+ <property name="font">
+ <font>
+ <pointsize>20</pointsize>
+ </font>
+ </property>
+ <property name="styleSheet">
+ <string notr="true"/>
+ </property>
+ <property name="text">
+ <string>TextLabel</string>
+ </property>
+ <property name="alignment">
+ <set>Qt::AlignCenter</set>
+ </property>
+ </widget>
+ <widget class="QProgressBar" name="progressBar">
+ <property name="geometry">
+ <rect>
+ <x>420</x>
+ <y>380</y>
+ <width>181</width>
+ <height>21</height>
+ </rect>
+ </property>
+ <property name="value">
+ <number>24</number>
+ </property>
+ </widget>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>