Advertisement
Guest User

Untitled

a guest
May 14th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE UI><UI version="3.0" stdsetdef="1">
  2. <class>ConfigDialog</class>
  3. <widget class="QDialog">
  4.     <property name="name">
  5.         <cstring>ConfigDialog</cstring>
  6.     </property>
  7.     <property name="geometry">
  8.         <rect>
  9.             <x>0</x>
  10.             <y>0</y>
  11.             <width>503</width>
  12.             <height>163</height>
  13.         </rect>
  14.     </property>
  15.     <property name="caption">
  16.         <string>OraMonitor configuration</string>
  17.     </property>
  18.     <property name="sizeGripEnabled">
  19.         <bool>true</bool>
  20.     </property>
  21.     <vbox>
  22.         <property name="name">
  23.             <cstring>unnamed</cstring>
  24.         </property>
  25.         <property name="margin">
  26.             <number>11</number>
  27.         </property>
  28.         <property name="spacing">
  29.             <number>6</number>
  30.         </property>
  31.         <widget class="QLayoutWidget">
  32.             <property name="name">
  33.                 <cstring>Layout13</cstring>
  34.             </property>
  35.             <grid>
  36.                 <property name="name">
  37.                     <cstring>unnamed</cstring>
  38.                 </property>
  39.                 <property name="margin">
  40.                     <number>0</number>
  41.                 </property>
  42.                 <property name="spacing">
  43.                     <number>6</number>
  44.                 </property>
  45.                 <widget class="QLabel" row="2" column="0">
  46.                     <property name="name">
  47.                         <cstring>PasswordLabel</cstring>
  48.                     </property>
  49.                     <property name="text">
  50.                         <string>Password</string>
  51.                     </property>
  52.                 </widget>
  53.                 <widget class="QLineEdit" row="0" column="1">
  54.                     <property name="name">
  55.                         <cstring>ServerName</cstring>
  56.                     </property>
  57.                 </widget>
  58.                 <widget class="QLabel" row="0" column="0">
  59.                     <property name="name">
  60.                         <cstring>ServerLabel</cstring>
  61.                     </property>
  62.                     <property name="text">
  63.                         <string>Net8 connection</string>
  64.                     </property>
  65.                 </widget>
  66.                 <widget class="QLineEdit" row="1" column="1">
  67.                     <property name="name">
  68.                         <cstring>User</cstring>
  69.                     </property>
  70.                 </widget>
  71.                 <widget class="QLabel" row="1" column="0">
  72.                     <property name="name">
  73.                         <cstring>UserLabel</cstring>
  74.                     </property>
  75.                     <property name="text">
  76.                         <string>User name</string>
  77.                     </property>
  78.                 </widget>
  79.                 <widget class="QLineEdit" row="2" column="1">
  80.                     <property name="name">
  81.                         <cstring>Password</cstring>
  82.                     </property>
  83.                     <property name="echoMode">
  84.                         <enum>Password</enum>
  85.                     </property>
  86.                 </widget>
  87.             </grid>
  88.         </widget>
  89.         <spacer>
  90.             <property name="name">
  91.                 <cstring>Spacer5</cstring>
  92.             </property>
  93.             <property name="orientation">
  94.                 <enum>Vertical</enum>
  95.             </property>
  96.             <property name="sizeType">
  97.                 <enum>Expanding</enum>
  98.             </property>
  99.             <property name="sizeHint">
  100.                 <size>
  101.                     <width>20</width>
  102.                     <height>20</height>
  103.                 </size>
  104.             </property>
  105.         </spacer>
  106.         <widget class="QLayoutWidget">
  107.             <property name="name">
  108.                 <cstring>Layout1</cstring>
  109.             </property>
  110.             <hbox>
  111.                 <property name="name">
  112.                     <cstring>unnamed</cstring>
  113.                 </property>
  114.                 <property name="margin">
  115.                     <number>0</number>
  116.                 </property>
  117.                 <property name="spacing">
  118.                     <number>6</number>
  119.                 </property>
  120.                 <spacer>
  121.                     <property name="name">
  122.                         <cstring>Horizontal Spacing2</cstring>
  123.                     </property>
  124.                     <property name="orientation">
  125.                         <enum>Horizontal</enum>
  126.                     </property>
  127.                     <property name="sizeType">
  128.                         <enum>Expanding</enum>
  129.                     </property>
  130.                     <property name="sizeHint">
  131.                         <size>
  132.                             <width>20</width>
  133.                             <height>20</height>
  134.                         </size>
  135.                     </property>
  136.                 </spacer>
  137.                 <widget class="QPushButton">
  138.                     <property name="name">
  139.                         <cstring>buttonOk</cstring>
  140.                     </property>
  141.                     <property name="text">
  142.                         <string>OK</string>
  143.                     </property>
  144.                     <property name="accel">
  145.                         <number>0</number>
  146.                     </property>
  147.                     <property name="autoDefault">
  148.                         <bool>true</bool>
  149.                     </property>
  150.                     <property name="default">
  151.                         <bool>true</bool>
  152.                     </property>
  153.                 </widget>
  154.                 <widget class="QPushButton">
  155.                     <property name="name">
  156.                         <cstring>buttonCancel</cstring>
  157.                     </property>
  158.                     <property name="text">
  159.                         <string>Cancel</string>
  160.                     </property>
  161.                     <property name="accel">
  162.                         <number>0</number>
  163.                     </property>
  164.                     <property name="autoDefault">
  165.                         <bool>true</bool>
  166.                     </property>
  167.                 </widget>
  168.             </hbox>
  169.         </widget>
  170.     </vbox>
  171. </widget>
  172. <connections>
  173.     <connection>
  174.         <sender>buttonCancel</sender>
  175.         <signal>clicked()</signal>
  176.         <receiver>ConfigDialog</receiver>
  177.         <slot>reject()</slot>
  178.     </connection>
  179.     <connection>
  180.         <sender>buttonOk</sender>
  181.         <signal>clicked()</signal>
  182.         <receiver>ConfigDialog</receiver>
  183.         <slot>saveSettings()</slot>
  184.     </connection>
  185. </connections>
  186. <includes>
  187.     <include location="local" impldecl="in implementation">configdialog.ui.h</include>
  188. </includes>
  189. <slots>
  190.     <slot>init()</slot>
  191.     <slot>saveSettings()</slot>
  192. </slots>
  193. <pixmapinproject/>
  194. <layoutdefaults spacing="6" margin="11"/>
  195. </UI>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement