qtmobility/examples/publish-subscribe/subscriberdialog_hor.ui
changeset 4 90517678cc4f
child 14 6fbed849b4f4
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <ui version="4.0">
       
     3  <class>SubscriberDialog</class>
       
     4  <widget class="QDialog" name="SubscriberDialog">
       
     5   <property name="geometry">
       
     6    <rect>
       
     7     <x>0</x>
       
     8     <y>0</y>
       
     9     <width>453</width>
       
    10     <height>239</height>
       
    11    </rect>
       
    12   </property>
       
    13   <property name="windowTitle">
       
    14    <string>Subscriber</string>
       
    15   </property>
       
    16   <layout class="QVBoxLayout" name="verticalLayout">
       
    17    <item>
       
    18     <layout class="QHBoxLayout" name="horizontalLayout">
       
    19      <item>
       
    20       <widget class="QLabel" name="label">
       
    21        <property name="sizePolicy">
       
    22         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
       
    23          <horstretch>0</horstretch>
       
    24          <verstretch>0</verstretch>
       
    25         </sizepolicy>
       
    26        </property>
       
    27        <property name="text">
       
    28         <string>Base path:</string>
       
    29        </property>
       
    30       </widget>
       
    31      </item>
       
    32      <item>
       
    33       <widget class="QLineEdit" name="basePath">
       
    34        <property name="sizePolicy">
       
    35         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
       
    36          <horstretch>0</horstretch>
       
    37          <verstretch>0</verstretch>
       
    38         </sizepolicy>
       
    39        </property>
       
    40        <property name="text">
       
    41         <string>/example</string>
       
    42        </property>
       
    43       </widget>
       
    44      </item>
       
    45      <item>
       
    46       <widget class="QPushButton" name="connectButton">
       
    47        <property name="sizePolicy">
       
    48         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
       
    49          <horstretch>0</horstretch>
       
    50          <verstretch>0</verstretch>
       
    51         </sizepolicy>
       
    52        </property>
       
    53        <property name="text">
       
    54         <string>Connect</string>
       
    55        </property>
       
    56       </widget>
       
    57      </item>
       
    58      <item>
       
    59       <widget class="QDialogButtonBox" name="buttonBox">
       
    60        <property name="sizePolicy">
       
    61         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
       
    62          <horstretch>0</horstretch>
       
    63          <verstretch>0</verstretch>
       
    64         </sizepolicy>
       
    65        </property>
       
    66        <property name="orientation">
       
    67         <enum>Qt::Horizontal</enum>
       
    68        </property>
       
    69        <property name="standardButtons">
       
    70         <set>QDialogButtonBox::Close</set>
       
    71        </property>
       
    72       </widget>
       
    73      </item>
       
    74     </layout>
       
    75    </item>
       
    76    <item>
       
    77     <widget class="QTableWidget" name="tableWidget">
       
    78      <property name="minimumSize">
       
    79       <size>
       
    80        <width>0</width>
       
    81        <height>300</height>
       
    82       </size>
       
    83      </property>
       
    84     </widget>
       
    85    </item>
       
    86   </layout>
       
    87  </widget>
       
    88  <resources/>
       
    89  <connections>
       
    90   <connection>
       
    91    <sender>buttonBox</sender>
       
    92    <signal>accepted()</signal>
       
    93    <receiver>SubscriberDialog</receiver>
       
    94    <slot>accept()</slot>
       
    95    <hints>
       
    96     <hint type="sourcelabel">
       
    97      <x>248</x>
       
    98      <y>254</y>
       
    99     </hint>
       
   100     <hint type="destinationlabel">
       
   101      <x>157</x>
       
   102      <y>274</y>
       
   103     </hint>
       
   104    </hints>
       
   105   </connection>
       
   106   <connection>
       
   107    <sender>buttonBox</sender>
       
   108    <signal>rejected()</signal>
       
   109    <receiver>SubscriberDialog</receiver>
       
   110    <slot>reject()</slot>
       
   111    <hints>
       
   112     <hint type="sourcelabel">
       
   113      <x>316</x>
       
   114      <y>260</y>
       
   115     </hint>
       
   116     <hint type="destinationlabel">
       
   117      <x>286</x>
       
   118      <y>274</y>
       
   119     </hint>
       
   120    </hints>
       
   121   </connection>
       
   122  </connections>
       
   123 </ui>