Skip to content
GitLab
Menu
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
276abf07
Commit
276abf07
authored
Jan 29, 2009
by
con
Browse files
Fixes: - Layout of git settings.
Details: - No need for form layout anyhow (which looks broken atm).
parent
8c3e2499
Changes
1
Show whitespace changes
Inline
Side-by-side
src/plugins/git/settingspage.ui
View file @
276abf07
...
...
@@ -6,7 +6,7 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
389
</width>
<width>
403
</width>
<height>
183
</height>
</rect>
</property>
...
...
@@ -25,16 +25,16 @@
<property
name=
"checkable"
>
<bool>
true
</bool>
</property>
<layout
class=
"QFormLayout"
name=
"formLayout"
>
<item
row=
"0"
column=
"0"
>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_2"
>
<item>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout"
>
<item>
<widget
class=
"QLabel"
name=
"pathlabel"
>
<property
name=
"text"
>
<string>
PATH:
</string>
</property>
</widget>
</item>
<item
row=
"0"
column=
"1"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_2"
>
<item>
<widget
class=
"QLineEdit"
name=
"pathLineEdit"
/>
</item>
...
...
@@ -47,14 +47,16 @@
</item>
</layout>
</item>
<item
row=
"1"
column=
"0"
>
<item>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_2"
>
<item>
<widget
class=
"QLabel"
name=
"noteLabel"
>
<property
name=
"text"
>
<string>
<
b
>
Note:
<
/b
>
</string>
</property>
</widget>
</item>
<item
row=
"1"
column=
"1"
>
<item>
<widget
class=
"QLabel"
name=
"noteFieldlabel"
>
<property
name=
"text"
>
<string>
Git needs to find Perl in the environment as well.
</string>
...
...
@@ -62,6 +64,8 @@
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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