gestionale/argento/MainWindow.ui

134 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>635</width>
<height>362</height>
</rect>
</property>
<property name="windowTitle">
<string>Main Window</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="buttonCerca">
<property name="geometry">
<rect>
<x>430</x>
<y>20</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Cerca</string>
</property>
</widget>
<widget class="QLineEdit" name="lineNome">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>201</width>
<height>32</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="buttonNuovo">
<property name="geometry">
<rect>
<x>530</x>
<y>20</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Nuovo</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>38</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Nome</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>220</x>
<y>0</y>
<width>60</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Cognome</string>
</property>
</widget>
<widget class="QLineEdit" name="lineCognome">
<property name="geometry">
<rect>
<x>220</x>
<y>20</y>
<width>201</width>
<height>32</height>
</rect>
</property>
</widget>
<widget class="QTableView" name="tableSoci">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>611</width>
<height>241</height>
</rect>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>635</width>
<height>30</height>
</rect>
</property>
<widget class="QMenu" name="menuwhat_s_this">
<property name="title">
<string>File</string>
</property>
<addaction name="actionExit"/>
</widget>
<addaction name="menuwhat_s_this"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionExit">
<property name="text">
<string>Exit</string>
</property>
</action>
</widget>
<tabstops>
<tabstop>lineNome</tabstop>
<tabstop>lineCognome</tabstop>
<tabstop>buttonCerca</tabstop>
<tabstop>buttonNuovo</tabstop>
<tabstop>tableSoci</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>