195 lines
5.3 KiB
XML
195 lines
5.3 KiB
XML
<?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>735</width>
|
|
<height>770</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>AbacusNG</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QLineEdit" name="le_input"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="but_enter">
|
|
<property name="text">
|
|
<string>Rechne!</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
<item>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="text">
|
|
<string>Verlauf</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QListView" name="lv_history"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
<item>
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string>Variablen</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<widget class="QListView" name="lv_variable">
|
|
<property name="selectionMode">
|
|
<enum>QAbstractItemView::SelectionMode::SingleSelection</enum>
|
|
</property>
|
|
<property name="resizeMode">
|
|
<enum>QListView::ResizeMode::Adjust</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
<item>
|
|
<widget class="QPushButton" name="but_var_new">
|
|
<property name="text">
|
|
<string>Neu</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="but_var_edit">
|
|
<property name="text">
|
|
<string>Bearbeiten</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="but_var_remove">
|
|
<property name="text">
|
|
<string>Löschen</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="text">
|
|
<string>Funktionen</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QListView" name="lv_func"/>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<item>
|
|
<widget class="QPushButton" name="but_func_new">
|
|
<property name="text">
|
|
<string>Neu</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="but_func_edit">
|
|
<property name="text">
|
|
<string>Bearbeiten</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="but_func_remove">
|
|
<property name="text">
|
|
<string>Löschnen</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>735</width>
|
|
<height>33</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuDatei">
|
|
<property name="title">
|
|
<string>Datei</string>
|
|
</property>
|
|
<addaction name="actionNeu"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionSpeichern"/>
|
|
<addaction name="actionSpeichern_unter"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionDrucken"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionExit"/>
|
|
</widget>
|
|
<addaction name="menuDatei"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<action name="actionNeu">
|
|
<property name="text">
|
|
<string>Neu</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSpeichern">
|
|
<property name="text">
|
|
<string>Speichern</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSpeichern_unter">
|
|
<property name="text">
|
|
<string>Speichern unter</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDrucken">
|
|
<property name="text">
|
|
<string>Drucken</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionExit">
|
|
<property name="text">
|
|
<string>Beenden</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|