Skip to content
Snippets Groups Projects
Commit 48351798 authored by Emmanuel Oceguera Conchas's avatar Emmanuel Oceguera Conchas
Browse files

we added a QTableWidget

parent 174f3d9b
No related branches found
No related tags found
No related merge requests found
...@@ -55,13 +55,6 @@ ...@@ -55,13 +55,6 @@
<item> <item>
<widget class="QLineEdit" name="text_set"/> <widget class="QLineEdit" name="text_set"/>
</item> </item>
<item>
<widget class="QPushButton" name="btn_remove">
<property name="text">
<string>remove</string>
</property>
</widget>
</item>
<item> <item>
<widget class="QPushButton" name="btn_load"> <widget class="QPushButton" name="btn_load">
<property name="text"> <property name="text">
...@@ -98,15 +91,30 @@ ...@@ -98,15 +91,30 @@
</attribute> </attribute>
<layout class="QFormLayout" name="formLayout"> <layout class="QFormLayout" name="formLayout">
<item row="0" column="1"> <item row="0" column="1">
<widget class="QTableWidget" name="tableWidget"> <widget class="QTableWidget" name="tbl_dataSet">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>249000</width> <width>249000</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="lineWidth">
<number>1</number>
</property>
<property name="showGrid">
<bool>false</bool>
</property>
<property name="rowCount"> <property name="rowCount">
<number>0</number> <number>25</number>
</property>
<property name="columnCount">
<number>3</number>
</property> </property>
<attribute name="horizontalHeaderVisible"> <attribute name="horizontalHeaderVisible">
<bool>true</bool> <bool>true</bool>
...@@ -115,11 +123,54 @@ ...@@ -115,11 +123,54 @@
<bool>true</bool> <bool>true</bool>
</attribute> </attribute>
<attribute name="horizontalHeaderDefaultSectionSize"> <attribute name="horizontalHeaderDefaultSectionSize">
<number>249</number> <number>233</number>
</attribute>
<attribute name="horizontalHeaderHighlightSections">
<bool>true</bool>
</attribute> </attribute>
<attribute name="horizontalHeaderShowSortIndicator" stdset="0"> <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
<bool>false</bool> <bool>false</bool>
</attribute> </attribute>
<attribute name="horizontalHeaderStretchLastSection">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderCascadingSectionResizes">
<bool>true</bool>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>27</number>
</attribute>
<attribute name="verticalHeaderShowSortIndicator" stdset="0">
<bool>false</bool>
</attribute>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<row/>
<column> <column>
<property name="text"> <property name="text">
<string>Name</string> <string>Name</string>
...@@ -146,9 +197,9 @@ ...@@ -146,9 +197,9 @@
<widget class="QWidget" name="layoutWidget"> <widget class="QWidget" name="layoutWidget">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>1030</x> <x>953</x>
<y>750</y> <y>750</y>
<width>147</width> <width>231</width>
<height>25</height> <height>25</height>
</rect> </rect>
</property> </property>
...@@ -186,7 +237,39 @@ ...@@ -186,7 +237,39 @@
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>
<widget class="QListWidget" name="listWidget"/> <widget class="QListWidget" name="list_dataSet"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>30</x>
<y>750</y>
<width>221</width>
<height>25</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="btn_remove">
<property name="text">
<string>Remove all</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>56</width>
<height>20</height>
</size>
</property>
</spacer>
</item> </item>
</layout> </layout>
</widget> </widget>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment