source: mmcs/midialog.ui @ 8ad4484

matrices
Last change on this file since 8ad4484 was 9dd61b1, checked in by rboet <rboet@…>, 9 years ago

Avance del proyecto 60%

  • Property mode set to 100644
File size: 664 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>miDialog</class>
4 <widget class="QDialog" name="miDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>400</width>
10    <height>300</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Dialog</string>
15  </property>
16  <widget class="QPushButton" name="pushButton">
17   <property name="geometry">
18    <rect>
19     <x>50</x>
20     <y>250</y>
21     <width>95</width>
22     <height>31</height>
23    </rect>
24   </property>
25   <property name="text">
26    <string>PushButton</string>
27   </property>
28  </widget>
29 </widget>
30 <resources/>
31 <connections/>
32</ui>
Note: See TracBrowser for help on using the repository browser.