Skip to content

Instantly share code, notes, and snippets.

@manashmandal
Created April 13, 2016 05:47
Show Gist options
  • Save manashmandal/8c5ac517870fa4a1a22cfb9ab9c49f95 to your computer and use it in GitHub Desktop.
Save manashmandal/8c5ac517870fa4a1a22cfb9ab9c49f95 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QMainWidget</class>
<widget class="QWidget" name="QMainWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>459</width>
<height>329</height>
</rect>
</property>
<property name="windowTitle">
<string>QMainWidget</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QListWidget" name="listWidget"/>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="addBtn">
<property name="text">
<string>Add Widget Item</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="delBtn">
<property name="text">
<string>Delete Selected Item</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment