source: ogAgent-Git/src/message-dialog.ui

qndtest
Last change on this file was 11f7a07, checked in by ramon <ramongomez@…>, 8 years ago

#718: Integrar código fuente de agente OGAgent en rama de desarrollo.

git-svn-id: https://opengnsys.es/svn/branches/version1.1@4865 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 2.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>OGAMessageDialog</class>
4 <widget class="QDialog" name="OGAMessageDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>339</width>
10    <height>188</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="font">
20   <font>
21    <family>Verdana</family>
22    <pointsize>10</pointsize>
23   </font>
24  </property>
25  <property name="windowTitle">
26   <string>UDS Actor</string>
27  </property>
28  <widget class="QWidget" name="verticalLayoutWidget">
29   <property name="geometry">
30    <rect>
31     <x>10</x>
32     <y>10</y>
33     <width>321</width>
34     <height>171</height>
35    </rect>
36   </property>
37   <layout class="QVBoxLayout" name="verticalLayout">
38    <item>
39     <widget class="QTextBrowser" name="message"/>
40    </item>
41    <item>
42     <spacer name="verticalSpacer">
43      <property name="orientation">
44       <enum>Qt::Vertical</enum>
45      </property>
46      <property name="sizeType">
47       <enum>QSizePolicy::Fixed</enum>
48      </property>
49      <property name="sizeHint" stdset="0">
50       <size>
51        <width>20</width>
52        <height>15</height>
53       </size>
54      </property>
55     </spacer>
56    </item>
57    <item>
58     <widget class="QDialogButtonBox" name="buttonBox">
59      <property name="standardButtons">
60       <set>QDialogButtonBox::Ok</set>
61      </property>
62     </widget>
63    </item>
64   </layout>
65  </widget>
66 </widget>
67 <resources/>
68 <connections>
69  <connection>
70   <sender>buttonBox</sender>
71   <signal>clicked(QAbstractButton*)</signal>
72   <receiver>OGAMessageDialog</receiver>
73   <slot>closeDialog()</slot>
74   <hints>
75    <hint type="sourcelabel">
76     <x>203</x>
77     <y>161</y>
78    </hint>
79    <hint type="destinationlabel">
80     <x>337</x>
81     <y>125</y>
82    </hint>
83   </hints>
84  </connection>
85 </connections>
86 <slots>
87  <slot>closeDialog()</slot>
88 </slots>
89</ui>
Note: See TracBrowser for help on using the repository browser.