first re-commit.
This commit is contained in:
425
miniCashConnect/mcconnectmainwindow.ui
Normal file
425
miniCashConnect/mcconnectmainwindow.ui
Normal file
@@ -0,0 +1,425 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>MCConnectMainWindow</class>
|
||||
<widget class="QMainWindow" name="MCConnectMainWindow">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>1186</width>
|
||||
<height>916</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>miniCash.connect</string>
|
||||
</property>
|
||||
<widget class="QWidget" name="_centralWidget">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<item>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||
<item>
|
||||
<widget class="SWSideBar" name="_sideBar">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>140</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>140</width>
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">background: groove gray;</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::WinPanel</enum>
|
||||
</property>
|
||||
<property name="frameShadow">
|
||||
<enum>QFrame::Sunken</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="MCNetworkWidget" name="_netWidget">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>140</width>
|
||||
<height>90</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>140</width>
|
||||
<height>90</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">background: groove gray;
|
||||
|
||||
</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QStackedWidget" name="_contentWidget">
|
||||
<property name="styleSheet">
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
<widget class="MCInputView" name="_inputView">
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<property name="spacing">
|
||||
<number>7</number>
|
||||
</property>
|
||||
<property name="leftMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="topMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="rightMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="bottomMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="MCTransactionView" name="_transactionView"/>
|
||||
<widget class="MCCEditView" name="_editView"/>
|
||||
<widget class="MCBillingView" name="_billingView"/>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QMenuBar" name="_menuBar">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>1186</width>
|
||||
<height>26</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>9</pointsize>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
<widget class="QMenu" name="_menuFile">
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>9</pointsize>
|
||||
<bold>false</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>&Datei</string>
|
||||
</property>
|
||||
<addaction name="_actionSetup"/>
|
||||
<addaction name="_actionSetupNetwork"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="_actionExit"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="_menuCalc">
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>9</pointsize>
|
||||
<bold>false</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>&Abrechnung</string>
|
||||
</property>
|
||||
<addaction name="_actionCopySaleData"/>
|
||||
<addaction name="_actionStartBilling"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="_menuHelp">
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>9</pointsize>
|
||||
<bold>false</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>&Hilfe</string>
|
||||
</property>
|
||||
<addaction name="_actionHelpContents"/>
|
||||
<addaction name="_actionHelpAbout"/>
|
||||
</widget>
|
||||
<addaction name="_menuFile"/>
|
||||
<addaction name="_menuCalc"/>
|
||||
<addaction name="_menuHelp"/>
|
||||
</widget>
|
||||
<widget class="QToolBar" name="_mainToolBar">
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>9</pointsize>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
<attribute name="toolBarArea">
|
||||
<enum>TopToolBarArea</enum>
|
||||
</attribute>
|
||||
<attribute name="toolBarBreak">
|
||||
<bool>false</bool>
|
||||
</attribute>
|
||||
<addaction name="_actionEditSalesFile"/>
|
||||
<addaction name="_actionViewTransactions"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="_actionExitConfirmed"/>
|
||||
</widget>
|
||||
<widget class="QStatusBar" name="_statusBar">
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>10</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
</widget>
|
||||
<action name="_actionExit">
|
||||
<property name="icon">
|
||||
<iconset resource="miniCashConnect.qrc">
|
||||
<normaloff>:/images/exit.png</normaloff>:/images/exit.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Speichern und Beenden</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Speichern und Programm beenden</string>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>9</pointsize>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
</action>
|
||||
<action name="_actionHelpContents">
|
||||
<property name="icon">
|
||||
<iconset resource="miniCashConnect.qrc">
|
||||
<normaloff>:/images/contexthelp.png</normaloff>:/images/contexthelp.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Handbuch anzeigen</string>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>9</pointsize>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
</action>
|
||||
<action name="_actionHelpAbout">
|
||||
<property name="icon">
|
||||
<iconset resource="miniCashConnect.qrc">
|
||||
<normaloff>:/images/help.png</normaloff>:/images/help.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Über miniCash</string>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>9</pointsize>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
</action>
|
||||
<action name="_actionStartBilling">
|
||||
<property name="icon">
|
||||
<iconset resource="miniCashConnect.qrc">
|
||||
<normaloff>:/images/_billing2.png</normaloff>:/images/_billing2.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Abrechung</string>
|
||||
</property>
|
||||
<property name="iconText">
|
||||
<string>Abrechnung starten</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Eingabe verlassen und Abrechnung starten</string>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>9</pointsize>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
</action>
|
||||
<action name="_actionEditSalesFile">
|
||||
<property name="icon">
|
||||
<iconset resource="miniCashConnect.qrc">
|
||||
<normaloff>:/images/_edit2.png</normaloff>:/images/_edit2.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Kassendatei editieren</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Verkauften Artikel suchen und ggf. stornieren</string>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>9</pointsize>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
</action>
|
||||
<action name="_actionCopySaleData">
|
||||
<property name="icon">
|
||||
<iconset resource="miniCashConnect.qrc">
|
||||
<normaloff>:/images/stick.png</normaloff>:/images/stick.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Daten &kopieren</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Kopiert die Verkaufsdaten auf den Memorystick</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Kopiert die Verkaufsdaten auf den Memorystick</string>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>9</pointsize>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
</action>
|
||||
<action name="_actionExitConfirmed">
|
||||
<property name="icon">
|
||||
<iconset resource="miniCashConnect.qrc">
|
||||
<normaloff>:/images/exit.png</normaloff>:/images/exit.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>ExitConfirmed</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Speichern und Programm beenden</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="_actionSetup">
|
||||
<property name="icon">
|
||||
<iconset resource="miniCashConnect.qrc">
|
||||
<normaloff>:/images/_setup2.png</normaloff>:/images/_setup2.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Programmeinstellungen</string>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>9</pointsize>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
</action>
|
||||
<action name="_actionViewTransactions">
|
||||
<property name="icon">
|
||||
<iconset resource="miniCashConnect.qrc">
|
||||
<normaloff>:/images/_transactions2.png</normaloff>:/images/_transactions2.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Verkäufe</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Transaktionen anzeigen</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="_actionInputTransactions">
|
||||
<property name="icon">
|
||||
<iconset resource="miniCashConnect.qrc">
|
||||
<normaloff>:/images/_input2.png</normaloff>:/images/_input2.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Kasse</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Eingabemaske der Kasse öffnen</string>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>9</pointsize>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
</action>
|
||||
<action name="_actionEditTransactions">
|
||||
<property name="icon">
|
||||
<iconset resource="miniCashConnect.qrc">
|
||||
<normaloff>:/images/_edit2.png</normaloff>:/images/_edit2.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Storno</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Verkauften Artikel suchen und ggf. stornieren</string>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>9</pointsize>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
</action>
|
||||
<action name="_actionSetupNetwork">
|
||||
<property name="icon">
|
||||
<iconset resource="miniCashConnect.qrc">
|
||||
<normaloff>:/images/connect.png</normaloff>:/images/connect.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Netzwerkeinstellungen</string>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11"/>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
<class>SWSideBar</class>
|
||||
<extends>QFrame</extends>
|
||||
<header location="global">swsidebar.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>MCInputView</class>
|
||||
<extends>QWidget</extends>
|
||||
<header>mcinputview.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>MCBillingView</class>
|
||||
<extends>QWidget</extends>
|
||||
<header>mcbillingview.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>MCCEditView</class>
|
||||
<extends>QWidget</extends>
|
||||
<header>mcceditview.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>MCTransactionView</class>
|
||||
<extends>QWidget</extends>
|
||||
<header>mctransactionview.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>MCNetworkWidget</class>
|
||||
<extends>QFrame</extends>
|
||||
<header>mcnetworkwidget.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources>
|
||||
<include location="miniCashConnect.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
Reference in New Issue
Block a user