Browse Source

- improved tabs at the bottom

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
3a727dea28
  1. 89
      src/MainWindow.ui

89
src/MainWindow.ui

@ -6,7 +6,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>849</width> <width>849</width>
<height>566</height> <height>563</height>
</rect> </rect>
</property> </property>
<property name="contextMenuPolicy" > <property name="contextMenuPolicy" >
@ -255,7 +255,7 @@
<property name="minimumSize" > <property name="minimumSize" >
<size> <size>
<width>0</width> <width>0</width>
<height>238</height> <height>0</height>
</size> </size>
</property> </property>
<property name="contextMenuPolicy" > <property name="contextMenuPolicy" >
@ -279,6 +279,12 @@
</item> </item>
<item> <item>
<widget class="QTabWidget" name="tabBottom" > <widget class="QTabWidget" name="tabBottom" >
<property name="maximumSize" >
<size>
<width>16777215</width>
<height>142</height>
</size>
</property>
<property name="tabPosition" > <property name="tabPosition" >
<enum>QTabWidget::West</enum> <enum>QTabWidget::West</enum>
</property> </property>
@ -289,57 +295,44 @@
<attribute name="title" > <attribute name="title" >
<string>Log</string> <string>Log</string>
</attribute> </attribute>
<widget class="QWidget" name="" > <layout class="QVBoxLayout" >
<property name="geometry" > <item>
<rect> <widget class="QTextBrowser" name="infoBar" >
<x>0</x> <property name="sizePolicy" >
<y>-10</y> <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
<width>809</width> <horstretch>0</horstretch>
<height>153</height> <verstretch>0</verstretch>
</rect> </sizepolicy>
</property> </property>
<layout class="QVBoxLayout" > <property name="maximumSize" >
<property name="spacing" > <size>
<number>6</number> <width>16777215</width>
</property> <height>120</height>
<property name="leftMargin" > </size>
<number>0</number> </property>
</property> <property name="contextMenuPolicy" >
<property name="topMargin" > <enum>Qt::CustomContextMenu</enum>
<number>0</number> </property>
</property> </widget>
<property name="rightMargin" > </item>
<number>0</number> </layout>
</property>
<property name="bottomMargin" >
<number>0</number>
</property>
<item>
<widget class="QTextBrowser" name="infoBar" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize" >
<size>
<width>16777215</width>
<height>123</height>
</size>
</property>
<property name="contextMenuPolicy" >
<enum>Qt::CustomContextMenu</enum>
</property>
</widget>
</item>
</layout>
</widget>
</widget> </widget>
<widget class="QWidget" name="filter_tab" > <widget class="QWidget" name="filter_tab" >
<attribute name="title" > <attribute name="title" >
<string>IP filter</string> <string>IP filter</string>
</attribute> </attribute>
<layout class="QVBoxLayout" >
<item>
<widget class="QTextBrowser" name="textBlockedUsers" >
<property name="maximumSize" >
<size>
<width>16777215</width>
<height>123</height>
</size>
</property>
</widget>
</item>
</layout>
</widget> </widget>
</widget> </widget>
</item> </item>

Loading…
Cancel
Save