Changeset 10417 for trunk


Ignore:
Timestamp:
04/19/11 22:50:32 (14 years ago)
Author:
tbretz
Message:
Added clear and resize buttons to the service tab, slight changes to the layout which allows to resize the warning dialog.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/design.ui

    r10416 r10417  
    1313  <property name="sizePolicy">
    1414   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
    15     <horstretch>1</horstretch>
    16     <verstretch>1</verstretch>
     15    <horstretch>0</horstretch>
     16    <verstretch>0</verstretch>
    1717   </sizepolicy>
    1818  </property>
     
    2424  </property>
    2525  <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>
    2736    <item row="0" column="0">
    2837     <widget class="QTabWidget" name="fTabWidget">
     
    3746      </property>
    3847      <property name="currentIndex">
    39        <number>0</number>
     48       <number>1</number>
    4049      </property>
    4150      <property name="documentMode">
     
    7786            </sizepolicy>
    7887           </property>
    79            <layout class="QGridLayout" name="gridLayout_10">
     88           <layout class="QGridLayout" name="gridLayout_10" rowstretch="0,0,4,0,3">
    8089            <item row="2" column="0">
    81              <layout class="QHBoxLayout" name="horizontalLayout_7">
     90             <layout class="QHBoxLayout" name="horizontalLayout_7" stretch="3,5,8">
    8291              <property name="topMargin">
    8392               <number>0</number>
     
    8796                <property name="sizePolicy">
    8897                 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
    89                   <horstretch>3</horstretch>
     98                  <horstretch>0</horstretch>
    9099                  <verstretch>0</verstretch>
    91100                 </sizepolicy>
     
    115124                <property name="sizePolicy">
    116125                 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
    117                   <horstretch>5</horstretch>
     126                  <horstretch>0</horstretch>
    118127                  <verstretch>0</verstretch>
    119128                 </sizepolicy>
     
    140149                <property name="sizePolicy">
    141150                 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
    142                   <horstretch>8</horstretch>
     151                  <horstretch>0</horstretch>
    143152                  <verstretch>0</verstretch>
    144153                 </sizepolicy>
     
    166175             </layout>
    167176            </item>
    168             <item row="3" column="0">
     177            <item row="4" column="0">
    169178             <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>
    170191              <property name="textInteractionFlags">
    171192               <set>Qt::TextSelectableByMouse</set>
    172193              </property>
    173194             </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>
    174261            </item>
    175262           </layout>
     
    693780   <property name="minimumSize">
    694781    <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>
    697790    </size>
    698791   </property>
     
    702795   <property name="allowedAreas">
    703796    <set>Qt::BottomDockWidgetArea|Qt::TopDockWidgetArea</set>
     797   </property>
     798   <property name="windowTitle">
     799    <string>Warnings and Errors</string>
    704800   </property>
    705801   <attribute name="dockWidgetArea">
     
    725821         </property>
    726822         <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>
    734823          <spacer name="horizontalSpacer">
    735824           <property name="orientation">
     
    746835         <item>
    747836          <widget class="QPushButton" name="fTextClear">
     837           <property name="font">
     838            <font>
     839             <pointsize>9</pointsize>
     840            </font>
     841           </property>
    748842           <property name="toolTip">
    749843            <string>Clear contents of the error message window.</string>
     
    795889        <widget class="QTextEdit" name="fTextEdit">
    796890         <property name="sizePolicy">
    797           <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
     891          <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
    798892           <horstretch>0</horstretch>
    799893           <verstretch>0</verstretch>
    800894          </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>
    801907         </property>
    802908         <property name="undoRedoEnabled">
     
    11171223         </property>
    11181224         <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">
    11411225          <bool>true</bool>
    11421226         </property>
     
    13441428   <hints>
    13451429    <hint type="sourcelabel">
    1346      <x>874</x>
    1347      <y>534</y>
    1348     </hint>
    1349     <hint type="destinationlabel">
    1350      <x>772</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>
    13521436    </hint>
    13531437   </hints>
     
    13761460   <hints>
    13771461    <hint type="sourcelabel">
    1378      <x>967</x>
    1379      <y>536</y>
    1380     </hint>
    1381     <hint type="destinationlabel">
    1382      <x>936</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>
    13841468    </hint>
    13851469   </hints>
     
    13921476   <hints>
    13931477    <hint type="sourcelabel">
    1394      <x>1009</x>
    1395      <y>526</y>
    1396     </hint>
    1397     <hint type="destinationlabel">
    1398      <x>924</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>
    14001484    </hint>
    14011485   </hints>
     
    14401524   <hints>
    14411525    <hint type="sourcelabel">
    1442      <x>786</x>
    1443      <y>459</y>
     1526     <x>946</x>
     1527     <y>590</y>
    14441528    </hint>
    14451529    <hint type="destinationlabel">
    14461530     <x>1003</x>
    1447      <y>463</y>
     1531     <y>591</y>
    14481532    </hint>
    14491533   </hints>
     
    15371621    <hint type="sourcelabel">
    15381622     <x>946</x>
    1539      <y>462</y>
     1623     <y>590</y>
    15401624    </hint>
    15411625    <hint type="destinationlabel">
    15421626     <x>1003</x>
    1543      <y>463</y>
     1627     <y>591</y>
    15441628    </hint>
    15451629   </hints>
     
    16411725   </hints>
    16421726  </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>
    16431775 </connections>
    16441776</ui>
Note: See TracChangeset for help on using the changeset viewer.