work on user interface

This commit is contained in:
Pavol Rusnak 2011-04-01 19:25:29 +02:00
parent 333079d8a7
commit 68d5066b23
9 changed files with 213 additions and 59 deletions

View file

@ -10,6 +10,18 @@
<height>600</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>800</width>
<height>600</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>800</width>
<height>600</height>
</size>
</property>
<property name="windowTitle">
<string>EduBRM</string>
</property>
@ -18,64 +30,164 @@
<normaloff>:/icons/icon.png</normaloff>:/icons/icon.png</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="txtDesc">
<widget class="QPushButton" name="btnExit">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>501</width>
<height>201</height>
<width>81</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string/>
<string>&amp;Exit</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/exit.png</normaloff>:/icons/exit.png</iconset>
</property>
</widget>
<widget class="QPushButton" name="btnAbout">
<property name="geometry">
<rect>
<x>710</x>
<y>10</y>
<width>81</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>&amp;About</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/about.png</normaloff>:/icons/about.png</iconset>
</property>
</widget>
<widget class="QScrollArea" name="areaChoose">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>781</width>
<height>531</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="areaChooseContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>781</width>
<height>531</height>
</rect>
</property>
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>781</width>
<height>531</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="margin">
<number>10</number>
</property>
<property name="spacing">
<number>10</number>
</property>
</layout>
</widget>
</widget>
</widget>
<widget class="QLabel" name="lblTitle">
<property name="geometry">
<rect>
<x>100</x>
<y>10</y>
<width>601</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>24</pointsize>
<weight>75</weight>
<bold>true</bold>
<kerning>true</kerning>
</font>
</property>
<property name="text">
<string>EduBRM</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="btnBack">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>81</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>&amp;Back</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/back.png</normaloff>:/icons/back.png</iconset>
</property>
</widget>
<widget class="QScrollArea" name="areaModule">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>781</width>
<height>531</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="areaModuleContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>781</width>
<height>531</height>
</rect>
</property>
</widget>
</widget>
<zorder>lblTitle</zorder>
<zorder>areaModule</zorder>
<zorder>btnExit</zorder>
<zorder>btnAbout</zorder>
<zorder>areaChoose</zorder>
<zorder>btnBack</zorder>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menu_File">
<property name="title">
<string>&amp;File</string>
</property>
<addaction name="actionExit"/>
</widget>
<widget class="QMenu" name="menu_Help">
<property name="title">
<string>&amp;Help</string>
</property>
<addaction name="actionAbout"/>
</widget>
<addaction name="menu_File"/>
<addaction name="menu_Help"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionAbout">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/about.png</normaloff>:/icons/about.png</iconset>
</property>
<property name="text">
<string>&amp;About ...</string>
</property>
</action>
<action name="actionExit">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/exit.png</normaloff>:/icons/exit.png</iconset>
</property>
<property name="text">
<string>E&amp;xit</string>
</property>
</action>
</widget>
<tabstops>
<tabstop>btnAbout</tabstop>
<tabstop>btnExit</tabstop>
<tabstop>areaChoose</tabstop>
</tabstops>
<resources>
<include location="resources.qrc"/>
</resources>