Skip to content
Snippets Groups Projects
Commit 8a4ac577 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Settings pages: Remove group box from Symbian, kill uic warning.

parent c1623c73
No related branches found
No related tags found
No related merge requests found
...@@ -181,7 +181,6 @@ ...@@ -181,7 +181,6 @@
</layout> </layout>
</item> </item>
</layout> </layout>
<zorder></zorder>
</widget> </widget>
</item> </item>
</layout> </layout>
......
...@@ -2,103 +2,89 @@ ...@@ -2,103 +2,89 @@
<ui version="4.0"> <ui version="4.0">
<class>Qt4ProjectManager::Internal::S60DevicesPreferencePane</class> <class>Qt4ProjectManager::Internal::S60DevicesPreferencePane</class>
<widget class="QWidget" name="Qt4ProjectManager::Internal::S60DevicesPreferencePane"> <widget class="QWidget" name="Qt4ProjectManager::Internal::S60DevicesPreferencePane">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>316</width>
<height>241</height>
</rect>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string>Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QTreeView" name="list">
<property name="indentation">
<number>0</number>
</property>
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<property name="uniformRowHeights">
<bool>true</bool>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="buttonLayout">
<item>
<widget class="QToolButton" name="refreshButton">
<property name="toolTip">
<string>Refresh</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="addButton">
<property name="toolTip">
<string>Add</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="changeQtButton">
<property name="toolTip">
<string>Change Qt version</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="removeButton">
<property name="toolTip">
<string>Remove</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</item>
<item> <item>
<widget class="QGroupBox" name="groupBox"> <widget class="QLabel" name="errorLabel">
<layout class="QVBoxLayout" name="verticalLayout"> <property name="styleSheet">
<item> <string notr="true">background-color: red;</string>
<layout class="QHBoxLayout" name="horizontalLayout"> </property>
<item> <property name="text">
<widget class="QTreeView" name="list"> <string>Error</string>
<property name="indentation"> </property>
<number>0</number> <property name="wordWrap">
</property> <bool>true</bool>
<property name="rootIsDecorated"> </property>
<bool>false</bool> <property name="textInteractionFlags">
</property> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
<property name="uniformRowHeights"> </property>
<bool>true</bool>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="buttonLayout">
<item>
<widget class="QToolButton" name="refreshButton">
<property name="toolTip">
<string>Refresh</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="addButton">
<property name="toolTip">
<string>Add</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="changeQtButton">
<property name="toolTip">
<string>Change Qt version</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="removeButton">
<property name="toolTip">
<string>Remove</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="errorLabel">
<property name="styleSheet">
<string notr="true">background-color: red;</string>
</property>
<property name="text">
<string>Error</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
</layout>
</widget> </widget>
</item> </item>
</layout> </layout>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment