landmarkbrowser.ui Example File
landmarkbrowser/landmarkbrowser.ui<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>LandmarkBrowser</class> <widget class="QWidget" name="LandmarkBrowser"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>609</width> <height>325</height> </rect> </property> <property name="windowTitle"> <string>Landmark Browser</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QPushButton" name="addLandmark"> <property name="text"> <string>Add Landmark</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QPushButton" name="deleteLandmarks"> <property name="text"> <string>Delete Landmarks</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QPushButton" name="importLandmarks"> <property name="text"> <string>Import Landmarks</string> </property> </widget> </item> </layout> </item> <item> <widget class="QTableWidget" name="table"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>1</verstretch> </sizepolicy> </property> <property name="columnCount"> <number>3</number> </property> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <attribute name="verticalHeaderStretchLastSection"> <bool>false</bool> </attribute> <column/> <column/> <column/> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>