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" >
|
||||
<string>Install Rockbox</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" >
|
||||
<layout class="QGridLayout" name="gridLayout_2" >
|
||||
<item rowspan="9" row="0" column="0" >
|
||||
<widget class="QLabel" name="label" >
|
||||
<property name="text" >
|
||||
|
@ -74,7 +74,7 @@
|
|||
<property name="title" >
|
||||
<string>Details</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" >
|
||||
<layout class="QGridLayout" name="gridLayout_3" >
|
||||
<item row="0" column="0" >
|
||||
<widget class="QLabel" name="labelDetails" >
|
||||
<property name="text" >
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
<property name="title">
|
||||
<string>Generation settings</string>
|
||||
</property>
|
||||
<layout class="QGridLayout">
|
||||
<layout class="QGridLayout" name="gridLayout_3">
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="labelEncProfile">
|
||||
<property name="text">
|
||||
|
|
Loading…
Reference in a new issue