src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgBookmarksInOutDialog</class>
4 <widget class="QDialog" name="HgBookmarksInOutDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>520</width>
10 <height>494</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string/>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout">
20 <item>
21 <widget class="QTreeWidget" name="bookmarksList">
22 <property name="sizePolicy">
23 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
24 <horstretch>0</horstretch>
25 <verstretch>2</verstretch>
26 </sizepolicy>
27 </property>
28 <property name="whatsThis">
29 <string>&lt;b&gt;Bookmarks List&lt;/b&gt;
30 &lt;p&gt;This shows a list of the bookmarks.&lt;/p&gt;</string>
31 </property>
32 <property name="alternatingRowColors">
33 <bool>true</bool>
34 </property>
35 <property name="rootIsDecorated">
36 <bool>false</bool>
37 </property>
38 <property name="itemsExpandable">
39 <bool>false</bool>
40 </property>
41 <property name="sortingEnabled">
42 <bool>true</bool>
43 </property>
44 <column>
45 <property name="text">
46 <string>Name</string>
47 </property>
48 </column>
49 <column>
50 <property name="text">
51 <string>Changeset</string>
52 </property>
53 </column>
54 </widget>
55 </item>
56 <item>
57 <widget class="QGroupBox" name="errorGroup">
58 <property name="sizePolicy">
59 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
60 <horstretch>0</horstretch>
61 <verstretch>1</verstretch>
62 </sizepolicy>
63 </property>
64 <property name="title">
65 <string>Errors</string>
66 </property>
67 <layout class="QVBoxLayout">
68 <item>
69 <widget class="QTextEdit" name="errors">
70 <property name="readOnly">
71 <bool>true</bool>
72 </property>
73 <property name="acceptRichText">
74 <bool>false</bool>
75 </property>
76 </widget>
77 </item>
78 </layout>
79 </widget>
80 </item>
81 <item>
82 <widget class="QDialogButtonBox" name="buttonBox">
83 <property name="orientation">
84 <enum>Qt::Horizontal</enum>
85 </property>
86 <property name="standardButtons">
87 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
88 </property>
89 </widget>
90 </item>
91 </layout>
92 </widget>
93 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
94 <tabstops>
95 <tabstop>bookmarksList</tabstop>
96 <tabstop>errors</tabstop>
97 <tabstop>buttonBox</tabstop>
98 </tabstops>
99 <resources/>
100 <connections/>
101 </ui>

eric ide

mercurial