Advertisement
Guest User

Untitled

a guest
Feb 26th, 2015
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
q/kdb+ 2.95 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3.  <class>Dialog</class>
  4.  <widget class="QDialog" name="Dialog">
  5.   <property name="geometry">
  6.    <rect>
  7.     <x>0</x>
  8.     <y>0</y>
  9.     <width>541</width>
  10.     <height>613</height>
  11.    </rect>
  12.   </property>
  13.   <property name="minimumSize">
  14.    <size>
  15.     <width>541</width>
  16.     <height>613</height>
  17.    </size>
  18.   </property>
  19.   <property name="maximumSize">
  20.    <size>
  21.     <width>541</width>
  22.     <height>613</height>
  23.    </size>
  24.   </property>
  25.   <property name="windowTitle">
  26.    <string>Dialog</string>
  27.   </property>
  28.   <widget class="QGraphicsView" name="gViewEmpreinte">
  29.    <property name="geometry">
  30.     <rect>
  31.      <x>10</x>
  32.      <y>10</y>
  33.      <width>520</width>
  34.      <height>500</height>
  35.     </rect>
  36.    </property>
  37.   </widget>
  38.   <widget class="QLabel" name="label">
  39.    <property name="geometry">
  40.     <rect>
  41.      <x>10</x>
  42.      <y>520</y>
  43.      <width>131</width>
  44.      <height>16</height>
  45.     </rect>
  46.    </property>
  47.    <property name="text">
  48.     <string>Empreinte à rechercher :</string>
  49.    </property>
  50.   </widget>
  51.   <widget class="QLineEdit" name="lEditCheminEmp">
  52.    <property name="geometry">
  53.     <rect>
  54.      <x>140</x>
  55.      <y>520</y>
  56.      <width>341</width>
  57.      <height>20</height>
  58.     </rect>
  59.    </property>
  60.    <property name="readOnly">
  61.     <bool>true</bool>
  62.    </property>
  63.   </widget>
  64.   <widget class="QPushButton" name="pBuEmp">
  65.    <property name="geometry">
  66.     <rect>
  67.      <x>490</x>
  68.      <y>520</y>
  69.      <width>41</width>
  70.      <height>23</height>
  71.     </rect>
  72.    </property>
  73.    <property name="text">
  74.     <string>...</string>
  75.    </property>
  76.   </widget>
  77.   <widget class="QLineEdit" name="lEditCheminBDD">
  78.    <property name="geometry">
  79.     <rect>
  80.      <x>140</x>
  81.      <y>550</y>
  82.      <width>341</width>
  83.      <height>20</height>
  84.     </rect>
  85.    </property>
  86.    <property name="readOnly">
  87.     <bool>true</bool>
  88.    </property>
  89.   </widget>
  90.   <widget class="QLabel" name="label_2">
  91.    <property name="geometry">
  92.     <rect>
  93.      <x>10</x>
  94.      <y>550</y>
  95.      <width>121</width>
  96.      <height>16</height>
  97.     </rect>
  98.    </property>
  99.    <property name="text">
  100.     <string>Bases de données :</string>
  101.    </property>
  102.   </widget>
  103.   <widget class="QPushButton" name="pBuBDD">
  104.    <property name="geometry">
  105.     <rect>
  106.      <x>490</x>
  107.      <y>550</y>
  108.      <width>41</width>
  109.      <height>23</height>
  110.     </rect>
  111.    </property>
  112.    <property name="text">
  113.     <string>...</string>
  114.    </property>
  115.   </widget>
  116.   <widget class="QPushButton" name="pBuChercher">
  117.    <property name="enabled">
  118.     <bool>false</bool>
  119.    </property>
  120.    <property name="geometry">
  121.     <rect>
  122.      <x>210</x>
  123.      <y>580</y>
  124.      <width>121</width>
  125.      <height>23</height>
  126.     </rect>
  127.    </property>
  128.    <property name="text">
  129.     <string>Chercher</string>
  130.    </property>
  131.   </widget>
  132.  </widget>
  133.  <layoutdefault spacing="6" margin="11"/>
  134.  <resources/>
  135.  <connections/>
  136. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement