summaryrefslogtreecommitdiffstats
path: root/mainwindow.ui
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-08-31 21:52:56 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-08-31 21:52:56 +0200
commit0486c639b945726b9272917f0224a7a42e958740 (patch)
tree00ac64b33c39c59a49a0348f6d42098edaf0462f /mainwindow.ui
parent063ebad233e79f6ac8689f1209105a8564da4832 (diff)
downloadsrc-0486c639b945726b9272917f0224a7a42e958740.tar.gz
src-0486c639b945726b9272917f0224a7a42e958740.zip
Füge PasswordDialog hinzu und baue erste UI
Diffstat (limited to 'mainwindow.ui')
-rw-r--r--mainwindow.ui138
1 files changed, 129 insertions, 9 deletions
diff --git a/mainwindow.ui b/mainwindow.ui
index 6050363..6c17aee 100644
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -1,7 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow" >
- <property name="geometry" >
+ <widget class="QMainWindow" name="MainWindow">
+ <property name="geometry">
<rect>
<x>0</x>
<y>0</y>
@@ -9,16 +10,135 @@
<height>300</height>
</rect>
</property>
- <property name="windowTitle" >
+ <property name="windowTitle">
<string>MainWindow</string>
</property>
- <widget class="QMenuBar" name="menuBar" />
- <widget class="QToolBar" name="mainToolBar" />
- <widget class="QWidget" name="centralWidget" />
- <widget class="QStatusBar" name="statusBar" />
+ <widget class="QWidget" name="centralWidget">
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <spacer name="verticalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="groupBox">
+ <property name="title">
+ <string>Log Datei auswählen</string>
+ </property>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QLineEdit" name="lineEdit">
+ <property name="echoMode">
+ <enum>QLineEdit::Normal</enum>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="pushButton">
+ <property name="text">
+ <string>Datei auswählen</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <spacer name="verticalSpacer">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_3">
+ <item>
+ <widget class="QPushButton" name="pushButton_2">
+ <property name="text">
+ <string>Verschlüsseln</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QPushButton" name="pushButton_3">
+ <property name="text">
+ <string>Entschlüsseln</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
+ <widget class="QMenuBar" name="menuBar">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>400</width>
+ <height>29</height>
+ </rect>
+ </property>
+ <widget class="QMenu" name="menuDatei">
+ <property name="title">
+ <string>Da&amp;tei</string>
+ </property>
+ <addaction name="actionBeenden"/>
+ </widget>
+ <widget class="QMenu" name="menuSchl_ssel">
+ <property name="title">
+ <string>S&amp;chlüssel</string>
+ </property>
+ <addaction name="actionImport"/>
+ <addaction name="actionExport"/>
+ </widget>
+ <addaction name="menuDatei"/>
+ <addaction name="menuSchl_ssel"/>
+ </widget>
+ <action name="actionBeenden">
+ <property name="text">
+ <string>&amp;Beenden</string>
+ </property>
+ </action>
+ <action name="actionImport">
+ <property name="text">
+ <string>&amp;Import</string>
+ </property>
+ </action>
+ <action name="actionExport">
+ <property name="text">
+ <string>&amp;Export</string>
+ </property>
+ </action>
</widget>
- <layoutDefault spacing="6" margin="11" />
- <pixmapfunction></pixmapfunction>
+ <layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>