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
Marco Bubke
flatpak-qt-creator
Commits
585f8f31
Commit
585f8f31
authored
Nov 24, 2009
by
con
Browse files
Better layout for qrc editor.
Task-number: QTCREATORBUG-339
parent
7d1a3d7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/shared/qrceditor/qrceditor.ui
View file @
585f8f31
...
@@ -11,9 +11,6 @@
...
@@ -11,9 +11,6 @@
</rect>
</rect>
</property>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_2"
>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_2"
>
<property
name=
"spacing"
>
<number>
-1
</number>
</property>
<property
name=
"margin"
>
<property
name=
"margin"
>
<number>
6
</number>
<number>
6
</number>
</property>
</property>
...
@@ -25,12 +22,6 @@
...
@@ -25,12 +22,6 @@
<verstretch>
0
</verstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</sizepolicy>
</property>
</property>
<property
name=
"minimumSize"
>
<size>
<width>
200
</width>
<height>
200
</height>
</size>
</property>
</widget>
</widget>
</item>
</item>
<item>
<item>
...
@@ -75,53 +66,47 @@
...
@@ -75,53 +66,47 @@
<property
name=
"title"
>
<property
name=
"title"
>
<string>
Properties
</string>
<string>
Properties
</string>
</property>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout"
>
<layout
class=
"QFormLayout"
name=
"formLayout"
>
<item>
<property
name=
"sizeConstraint"
>
<layout
class=
"QGridLayout"
>
<enum>
QLayout::SetMinAndMaxSize
</enum>
<property
name=
"margin"
>
</property>
<number>
0
</number>
<property
name=
"fieldGrowthPolicy"
>
<enum>
QFormLayout::ExpandingFieldsGrow
</enum>
</property>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"aliasLabel"
>
<property
name=
"text"
>
<string>
Alias:
</string>
</property>
</widget>
</item>
<item
row=
"0"
column=
"1"
>
<widget
class=
"QLineEdit"
name=
"aliasText"
/>
</item>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"prefixLabel"
>
<property
name=
"text"
>
<string>
Prefix:
</string>
</property>
</property>
<property
name=
"spacing"
>
</widget>
<number>
6
</number>
</item>
<item
row=
"1"
column=
"1"
>
<widget
class=
"QLineEdit"
name=
"prefixText"
/>
</item>
<item
row=
"2"
column=
"0"
>
<widget
class=
"QLabel"
name=
"languageLabel"
>
<property
name=
"text"
>
<string>
Language:
</string>
</property>
</property>
<item
row=
"0"
column=
"1"
>
</widget>
<widget
class=
"QLineEdit"
name=
"aliasText"
/>
</item>
</item>
<item
row=
"2"
column=
"1"
>
<item
row=
"1"
column=
"1"
rowspan=
"2"
>
<widget
class=
"QLineEdit"
name=
"languageText"
/>
<widget
class=
"QLineEdit"
name=
"prefixText"
/>
</item>
<item
row=
"2"
column=
"0"
>
<widget
class=
"QLabel"
name=
"prefixLabel"
>
<property
name=
"text"
>
<string>
Prefix:
</string>
</property>
</widget>
</item>
<item
row=
"3"
column=
"0"
>
<widget
class=
"QLabel"
name=
"languageLabel"
>
<property
name=
"text"
>
<string>
Language:
</string>
</property>
</widget>
</item>
<item
row=
"3"
column=
"1"
>
<widget
class=
"QLineEdit"
name=
"languageText"
/>
</item>
<item
row=
"0"
column=
"0"
rowspan=
"2"
>
<widget
class=
"QLabel"
name=
"aliasLabel"
>
<property
name=
"text"
>
<string>
Alias:
</string>
</property>
</widget>
</item>
</layout>
</item>
</item>
</layout>
</layout>
</widget>
</widget>
</item>
</item>
</layout>
</layout>
<zorder>
centralWidget
</zorder>
<zorder>
groupBox
</zorder>
</widget>
</widget>
<resources/>
<resources/>
<connections/>
<connections/>
...
...
Write
Preview
Supports
Markdown
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