diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-02-04 17:06:50 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-02-04 17:06:50 -0800 |
commit | 6b1a4b6e64c011956a644331ac34f1a20d228f2e (patch) | |
tree | 8b3f317015307570c3a449fc4efb4b6dc15184a3 | |
parent | aaf0ef6b19be38d4e426e72dd8034231121b101a (diff) | |
download | infinitytier-6b1a4b6e64c011956a644331ac34f1a20d228f2e.tar.gz infinitytier-6b1a4b6e64c011956a644331ac34f1a20d228f2e.zip |
Undo last commit...
-rw-r--r-- | ZeroTierUI/ZT1GUI.png | bin | 0 -> 53577 bytes | |||
-rw-r--r-- | ZeroTierUI/ZT1GUI.xcf | bin | 0 -> 244364 bytes | |||
-rw-r--r-- | ZeroTierUI/quickstartdialog.ui | 30 | ||||
-rw-r--r-- | ZeroTierUI/resources.qrc | 1 |
4 files changed, 28 insertions, 3 deletions
diff --git a/ZeroTierUI/ZT1GUI.png b/ZeroTierUI/ZT1GUI.png Binary files differnew file mode 100644 index 00000000..03a9ec5f --- /dev/null +++ b/ZeroTierUI/ZT1GUI.png diff --git a/ZeroTierUI/ZT1GUI.xcf b/ZeroTierUI/ZT1GUI.xcf Binary files differnew file mode 100644 index 00000000..849ee6ea --- /dev/null +++ b/ZeroTierUI/ZT1GUI.xcf diff --git a/ZeroTierUI/quickstartdialog.ui b/ZeroTierUI/quickstartdialog.ui index eac21285..411f89e3 100644 --- a/ZeroTierUI/quickstartdialog.ui +++ b/ZeroTierUI/quickstartdialog.ui @@ -45,8 +45,8 @@ <rect> <x>0</x> <y>0</y> - <width>800</width> - <height>446</height> + <width>785</width> + <height>800</height> </rect> </property> <layout class="QHBoxLayout" name="horizontalLayout_2"> @@ -62,6 +62,28 @@ <property name="bottomMargin"> <number>0</number> </property> + <item> + <widget class="QLabel" name="label"> + <property name="styleSheet"> + <string notr="true">background: #000000;</string> + </property> + <property name="text"> + <string/> + </property> + <property name="textFormat"> + <enum>Qt::PlainText</enum> + </property> + <property name="pixmap"> + <pixmap resource="resources.qrc">:/img/ZT1GUI.png</pixmap> + </property> + <property name="scaledContents"> + <bool>false</bool> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </item> </layout> </widget> </widget> @@ -124,7 +146,9 @@ </item> </layout> </widget> - <resources/> + <resources> + <include location="resources.qrc"/> + </resources> <connections> <connection> <sender>okButton</sender> diff --git a/ZeroTierUI/resources.qrc b/ZeroTierUI/resources.qrc index 517b7944..32f7c346 100644 --- a/ZeroTierUI/resources.qrc +++ b/ZeroTierUI/resources.qrc @@ -1,6 +1,7 @@ <RCC> <qresource prefix="/img"> <file>zt1icon.png</file> + <file>ZT1GUI.png</file> </qresource> <qresource prefix="/css"> <file>stylesheet.css</file> |