Implemented a basic notification system to show activity in the networkviews
[quassel.git] / gui / ui / networkview.ui
index a30e868..205afc8 100644 (file)
@@ -5,34 +5,40 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>151</width>
-    <height>294</height>
+    <width>116</width>
+    <height>183</height>
    </rect>
   </property>
   <property name="sizePolicy" >
    <sizepolicy>
     <hsizetype>5</hsizetype>
-    <vsizetype>1</vsizetype>
+    <vsizetype>5</vsizetype>
     <horstretch>0</horstretch>
     <verstretch>0</verstretch>
    </sizepolicy>
   </property>
+  <property name="minimumSize" >
+   <size>
+    <width>100</width>
+    <height>100</height>
+   </size>
+  </property>
   <property name="windowTitle" >
-   <string>Form</string>
+   <string>NetView</string>
   </property>
-  <layout class="QHBoxLayout" >
+  <layout class="QVBoxLayout" >
    <property name="margin" >
-    <number>9</number>
+    <number>4</number>
    </property>
    <property name="spacing" >
-    <number>6</number>
+    <number>0</number>
    </property>
    <item>
     <widget class="QTreeWidget" name="tree" >
      <property name="sizePolicy" >
       <sizepolicy>
        <hsizetype>5</hsizetype>
-       <vsizetype>1</vsizetype>
+       <vsizetype>5</vsizetype>
        <horstretch>0</horstretch>
        <verstretch>0</verstretch>
       </sizepolicy>
@@ -43,6 +49,9 @@
        <height>16777215</height>
       </size>
      </property>
+     <property name="rootIsDecorated" >
+      <bool>false</bool>
+     </property>
     </widget>
    </item>
   </layout>