summaryrefslogtreecommitdiff
path: root/mainwindow.ui
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.ui')
-rw-r--r--mainwindow.ui49
1 files changed, 48 insertions, 1 deletions
diff --git a/mainwindow.ui b/mainwindow.ui
index 7797e9f..ea1b3a3 100644
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -42,7 +42,42 @@
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
- <widget class="QListWidget" name="listWidget"/>
+ <widget class="QTableWidget" name="tableWidget">
+ <property name="styleSheet">
+ <string notr="true">color: black;
+background-color: white;
+selection-color: yellow;
+selection-background-color: grey;
+
+border-style: outset;
+border-width: 2px;
+border-color: beige;</string>
+ </property>
+ <property name="selectionBehavior">
+ <enum>QAbstractItemView::SelectRows</enum>
+ </property>
+ <property name="columnCount">
+ <number>12</number>
+ </property>
+ <attribute name="horizontalHeaderCascadingSectionResizes">
+ <bool>false</bool>
+ </attribute>
+ <attribute name="horizontalHeaderStretchLastSection">
+ <bool>true</bool>
+ </attribute>
+ <column/>
+ <column/>
+ <column/>
+ <column/>
+ <column/>
+ <column/>
+ <column/>
+ <column/>
+ <column/>
+ <column/>
+ <column/>
+ <column/>
+ </widget>
</item>
</layout>
</item>
@@ -61,10 +96,22 @@
<property name="title">
<string>File</string>
</property>
+ <addaction name="actionOpen"/>
+ <addaction name="actionSave"/>
</widget>
<addaction name="menuFile"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
+ <action name="actionOpen">
+ <property name="text">
+ <string>Open</string>
+ </property>
+ </action>
+ <action name="actionSave">
+ <property name="text">
+ <string>Save</string>
+ </property>
+ </action>
</widget>
<resources/>
<connections/>