Plugins/UiExtensionPlugins/VirtualenvInterface/VirtualenvExecDialog.ui

changeset 6014
d3375a0a3240
equal deleted inserted replaced
6013:333ab48b89a7 6014:d3375a0a3240
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>VirtualenvExecDialog</class>
4 <widget class="QDialog" name="VirtualenvExecDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>750</width>
10 <height>600</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Virtualenv Creation</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_3">
20 <item>
21 <widget class="QGroupBox" name="messagesGroup">
22 <property name="sizePolicy">
23 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
24 <horstretch>0</horstretch>
25 <verstretch>3</verstretch>
26 </sizepolicy>
27 </property>
28 <property name="title">
29 <string>Messages</string>
30 </property>
31 <layout class="QVBoxLayout" name="verticalLayout">
32 <item>
33 <widget class="QTextBrowser" name="contents">
34 <property name="sizePolicy">
35 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
36 <horstretch>0</horstretch>
37 <verstretch>3</verstretch>
38 </sizepolicy>
39 </property>
40 <property name="whatsThis">
41 <string>&lt;b&gt;virtualenv Execution&lt;/b&gt;
42 &lt;p&gt;This shows the output of the virtualenv command.&lt;/p&gt;</string>
43 </property>
44 </widget>
45 </item>
46 </layout>
47 </widget>
48 </item>
49 <item>
50 <widget class="QGroupBox" name="errorGroup">
51 <property name="sizePolicy">
52 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
53 <horstretch>0</horstretch>
54 <verstretch>1</verstretch>
55 </sizepolicy>
56 </property>
57 <property name="title">
58 <string>Errors</string>
59 </property>
60 <layout class="QVBoxLayout" name="verticalLayout_2">
61 <item>
62 <widget class="QTextBrowser" name="errors">
63 <property name="sizePolicy">
64 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
65 <horstretch>0</horstretch>
66 <verstretch>1</verstretch>
67 </sizepolicy>
68 </property>
69 <property name="whatsThis">
70 <string>&lt;b&gt;virtualenv Execution&lt;/b&gt;
71 &lt;p&gt;This shows the errors of the virtualenv command.&lt;/p&gt;</string>
72 </property>
73 </widget>
74 </item>
75 </layout>
76 </widget>
77 </item>
78 <item>
79 <widget class="QDialogButtonBox" name="buttonBox">
80 <property name="orientation">
81 <enum>Qt::Horizontal</enum>
82 </property>
83 <property name="standardButtons">
84 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
85 </property>
86 </widget>
87 </item>
88 </layout>
89 </widget>
90 <layoutdefault spacing="6" margin="11"/>
91 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
92 <tabstops>
93 <tabstop>contents</tabstop>
94 <tabstop>errors</tabstop>
95 <tabstop>buttonBox</tabstop>
96 </tabstops>
97 <resources/>
98 <connections/>
99 </ui>

eric ide

mercurial