aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/gui/mainwindow.ui
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-03-03 23:00:11 +0100
committerRenaud G <renaud@rolisteam.org>2015-03-03 23:00:11 +0100
commit30aaf7a35bc6e8224ad683148af28cedf81f03fd (patch)
tree4ef6e1451a62d852d4b83f2bb2a89e7940a33c6d /gui/mainwindow.ui
parent343f0d6b839d3f9a4740733cf2148b136ef8e00d (diff)
downloadOneRoll-30aaf7a35bc6e8224ad683148af28cedf81f03fd.tar.gz
OneRoll-30aaf7a35bc6e8224ad683148af28cedf81f03fd.zip
Add gui and new node.
Diffstat (limited to 'gui/mainwindow.ui')
-rw-r--r--gui/mainwindow.ui75
1 files changed, 75 insertions, 0 deletions
diff --git a/gui/mainwindow.ui b/gui/mainwindow.ui
new file mode 100644
index 0000000..d09f866
--- /dev/null
+++ b/gui/mainwindow.ui
@@ -0,0 +1,75 @@
+<?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>800</width>
+ <height>600</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>MainWindow</string>
+ </property>
+ <widget class="QWidget" name="centralwidget">
+ <layout class="QVBoxLayout" name="verticalLayout_2">
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QLineEdit" name="m_cmdEdit"/>
+ </item>
+ <item>
+ <widget class="QPushButton" name="m_rollButton">
+ <property name="text">
+ <string>Roll</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,1">
+ <item>
+ <widget class="QListView" name="m_historicView"/>
+ </item>
+ <item>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <widget class="QWidget" name="m_display" native="true"/>
+ </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>
+ </layout>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
+ <widget class="QMenuBar" name="menubar">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>800</width>
+ <height>29</height>
+ </rect>
+ </property>
+ </widget>
+ <widget class="QStatusBar" name="statusbar"/>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>