Skip to content

Commit 6ecfc29

Browse files
committedNov 3, 2012
add missing ui file, fix typo
1 parent dbe54d0 commit 6ecfc29

File tree

2 files changed

+98
-1
lines changed

2 files changed

+98
-1
lines changed
 
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ui version="4.0">
3+
<class>QgsBrowserDirectoryPropertiesBase</class>
4+
<widget class="QDialog" name="QgsBrowserDirectoryPropertiesBase">
5+
<property name="geometry">
6+
<rect>
7+
<x>0</x>
8+
<y>0</y>
9+
<width>800</width>
10+
<height>600</height>
11+
</rect>
12+
</property>
13+
<property name="windowTitle">
14+
<string>Dialog</string>
15+
</property>
16+
<property name="sizeGripEnabled">
17+
<bool>true</bool>
18+
</property>
19+
<layout class="QVBoxLayout" name="verticalLayout">
20+
<item>
21+
<layout class="QGridLayout" name="gridLayout">
22+
<item row="0" column="0">
23+
<widget class="QLabel" name="label_2">
24+
<property name="text">
25+
<string>Path</string>
26+
</property>
27+
</widget>
28+
</item>
29+
<item row="0" column="1">
30+
<widget class="QLineEdit" name="leSource">
31+
<property name="enabled">
32+
<bool>true</bool>
33+
</property>
34+
<property name="readOnly">
35+
<bool>true</bool>
36+
</property>
37+
</widget>
38+
</item>
39+
</layout>
40+
</item>
41+
<item>
42+
<layout class="QVBoxLayout" name="lytWidget"/>
43+
</item>
44+
<item>
45+
<widget class="QDialogButtonBox" name="buttonBox">
46+
<property name="sizePolicy">
47+
<sizepolicy hsizetype="Expanding" vsizetype="Maximum">
48+
<horstretch>0</horstretch>
49+
<verstretch>0</verstretch>
50+
</sizepolicy>
51+
</property>
52+
<property name="orientation">
53+
<enum>Qt::Horizontal</enum>
54+
</property>
55+
<property name="standardButtons">
56+
<set>QDialogButtonBox::Close</set>
57+
</property>
58+
</widget>
59+
</item>
60+
</layout>
61+
</widget>
62+
<resources/>
63+
<connections>
64+
<connection>
65+
<sender>buttonBox</sender>
66+
<signal>accepted()</signal>
67+
<receiver>QgsBrowserDirectoryPropertiesBase</receiver>
68+
<slot>accept()</slot>
69+
<hints>
70+
<hint type="sourcelabel">
71+
<x>248</x>
72+
<y>254</y>
73+
</hint>
74+
<hint type="destinationlabel">
75+
<x>157</x>
76+
<y>274</y>
77+
</hint>
78+
</hints>
79+
</connection>
80+
<connection>
81+
<sender>buttonBox</sender>
82+
<signal>rejected()</signal>
83+
<receiver>QgsBrowserDirectoryPropertiesBase</receiver>
84+
<slot>reject()</slot>
85+
<hints>
86+
<hint type="sourcelabel">
87+
<x>316</x>
88+
<y>260</y>
89+
</hint>
90+
<hint type="destinationlabel">
91+
<x>286</x>
92+
<y>274</y>
93+
</hint>
94+
</hints>
95+
</connection>
96+
</connections>
97+
</ui>

‎src/ui/qgsbrowserdockwidgetbase.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<item>
9292
<widget class="QToolButton" name="mBtnFilterShow">
9393
<property name="toolTip">
94-
<string>FIlter Files</string>
94+
<string>Filter Files</string>
9595
</property>
9696
<property name="text">
9797
<string>...</string>

0 commit comments

Comments
 (0)
Please sign in to comment.