Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
6630908b
Commit
6630908b
authored
Apr 18, 2011
by
Friedemann Kleint
Browse files
Project wizard page: Fix layout.
parent
204de404
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/projectwizardpage.ui
View file @
6630908b
...
...
@@ -2,14 +2,6 @@
<ui
version=
"4.0"
>
<class>
ProjectExplorer::Internal::WizardPage
</class>
<widget
class=
"QWizardPage"
name=
"ProjectExplorer::Internal::WizardPage"
>
<property
name=
"geometry"
>
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
307
</width>
<height>
241
</height>
</rect>
</property>
<property
name=
"title"
>
<string>
Project Management
</string>
</property>
...
...
@@ -116,30 +108,26 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
289
</width>
<height>
13
1
</height>
<width>
316
</width>
<height>
1
0
3
</height>
</rect>
</property>
<widget
class=
"QLabel"
name=
"filesLabel"
>
<property
name=
"geometry"
>
<rect>
<x>
9
</x>
<y>
9
</y>
<width>
154
</width>
<height>
65
</height>
</rect>
</property>
<property
name=
"text"
>
<string>
The following files will be added:
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_2"
>
<item>
<widget
class=
"QLabel"
name=
"filesLabel"
>
<property
name=
"text"
>
<string>
The following files will be added:
</string>
</property>
<property
name=
"textInteractionFlags"
>
<set>
Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse
</set>
</property>
</widget>
</property>
<property
name=
"textInteractionFlags"
>
<set>
Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse
</set>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment