Minor design changes

This commit is contained in:
Alex Spataru 2014-11-06 21:48:20 -06:00
parent a1d170681c
commit 2ad0c796fc
3 changed files with 24 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# Include the QSimpleUpdater files
include($$PWD/../QSimpleUpdater/qsimpleupdater.pri)
include($$PWD/../QSimpleUpdater/QSimpleUpdater.pri)
# Include the QtWidgets module
QT += widgets

View File

@ -6,6 +6,8 @@
# Please check the license.txt file for more information.
#
QT += gui
QT += widgets
QT += network
HEADERS += $$PWD/src/qsimpleupdater.h \

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>385</width>
<height>168</height>
<width>390</width>
<height>175</height>
</rect>
</property>
<property name="sizePolicy">
@ -18,14 +18,14 @@
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
<width>390</width>
<height>175</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
<width>390</width>
<height>175</height>
</size>
</property>
<property name="windowTitle">
@ -49,12 +49,27 @@
</property>
<item>
<widget class="QLabel" name="downloadIcon">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../../res/res.qrc">:/icons/internet_icon.png</pixmap>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>