Minor design changes
This commit is contained in:
parent
a1d170681c
commit
2ad0c796fc
@ -1,5 +1,5 @@
|
|||||||
# Include the QSimpleUpdater files
|
# Include the QSimpleUpdater files
|
||||||
include($$PWD/../QSimpleUpdater/qsimpleupdater.pri)
|
include($$PWD/../QSimpleUpdater/QSimpleUpdater.pri)
|
||||||
|
|
||||||
# Include the QtWidgets module
|
# Include the QtWidgets module
|
||||||
QT += widgets
|
QT += widgets
|
||||||
|
@ -6,6 +6,8 @@
|
|||||||
# Please check the license.txt file for more information.
|
# Please check the license.txt file for more information.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
QT += gui
|
||||||
|
QT += widgets
|
||||||
QT += network
|
QT += network
|
||||||
|
|
||||||
HEADERS += $$PWD/src/qsimpleupdater.h \
|
HEADERS += $$PWD/src/qsimpleupdater.h \
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>385</width>
|
<width>390</width>
|
||||||
<height>168</height>
|
<height>175</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
@ -18,14 +18,14 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>0</width>
|
<width>390</width>
|
||||||
<height>0</height>
|
<height>175</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="maximumSize">
|
<property name="maximumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>16777215</width>
|
<width>390</width>
|
||||||
<height>16777215</height>
|
<height>175</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
@ -49,12 +49,27 @@
|
|||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="downloadIcon">
|
<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">
|
<property name="text">
|
||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<property name="pixmap">
|
<property name="pixmap">
|
||||||
<pixmap resource="../../res/res.qrc">:/icons/internet_icon.png</pixmap>
|
<pixmap resource="../../res/res.qrc">:/icons/internet_icon.png</pixmap>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="scaledContents">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
<property name="alignment">
|
<property name="alignment">
|
||||||
<set>Qt::AlignCenter</set>
|
<set>Qt::AlignCenter</set>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user