Some Eye Candy for you...

you lazy dude...
made a nicer login tab.

have an idea for the icon as well.

enjoy
This commit is contained in:
Sagi Dayan 2014-06-15 02:26:34 +03:00
parent e8e8bc4b06
commit b5b8b495c0
3 changed files with 251 additions and 247 deletions

View file

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>737</width> <width>676</width>
<height>500</height> <height>717</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
@ -94,24 +94,15 @@ border: none;
<attribute name="title"> <attribute name="title">
<string>Login</string> <string>Login</string>
</attribute> </attribute>
<layout class="QFormLayout" name="formLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<property name="leftMargin">
<number>200</number>
</property>
<property name="topMargin">
<number>80</number>
</property>
<property name="rightMargin">
<number>200</number>
</property>
<property name="bottomMargin">
<number>80</number>
</property>
<item row="0" column="0" colspan="2">
<widget class="QFrame" name="LoginFrame"> <widget class="QFrame" name="LoginFrame">
<property name="geometry">
<rect>
<x>200</x>
<y>230</y>
<width>263</width>
<height>146</height>
</rect>
</property>
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch> <horstretch>0</horstretch>
@ -301,8 +292,24 @@ font-size: 15px;
</item> </item>
</layout> </layout>
</widget> </widget>
</item> <widget class="QLabel" name="label_2">
</layout> <property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>650</width>
<height>600</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../resources/connectionstatus.qrc">:/icons/AVG_LOGO.png</pixmap>
</property>
</widget>
<zorder>label_2</zorder>
<zorder>LoginFrame</zorder>
</widget> </widget>
<widget class="QWidget" name="CoursesTab"> <widget class="QWidget" name="CoursesTab">
<property name="enabled"> <property name="enabled">
@ -314,15 +321,8 @@ font-size: 15px;
<attribute name="title"> <attribute name="title">
<string>Courses</string> <string>Courses</string>
</attribute> </attribute>
<widget class="QWidget" name="layoutWidget"> <layout class="QGridLayout" name="gridLayout_4">
<property name="geometry"> <item row="0" column="0">
<rect>
<x>2</x>
<y>5</y>
<width>711</width>
<height>371</height>
</rect>
</property>
<layout class="QGridLayout" name="courseGrid"> <layout class="QGridLayout" name="courseGrid">
<property name="leftMargin"> <property name="leftMargin">
<number>0</number> <number>0</number>
@ -399,7 +399,8 @@ font-size: 15px;
</layout> </layout>
</item> </item>
</layout> </layout>
</widget> </item>
</layout>
</widget> </widget>
<widget class="QWidget" name="SettingsTab"> <widget class="QWidget" name="SettingsTab">
<property name="enabled"> <property name="enabled">
@ -645,7 +646,7 @@ font-size: 15px;
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>737</width> <width>676</width>
<height>29</height> <height>29</height>
</rect> </rect>
</property> </property>

BIN
resources/AVG_LOGO.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 KiB

View file

@ -4,5 +4,8 @@
<file>greenStatusIcon.png</file> <file>greenStatusIcon.png</file>
<file>redStatusIcon.png</file> <file>redStatusIcon.png</file>
<file>icon.png</file> <file>icon.png</file>
<file>AVG_LOGO.png</file>
</qresource> </qresource>
</RCC> </RCC>