- Timestamp:
- 04/19/11 22:50:32 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/design.ui
r10416 r10417 13 13 <property name="sizePolicy"> 14 14 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 15 <horstretch> 1</horstretch>16 <verstretch> 1</verstretch>15 <horstretch>0</horstretch> 16 <verstretch>0</verstretch> 17 17 </sizepolicy> 18 18 </property> … … 24 24 </property> 25 25 <widget class="QWidget" name="fCentralWidget"> 26 <layout class="QGridLayout" name="gridLayout"> 26 <property name="sizePolicy"> 27 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 28 <horstretch>0</horstretch> 29 <verstretch>0</verstretch> 30 </sizepolicy> 31 </property> 32 <layout class="QGridLayout" name="gridLayout" rowstretch="0" columnminimumwidth="0"> 33 <property name="sizeConstraint"> 34 <enum>QLayout::SetDefaultConstraint</enum> 35 </property> 27 36 <item row="0" column="0"> 28 37 <widget class="QTabWidget" name="fTabWidget"> … … 37 46 </property> 38 47 <property name="currentIndex"> 39 <number> 0</number>48 <number>1</number> 40 49 </property> 41 50 <property name="documentMode"> … … 77 86 </sizepolicy> 78 87 </property> 79 <layout class="QGridLayout" name="gridLayout_10" >88 <layout class="QGridLayout" name="gridLayout_10" rowstretch="0,0,4,0,3"> 80 89 <item row="2" column="0"> 81 <layout class="QHBoxLayout" name="horizontalLayout_7" >90 <layout class="QHBoxLayout" name="horizontalLayout_7" stretch="3,5,8"> 82 91 <property name="topMargin"> 83 92 <number>0</number> … … 87 96 <property name="sizePolicy"> 88 97 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 89 <horstretch> 3</horstretch>98 <horstretch>0</horstretch> 90 99 <verstretch>0</verstretch> 91 100 </sizepolicy> … … 115 124 <property name="sizePolicy"> 116 125 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 117 <horstretch> 5</horstretch>126 <horstretch>0</horstretch> 118 127 <verstretch>0</verstretch> 119 128 </sizepolicy> … … 140 149 <property name="sizePolicy"> 141 150 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 142 <horstretch> 8</horstretch>151 <horstretch>0</horstretch> 143 152 <verstretch>0</verstretch> 144 153 </sizepolicy> … … 166 175 </layout> 167 176 </item> 168 <item row=" 3" column="0">177 <item row="4" column="0"> 169 178 <widget class="QTextEdit" name="fDimSvcText"> 179 <property name="sizePolicy"> 180 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 181 <horstretch>0</horstretch> 182 <verstretch>1</verstretch> 183 </sizepolicy> 184 </property> 185 <property name="maximumSize"> 186 <size> 187 <width>16777215</width> 188 <height>16777215</height> 189 </size> 190 </property> 170 191 <property name="textInteractionFlags"> 171 192 <set>Qt::TextSelectableByMouse</set> 172 193 </property> 173 194 </widget> 195 </item> 196 <item row="3" column="0"> 197 <layout class="QHBoxLayout" name="horizontalLayout_8"> 198 <property name="bottomMargin"> 199 <number>0</number> 200 </property> 201 <item> 202 <spacer name="horizontalSpacer_9"> 203 <property name="orientation"> 204 <enum>Qt::Horizontal</enum> 205 </property> 206 <property name="sizeHint" stdset="0"> 207 <size> 208 <width>40</width> 209 <height>20</height> 210 </size> 211 </property> 212 </spacer> 213 </item> 214 <item> 215 <widget class="QPushButton" name="pushButton"> 216 <property name="toolTip"> 217 <string>Clear contents of the service message window.</string> 218 </property> 219 <property name="text"> 220 <string>Clear</string> 221 </property> 222 </widget> 223 </item> 224 <item> 225 <spacer name="horizontalSpacer_10"> 226 <property name="orientation"> 227 <enum>Qt::Horizontal</enum> 228 </property> 229 <property name="sizeType"> 230 <enum>QSizePolicy::Fixed</enum> 231 </property> 232 <property name="sizeHint" stdset="0"> 233 <size> 234 <width>20</width> 235 <height>20</height> 236 </size> 237 </property> 238 </spacer> 239 </item> 240 <item> 241 <widget class="QPushButton" name="pushButton_2"> 242 <property name="toolTip"> 243 <string>Increase size of the service message window.</string> 244 </property> 245 <property name="text"> 246 <string>+</string> 247 </property> 248 </widget> 249 </item> 250 <item> 251 <widget class="QPushButton" name="pushButton_3"> 252 <property name="toolTip"> 253 <string>Decrease size of the service message window.</string> 254 </property> 255 <property name="text"> 256 <string>-</string> 257 </property> 258 </widget> 259 </item> 260 </layout> 174 261 </item> 175 262 </layout> … … 693 780 <property name="minimumSize"> 694 781 <size> 695 <width>309</width> 696 <height>260</height> 782 <width>173</width> 783 <height>97</height> 784 </size> 785 </property> 786 <property name="maximumSize"> 787 <size> 788 <width>524287</width> 789 <height>524287</height> 697 790 </size> 698 791 </property> … … 702 795 <property name="allowedAreas"> 703 796 <set>Qt::BottomDockWidgetArea|Qt::TopDockWidgetArea</set> 797 </property> 798 <property name="windowTitle"> 799 <string>Warnings and Errors</string> 704 800 </property> 705 801 <attribute name="dockWidgetArea"> … … 725 821 </property> 726 822 <item> 727 <widget class="QLabel" name="label">728 <property name="text">729 <string>Warnings and Errors</string>730 </property>731 </widget>732 </item>733 <item>734 823 <spacer name="horizontalSpacer"> 735 824 <property name="orientation"> … … 746 835 <item> 747 836 <widget class="QPushButton" name="fTextClear"> 837 <property name="font"> 838 <font> 839 <pointsize>9</pointsize> 840 </font> 841 </property> 748 842 <property name="toolTip"> 749 843 <string>Clear contents of the error message window.</string> … … 795 889 <widget class="QTextEdit" name="fTextEdit"> 796 890 <property name="sizePolicy"> 797 <sizepolicy hsizetype=" MinimumExpanding" vsizetype="MinimumExpanding">891 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 798 892 <horstretch>0</horstretch> 799 893 <verstretch>0</verstretch> 800 894 </sizepolicy> 895 </property> 896 <property name="minimumSize"> 897 <size> 898 <width>0</width> 899 <height>29</height> 900 </size> 901 </property> 902 <property name="maximumSize"> 903 <size> 904 <width>16777215</width> 905 <height>16777215</height> 906 </size> 801 907 </property> 802 908 <property name="undoRedoEnabled"> … … 1117 1223 </property> 1118 1224 <property name="flat"> 1119 <bool>true</bool>1120 </property>1121 </widget>1122 </item>1123 <item row="6" column="2">1124 <widget class="QCheckBox" name="fStatusChatEnable">1125 <property name="sizePolicy">1126 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">1127 <horstretch>0</horstretch>1128 <verstretch>0</verstretch>1129 </sizepolicy>1130 </property>1131 <property name="maximumSize">1132 <size>1133 <width>20</width>1134 <height>16777215</height>1135 </size>1136 </property>1137 <property name="text">1138 <string/>1139 </property>1140 <property name="checked">1141 1225 <bool>true</bool> 1142 1226 </property> … … 1344 1428 <hints> 1345 1429 <hint type="sourcelabel"> 1346 <x> 874</x>1347 <y> 534</y>1348 </hint> 1349 <hint type="destinationlabel"> 1350 <x>77 2</x>1351 <y> 573</y>1430 <x>918</x> 1431 <y>667</y> 1432 </hint> 1433 <hint type="destinationlabel"> 1434 <x>773</x> 1435 <y>739</y> 1352 1436 </hint> 1353 1437 </hints> … … 1376 1460 <hints> 1377 1461 <hint type="sourcelabel"> 1378 <x>9 67</x>1379 <y> 536</y>1380 </hint> 1381 <hint type="destinationlabel"> 1382 <x>93 6</x>1383 <y> 558</y>1462 <x>979</x> 1463 <y>667</y> 1464 </hint> 1465 <hint type="destinationlabel"> 1466 <x>937</x> 1467 <y>739</y> 1384 1468 </hint> 1385 1469 </hints> … … 1392 1476 <hints> 1393 1477 <hint type="sourcelabel"> 1394 <x>10 09</x>1395 <y> 526</y>1396 </hint> 1397 <hint type="destinationlabel"> 1398 <x>92 4</x>1399 <y> 557</y>1478 <x>1014</x> 1479 <y>667</y> 1480 </hint> 1481 <hint type="destinationlabel"> 1482 <x>925</x> 1483 <y>739</y> 1400 1484 </hint> 1401 1485 </hints> … … 1440 1524 <hints> 1441 1525 <hint type="sourcelabel"> 1442 <x> 786</x>1443 <y> 459</y>1526 <x>946</x> 1527 <y>590</y> 1444 1528 </hint> 1445 1529 <hint type="destinationlabel"> 1446 1530 <x>1003</x> 1447 <y> 463</y>1531 <y>591</y> 1448 1532 </hint> 1449 1533 </hints> … … 1537 1621 <hint type="sourcelabel"> 1538 1622 <x>946</x> 1539 <y> 462</y>1623 <y>590</y> 1540 1624 </hint> 1541 1625 <hint type="destinationlabel"> 1542 1626 <x>1003</x> 1543 <y> 463</y>1627 <y>591</y> 1544 1628 </hint> 1545 1629 </hints> … … 1641 1725 </hints> 1642 1726 </connection> 1727 <connection> 1728 <sender>pushButton</sender> 1729 <signal>clicked()</signal> 1730 <receiver>fDimSvcText</receiver> 1731 <slot>clear()</slot> 1732 <hints> 1733 <hint type="sourcelabel"> 1734 <x>907</x> 1735 <y>382</y> 1736 </hint> 1737 <hint type="destinationlabel"> 1738 <x>1004</x> 1739 <y>592</y> 1740 </hint> 1741 </hints> 1742 </connection> 1743 <connection> 1744 <sender>pushButton_2</sender> 1745 <signal>clicked()</signal> 1746 <receiver>fDimSvcText</receiver> 1747 <slot>zoomIn()</slot> 1748 <hints> 1749 <hint type="sourcelabel"> 1750 <x>968</x> 1751 <y>382</y> 1752 </hint> 1753 <hint type="destinationlabel"> 1754 <x>1004</x> 1755 <y>592</y> 1756 </hint> 1757 </hints> 1758 </connection> 1759 <connection> 1760 <sender>pushButton_3</sender> 1761 <signal>clicked()</signal> 1762 <receiver>fDimSvcText</receiver> 1763 <slot>zoomOut()</slot> 1764 <hints> 1765 <hint type="sourcelabel"> 1766 <x>1003</x> 1767 <y>382</y> 1768 </hint> 1769 <hint type="destinationlabel"> 1770 <x>1004</x> 1771 <y>592</y> 1772 </hint> 1773 </hints> 1774 </connection> 1643 1775 </connections> 1644 1776 </ui>
Note:
See TracChangeset
for help on using the changeset viewer.