|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>1000</width>
|
|
|
|
<height>700</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>MainWindow</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="appRc.qrc">
|
|
|
|
<normaloff>:/icons/shop.ico</normaloff>:/icons/shop.ico</iconset>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="navigation" native="true">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2"/>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="tabPosition">
|
|
|
|
<enum>QTabWidget::North</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tabShape">
|
|
|
|
<enum>QTabWidget::Rounded</enum>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>-1</number>
|
|
|
|
</property>
|
|
|
|
<property name="tabsClosable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>1000</width>
|
|
|
|
<height>20</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
|
|
|
<string>Fi&le</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionOpen_database"/>
|
|
|
|
<addaction name="actionLogin"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionExit"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuRegisters">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Registers</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionPost_register"/>
|
|
|
|
<addaction name="actionCountry_register"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menuFile"/>
|
|
|
|
<addaction name="menuRegisters"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<addaction name="actionLogin"/>
|
|
|
|
<addaction name="actionSettings"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
|
|
<action name="actionExit">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Exit</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionOpen_database">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Open database...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionLogin">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="appRc.qrc">
|
|
|
|
<normaloff>:/icons/login_32.png</normaloff>:/icons/login_32.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Login...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSettings">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="appRc.qrc">
|
|
|
|
<normaloff>:/icons/settings.svg</normaloff>:/icons/settings.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Settings</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Settings</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPost_register">
|
|
|
|
<property name="text">
|
|
|
|
<string>Post register</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCountry_register">
|
|
|
|
<property name="text">
|
|
|
|
<string>Country register</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<resources>
|
|
|
|
<include location="appRc.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|