diff options
author | Nils Schwabe | 2014-03-20 18:47:48 +0100 |
---|---|---|
committer | Nils Schwabe | 2014-03-20 18:47:48 +0100 |
commit | f3a0b4d09379e63a26ec410088617fe20d5cd27f (patch) | |
tree | e34adf2e0bf92ad5e0e03602c0d6060efbcdbead /src/ui | |
parent | removed the file and path option for XMLs (diff) | |
download | vmchooser2-f3a0b4d09379e63a26ec410088617fe20d5cd27f.tar.gz vmchooser2-f3a0b4d09379e63a26ec410088617fe20d5cd27f.tar.xz vmchooser2-f3a0b4d09379e63a26ec410088617fe20d5cd27f.zip |
- added tab view
- added filter box
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/dialog.ui | 206 |
1 files changed, 155 insertions, 51 deletions
diff --git a/src/ui/dialog.ui b/src/ui/dialog.ui index 6f8ce05..bd59605 100644 --- a/src/ui/dialog.ui +++ b/src/ui/dialog.ui @@ -102,55 +102,139 @@ margin-bottom:0px;}</string> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> + <property name="leftMargin"> + <number>3</number> + </property> + <property name="rightMargin"> + <number>3</number> + </property> <item> - <widget class="QTreeView" name="treeView"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Expanding"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="maximumSize"> - <size> - <width>16777215</width> - <height>16777215</height> - </size> - </property> - <property name="styleSheet"> - <string notr="true">#treeView {border-top:1px solid #999; -border-bottom:1px solid #999;} -</string> - </property> - <property name="frameShape"> - <enum>QFrame::HLine</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Plain</enum> - </property> - <property name="lineWidth"> + <layout class="QVBoxLayout" name="verticalLayout_11"> + <property name="spacing"> <number>0</number> </property> - <property name="iconSize"> - <size> - <width>32</width> - <height>32</height> - </size> - </property> - <property name="indentation"> - <number>12</number> + <property name="topMargin"> + <number>3</number> </property> - <property name="headerHidden"> - <bool>true</bool> - </property> - <attribute name="headerMinimumSectionSize"> - <number>23</number> - </attribute> - </widget> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_6"> + <property name="spacing"> + <number>0</number> + </property> + <item> + <widget class="QPushButton" name="tabButtonLocal"> + <property name="text"> + <string>Local</string> + </property> + <property name="checkable"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="tabButtonMyClasses"> + <property name="text"> + <string>My Classes</string> + </property> + <property name="checkable"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="tabButtonAllClasses"> + <property name="text"> + <string>All Classes</string> + </property> + <property name="checkable"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="QTreeView" name="treeView"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>16777215</width> + <height>16777215</height> + </size> + </property> + <property name="styleSheet"> + <string notr="true">#treeView { +border:1px solid #999; +} +</string> + </property> + <property name="frameShape"> + <enum>QFrame::HLine</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Plain</enum> + </property> + <property name="lineWidth"> + <number>0</number> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + <property name="indentation"> + <number>12</number> + </property> + <property name="headerHidden"> + <bool>true</bool> + </property> + <attribute name="headerMinimumSectionSize"> + <number>23</number> + </attribute> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_4"> + <property name="leftMargin"> + <number>5</number> + </property> + <property name="topMargin"> + <number>4</number> + </property> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Filter:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="filterEdit"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + </item> + </layout> + </item> + </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QGroupBox" name="groupBox"> + <property name="enabled"> + <bool>true</bool> + </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> <horstretch>0</horstretch> @@ -174,17 +258,6 @@ border-bottom:1px solid #999;} </property> </widget> </item> - <item row="2" column="0"> - <widget class="QTextBrowser" name="textBrowser"> - <property name="html"> - <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Click on an item on the left side for more infos.</p></body></html></string> - </property> - </widget> - </item> <item row="0" column="0"> <layout class="QFormLayout" name="formLayout"> <item row="0" column="0"> @@ -281,6 +354,17 @@ p, li { white-space: pre-wrap; } </item> </layout> </item> + <item row="3" column="0"> + <widget class="QTextBrowser" name="textBrowser"> + <property name="html"> + <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:11pt;">Click on an item on the left side for more infos.</span></p></body></html></string> + </property> + </widget> + </item> </layout> </widget> </item> @@ -392,6 +476,13 @@ p, li { white-space: pre-wrap; } <number>9</number> </property> <item> + <widget class="QPushButton" name="pushButton_2"> + <property name="text"> + <string>Report Bug</string> + </property> + </widget> + </item> + <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -405,6 +496,19 @@ p, li { white-space: pre-wrap; } </spacer> </item> <item> + <widget class="QPushButton" name="pushButton"> + <property name="text"> + <string>Help</string> + </property> + <property name="checkable"> + <bool>false</bool> + </property> + <property name="checked"> + <bool>false</bool> + </property> + </widget> + </item> + <item> <widget class="QPushButton" name="pushButtonAbort"> <property name="text"> <string>Abort</string> |