forked from len0rd/rockbox
Name some unnamed GridLayouts. Fixes uic warnings about names being used multiple times.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23837 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
43991cdc8f
commit
f6a92b8e71
2 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
<property name="windowTitle" >
|
<property name="windowTitle" >
|
||||||
<string>Install Rockbox</string>
|
<string>Install Rockbox</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" >
|
<layout class="QGridLayout" name="gridLayout_2" >
|
||||||
<item rowspan="9" row="0" column="0" >
|
<item rowspan="9" row="0" column="0" >
|
||||||
<widget class="QLabel" name="label" >
|
<widget class="QLabel" name="label" >
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
|
|
@ -74,7 +74,7 @@
|
||||||
<property name="title" >
|
<property name="title" >
|
||||||
<string>Details</string>
|
<string>Details</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" >
|
<layout class="QGridLayout" name="gridLayout_3" >
|
||||||
<item row="0" column="0" >
|
<item row="0" column="0" >
|
||||||
<widget class="QLabel" name="labelDetails" >
|
<widget class="QLabel" name="labelDetails" >
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Generation settings</string>
|
<string>Generation settings</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout">
|
<layout class="QGridLayout" name="gridLayout_3">
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QLabel" name="labelEncProfile">
|
<widget class="QLabel" name="labelEncProfile">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue