Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 19.33 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3.  <class>MainWindow</class>
  4.  <widget class="QMainWindow" name="MainWindow">
  5.   <property name="geometry">
  6.    <rect>
  7.     <x>0</x>
  8.     <y>0</y>
  9.     <width>760</width>
  10.     <height>712</height>
  11.    </rect>
  12.   </property>
  13.   <property name="font">
  14.    <font>
  15.     <stylestrategy>PreferDefault</stylestrategy>
  16.    </font>
  17.   </property>
  18.   <property name="windowTitle">
  19.    <string>MainWindow</string>
  20.   </property>
  21.   <widget class="QWidget" name="centralWidget">
  22.    <layout class="QHBoxLayout" name="horizontalLayout">
  23.     <item>
  24.      <widget class="QTabWidget" name="tabWidget">
  25.       <property name="sizePolicy">
  26.        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  27.         <horstretch>0</horstretch>
  28.         <verstretch>0</verstretch>
  29.        </sizepolicy>
  30.       </property>
  31.       <property name="font">
  32.        <font>
  33.         <family>Arial</family>
  34.         <pointsize>14</pointsize>
  35.         <kerning>true</kerning>
  36.        </font>
  37.       </property>
  38.       <property name="tabPosition">
  39.        <enum>QTabWidget::North</enum>
  40.       </property>
  41.       <property name="tabShape">
  42.        <enum>QTabWidget::Rounded</enum>
  43.       </property>
  44.       <property name="currentIndex">
  45.        <number>0</number>
  46.       </property>
  47.       <property name="elideMode">
  48.        <enum>Qt::ElideNone</enum>
  49.       </property>
  50.       <widget class="QWidget" name="tabWidgetPage1" native="true">
  51.        <property name="font">
  52.         <font>
  53.          <strikeout>false</strikeout>
  54.         </font>
  55.        </property>
  56.        <attribute name="title">
  57.         <string>Ajout d'un bien</string>
  58.        </attribute>
  59.        <layout class="QVBoxLayout" name="verticalLayout_8">
  60.         <item>
  61.          <layout class="QVBoxLayout" name="verticalLayout_6">
  62.           <item>
  63.            <layout class="QFormLayout" name="formLayout_7">
  64.             <item row="0" column="0">
  65.              <widget class="QLabel" name="iDDuProprietaireLabel">
  66.               <property name="text">
  67.                <string>ID du proprietaire</string>
  68.               </property>
  69.              </widget>
  70.             </item>
  71.             <item row="0" column="1">
  72.              <widget class="QSpinBox" name="iDDuProprietaireSpinBox"/>
  73.             </item>
  74.             <item row="1" column="0">
  75.              <widget class="QLabel" name="iDAcquereurLabel">
  76.               <property name="text">
  77.                <string>ID acquereur</string>
  78.               </property>
  79.              </widget>
  80.             </item>
  81.             <item row="1" column="1">
  82.              <widget class="QSpinBox" name="iDAcquereurSpinBox"/>
  83.             </item>
  84.             <item row="2" column="0">
  85.              <widget class="QLabel" name="typeDeLAnnonceLabel">
  86.               <property name="text">
  87.                <string>Type de l'annonce</string>
  88.               </property>
  89.              </widget>
  90.             </item>
  91.             <item row="2" column="1">
  92.              <layout class="QHBoxLayout" name="horizontalLayout_7">
  93.               <item alignment="Qt::AlignLeft">
  94.                <widget class="QRadioButton" name="radioButton_2">
  95.                 <property name="text">
  96.                  <string>Vente</string>
  97.                 </property>
  98.                </widget>
  99.               </item>
  100.               <item alignment="Qt::AlignLeft">
  101.                <widget class="QRadioButton" name="radioButton_3">
  102.                 <property name="text">
  103.                  <string>Location</string>
  104.                 </property>
  105.                </widget>
  106.               </item>
  107.              </layout>
  108.             </item>
  109.             <item row="3" column="0">
  110.              <widget class="QLabel" name="etatVenteLabel">
  111.               <property name="text">
  112.                <string>Etat de la vente/l'annonce</string>
  113.               </property>
  114.              </widget>
  115.             </item>
  116.             <item row="3" column="1">
  117.              <layout class="QHBoxLayout" name="horizontalLayout_8">
  118.               <item alignment="Qt::AlignLeft">
  119.                <widget class="QRadioButton" name="radioButton_4">
  120.                 <property name="text">
  121.                  <string>Effectuée</string>
  122.                 </property>
  123.                </widget>
  124.               </item>
  125.               <item alignment="Qt::AlignLeft">
  126.                <widget class="QRadioButton" name="radioButton">
  127.                 <property name="text">
  128.                  <string>En attente</string>
  129.                 </property>
  130.                </widget>
  131.               </item>
  132.              </layout>
  133.             </item>
  134.             <item row="4" column="0">
  135.              <widget class="QLabel" name="typeDeBienLabel">
  136.               <property name="text">
  137.                <string>Type de bien </string>
  138.               </property>
  139.              </widget>
  140.             </item>
  141.             <item row="4" column="1">
  142.              <widget class="QComboBox" name="typeDeBienComboBox">
  143.               <item>
  144.                <property name="text">
  145.                 <string>Appartement</string>
  146.                </property>
  147.               </item>
  148.               <item>
  149.                <property name="text">
  150.                 <string>Maison</string>
  151.                </property>
  152.               </item>
  153.               <item>
  154.                <property name="text">
  155.                 <string>Terrain</string>
  156.                </property>
  157.               </item>
  158.              </widget>
  159.             </item>
  160.             <item row="5" column="0">
  161.              <widget class="QLabel" name="surfaceHabitableLabel">
  162.               <property name="text">
  163.                <string>Surface habitable</string>
  164.               </property>
  165.              </widget>
  166.             </item>
  167.             <item row="5" column="1">
  168.              <widget class="QSpinBox" name="surfaceHabitableSpinBox"/>
  169.             </item>
  170.             <item row="6" column="0">
  171.              <widget class="QLabel" name="superficieDuTerrainLabel">
  172.               <property name="text">
  173.                <string>Superficie du terrain</string>
  174.               </property>
  175.              </widget>
  176.             </item>
  177.             <item row="6" column="1">
  178.              <widget class="QSpinBox" name="spinBox"/>
  179.             </item>
  180.             <item row="7" column="0">
  181.              <widget class="QLabel" name="nombreDePiecesLabel">
  182.               <property name="text">
  183.                <string>Nombre de pieces</string>
  184.               </property>
  185.              </widget>
  186.             </item>
  187.             <item row="7" column="1">
  188.              <widget class="QComboBox" name="nombreDePiecesComboBox">
  189.               <item>
  190.                <property name="text">
  191.                 <string>1</string>
  192.                </property>
  193.               </item>
  194.               <item>
  195.                <property name="text">
  196.                 <string>2</string>
  197.                </property>
  198.               </item>
  199.               <item>
  200.                <property name="text">
  201.                 <string>3</string>
  202.                </property>
  203.               </item>
  204.               <item>
  205.                <property name="text">
  206.                 <string>4</string>
  207.                </property>
  208.               </item>
  209.               <item>
  210.                <property name="text">
  211.                 <string>5 ou plus</string>
  212.                </property>
  213.               </item>
  214.              </widget>
  215.             </item>
  216.             <item row="8" column="0">
  217.              <widget class="QLabel" name="adresseLabel">
  218.               <property name="text">
  219.                <string>Adresse</string>
  220.               </property>
  221.              </widget>
  222.             </item>
  223.             <item row="8" column="1">
  224.              <widget class="QLineEdit" name="adresseLineEdit">
  225.               <property name="placeholderText">
  226.                <string>n° nom de la rue Ville, complémentaire</string>
  227.               </property>
  228.              </widget>
  229.             </item>
  230.             <item row="9" column="0">
  231.              <widget class="QLabel" name="codePostalLabel">
  232.               <property name="text">
  233.                <string>Code postal</string>
  234.               </property>
  235.              </widget>
  236.             </item>
  237.             <item row="9" column="1">
  238.              <widget class="QLineEdit" name="codePostalLineEdit"/>
  239.             </item>
  240.             <item row="10" column="0">
  241.              <widget class="QLabel" name="descriptionLabel">
  242.               <property name="text">
  243.                <string>Description</string>
  244.               </property>
  245.              </widget>
  246.             </item>
  247.             <item row="10" column="1">
  248.              <widget class="QTextEdit" name="textEdit">
  249.               <property name="cursorWidth">
  250.                <number>1</number>
  251.               </property>
  252.               <property name="placeholderText">
  253.                <string>Description ou commentaires concernant le bien</string>
  254.               </property>
  255.              </widget>
  256.             </item>
  257.             <item row="11" column="0">
  258.              <widget class="QLabel" name="prixLabel_2">
  259.               <property name="text">
  260.                <string>Prix</string>
  261.               </property>
  262.              </widget>
  263.             </item>
  264.             <item row="11" column="1">
  265.              <widget class="QSpinBox" name="prixSpinBox">
  266.               <property name="toolTip">
  267.                <string>(en euros)</string>
  268.               </property>
  269.              </widget>
  270.             </item>
  271.             <item row="12" column="0">
  272.              <widget class="QLabel" name="photoLabel_2">
  273.               <property name="text">
  274.                <string>Photo</string>
  275.               </property>
  276.              </widget>
  277.             </item>
  278.             <item row="12" column="1">
  279.              <layout class="QHBoxLayout" name="horizontalLayout_9">
  280.               <item>
  281.                <widget class="QLineEdit" name="lineEdit_2"/>
  282.               </item>
  283.               <item>
  284.                <widget class="QPushButton" name="pushButton_3">
  285.                 <property name="text">
  286.                  <string>Ouvrir un fichier</string>
  287.                 </property>
  288.                </widget>
  289.               </item>
  290.              </layout>
  291.             </item>
  292.             <item row="14" column="1">
  293.              <layout class="QHBoxLayout" name="horizontalLayout_10">
  294.               <item alignment="Qt::AlignRight">
  295.                <widget class="QPushButton" name="pushButton_4">
  296.                 <property name="text">
  297.                  <string>Ajouter un fichier</string>
  298.                 </property>
  299.                </widget>
  300.               </item>
  301.              </layout>
  302.             </item>
  303.            </layout>
  304.           </item>
  305.          </layout>
  306.         </item>
  307.        </layout>
  308.       </widget>
  309.       <widget class="QWidget" name="tabWidgetPage2" native="true">
  310.        <property name="sizePolicy">
  311.         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  312.          <horstretch>0</horstretch>
  313.          <verstretch>0</verstretch>
  314.         </sizepolicy>
  315.        </property>
  316.        <property name="minimumSize">
  317.         <size>
  318.          <width>0</width>
  319.          <height>253</height>
  320.         </size>
  321.        </property>
  322.        <attribute name="title">
  323.         <string>Affichage des biens</string>
  324.        </attribute>
  325.        <layout class="QVBoxLayout" name="verticalLayout_3">
  326.         <item>
  327.          <layout class="QVBoxLayout" name="verticalLayout_2">
  328.           <item>
  329.            <layout class="QHBoxLayout" name="horizontalLayout_2">
  330.             <item>
  331.              <widget class="QLineEdit" name="lineEdit">
  332.               <property name="contextMenuPolicy">
  333.                <enum>Qt::DefaultContextMenu</enum>
  334.               </property>
  335.               <property name="placeholderText">
  336.                <string>Recherche de biens...</string>
  337.               </property>
  338.               <property name="cursorMoveStyle">
  339.                <enum>Qt::VisualMoveStyle</enum>
  340.               </property>
  341.               <property name="clearButtonEnabled">
  342.                <bool>false</bool>
  343.               </property>
  344.              </widget>
  345.             </item>
  346.             <item>
  347.              <widget class="QPushButton" name="pushButton">
  348.               <property name="font">
  349.                <font>
  350.                 <pointsize>10</pointsize>
  351.                </font>
  352.               </property>
  353.               <property name="text">
  354.                <string>Recherche</string>
  355.               </property>
  356.              </widget>
  357.             </item>
  358.            </layout>
  359.           </item>
  360.           <item alignment="Qt::AlignRight">
  361.            <widget class="QPushButton" name="pushButton_2">
  362.             <property name="text">
  363.              <string>Recherche avancée</string>
  364.             </property>
  365.             <property name="default">
  366.              <bool>false</bool>
  367.             </property>
  368.             <property name="flat">
  369.              <bool>false</bool>
  370.             </property>
  371.            </widget>
  372.           </item>
  373.           <item>
  374.            <widget class="QWidget" name="widget" native="true">
  375.             <layout class="QVBoxLayout" name="verticalLayout_7">
  376.              <item>
  377.               <layout class="QFormLayout" name="formLayout_3">
  378.                <item row="0" column="0">
  379.                 <widget class="QLabel" name="tLabel">
  380.                  <property name="text">
  381.                   <string>Vente ou location</string>
  382.                  </property>
  383.                 </widget>
  384.                </item>
  385.                <item row="0" column="1">
  386.                 <layout class="QHBoxLayout" name="horizontalLayout_3">
  387.                  <item alignment="Qt::AlignHCenter">
  388.                   <widget class="QCheckBox" name="checkBox_2">
  389.                    <property name="text">
  390.                     <string>Vente</string>
  391.                    </property>
  392.                   </widget>
  393.                  </item>
  394.                  <item alignment="Qt::AlignHCenter">
  395.                   <widget class="QCheckBox" name="checkBox">
  396.                    <property name="text">
  397.                     <string>Location</string>
  398.                    </property>
  399.                   </widget>
  400.                  </item>
  401.                 </layout>
  402.                </item>
  403.                <item row="2" column="0">
  404.                 <widget class="QLabel" name="prixLabel">
  405.                  <property name="text">
  406.                   <string>Prix</string>
  407.                  </property>
  408.                 </widget>
  409.                </item>
  410.                <item row="2" column="1">
  411.                 <layout class="QHBoxLayout" name="horizontalLayout_4">
  412.                  <item>
  413.                   <layout class="QVBoxLayout" name="verticalLayout_4">
  414.                    <item alignment="Qt::AlignHCenter">
  415.                     <widget class="QLabel" name="label">
  416.                      <property name="text">
  417.                       <string>Minimum</string>
  418.                      </property>
  419.                     </widget>
  420.                    </item>
  421.                    <item>
  422.                     <widget class="QSlider" name="horizontalSlider">
  423.                      <property name="orientation">
  424.                       <enum>Qt::Horizontal</enum>
  425.                      </property>
  426.                     </widget>
  427.                    </item>
  428.                   </layout>
  429.                  </item>
  430.                  <item>
  431.                   <layout class="QVBoxLayout" name="verticalLayout_5">
  432.                    <item alignment="Qt::AlignHCenter">
  433.                     <widget class="QLabel" name="label_2">
  434.                      <property name="text">
  435.                       <string>Maximum</string>
  436.                      </property>
  437.                     </widget>
  438.                    </item>
  439.                    <item>
  440.                     <widget class="QSlider" name="horizontalSlider_2">
  441.                      <property name="orientation">
  442.                       <enum>Qt::Horizontal</enum>
  443.                      </property>
  444.                     </widget>
  445.                    </item>
  446.                   </layout>
  447.                  </item>
  448.                 </layout>
  449.                </item>
  450.                <item row="3" column="0">
  451.                 <widget class="QLabel" name="nombreDePieceLabel">
  452.                  <property name="text">
  453.                   <string>Nombre de pièces</string>
  454.                  </property>
  455.                 </widget>
  456.                </item>
  457.                <item row="4" column="0">
  458.                 <widget class="QLabel" name="localisationLabel">
  459.                  <property name="text">
  460.                   <string>Code postal</string>
  461.                  </property>
  462.                 </widget>
  463.                </item>
  464.                <item row="4" column="1">
  465.                 <widget class="QLineEdit" name="localisationLineEdit"/>
  466.                </item>
  467.                <item row="5" column="0">
  468.                 <widget class="QLabel" name="photoLabel">
  469.                  <property name="text">
  470.                   <string>Photo</string>
  471.                  </property>
  472.                 </widget>
  473.                </item>
  474.                <item row="5" column="1">
  475.                 <layout class="QHBoxLayout" name="horizontalLayout_6">
  476.                  <item alignment="Qt::AlignHCenter">
  477.                   <widget class="QCheckBox" name="checkBox_3">
  478.                    <property name="text">
  479.                     <string/>
  480.                    </property>
  481.                   </widget>
  482.                  </item>
  483.                 </layout>
  484.                </item>
  485.                <item row="3" column="1">
  486.                 <layout class="QHBoxLayout" name="horizontalLayout_5">
  487.                  <item>
  488.                   <widget class="QComboBox" name="comboBox">
  489.                    <item>
  490.                     <property name="text">
  491.                      <string>1</string>
  492.                     </property>
  493.                    </item>
  494.                    <item>
  495.                     <property name="text">
  496.                      <string>2</string>
  497.                     </property>
  498.                    </item>
  499.                    <item>
  500.                     <property name="text">
  501.                      <string>3</string>
  502.                     </property>
  503.                    </item>
  504.                    <item>
  505.                     <property name="text">
  506.                      <string>4</string>
  507.                     </property>
  508.                    </item>
  509.                    <item>
  510.                     <property name="text">
  511.                      <string>5 ou plus</string>
  512.                     </property>
  513.                    </item>
  514.                   </widget>
  515.                  </item>
  516.                 </layout>
  517.                </item>
  518.               </layout>
  519.              </item>
  520.              <item>
  521.               <widget class="QTableWidget" name="tableWidget"/>
  522.              </item>
  523.             </layout>
  524.            </widget>
  525.           </item>
  526.          </layout>
  527.         </item>
  528.        </layout>
  529.       </widget>
  530.       <widget class="QWidget" name="tabWidgetPage3" native="true">
  531.        <attribute name="title">
  532.         <string>Statistiques</string>
  533.        </attribute>
  534.       </widget>
  535.      </widget>
  536.     </item>
  537.    </layout>
  538.   </widget>
  539.   <widget class="QMenuBar" name="menuBar">
  540.    <property name="geometry">
  541.     <rect>
  542.      <x>0</x>
  543.      <y>0</y>
  544.      <width>760</width>
  545.      <height>21</height>
  546.     </rect>
  547.    </property>
  548.   </widget>
  549.   <widget class="QStatusBar" name="statusBar"/>
  550.  </widget>
  551.  <layoutdefault spacing="6" margin="11"/>
  552.  <resources/>
  553.  <connections/>
  554. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement