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>
<x>0</x>
<y>0</y>
<width>737</width>
<height>500</height>
<width>676</width>
<height>717</height>
</rect>
</property>
<property name="sizePolicy">
@ -94,24 +94,15 @@ border: none;
<attribute name="title">
<string>Login</string>
</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">
<property name="geometry">
<rect>
<x>200</x>
<y>230</y>
<width>263</width>
<height>146</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
@ -301,8 +292,24 @@ font-size: 15px;
</item>
</layout>
</widget>
</item>
</layout>
<widget class="QLabel" name="label_2">
<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 class="QWidget" name="CoursesTab">
<property name="enabled">
@ -314,15 +321,8 @@ font-size: 15px;
<attribute name="title">
<string>Courses</string>
</attribute>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>2</x>
<y>5</y>
<width>711</width>
<height>371</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0">
<layout class="QGridLayout" name="courseGrid">
<property name="leftMargin">
<number>0</number>
@ -399,7 +399,8 @@ font-size: 15px;
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="SettingsTab">
<property name="enabled">
@ -645,7 +646,7 @@ font-size: 15px;
<rect>
<x>0</x>
<y>0</y>
<width>737</width>
<width>676</width>
<height>29</height>
</rect>
</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>redStatusIcon.png</file>
<file>icon.png</file>
<file>AVG_LOGO.png</file>
</qresource>
</RCC>