Skip to content

Instantly share code, notes, and snippets.

@fereria
Created May 6, 2014 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fereria/11556512 to your computer and use it in GitHub Desktop.
Save fereria/11556512 to your computer and use it in GitHub Desktop.
PySideTableUI
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>393</width>
<height>266</height>
</rect>
</property>
<property name="contextMenuPolicy">
<enum>Qt::DefaultContextMenu</enum>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QTableWidget" name="testTable">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>371</width>
<height>231</height>
</rect>
</property>
<property name="contextMenuPolicy">
<enum>Qt::ActionsContextMenu</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="rowCount">
<number>3</number>
</property>
<property name="columnCount">
<number>3</number>
</property>
<attribute name="horizontalHeaderCascadingSectionResizes">
<bool>false</bool>
</attribute>
<row/>
<row/>
<row/>
<column/>
<column/>
<column/>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment