Get rid off obsolete icons.qrc references in ui files
[quassel.git] / src / qtui / settingspages / bufferviewsettingspage.ui
index 161ecaa..b37e45d 100644 (file)
@@ -5,8 +5,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>507</width>
-    <height>485</height>
+    <width>672</width>
+    <height>529</height>
    </rect>
   </property>
   <property name="windowTitle" >
@@ -30,7 +30,8 @@
         <string>Re&amp;name...</string>
        </property>
        <property name="icon" >
-        <iconset resource="../../icons/icons.qrc" >:/16x16/actions/oxygen/16x16/actions/edit-rename.png</iconset>
+        <iconset>
+         <normaloff>:/16x16/actions/oxygen/16x16/actions/edit-rename.png</normaloff>:/16x16/actions/oxygen/16x16/actions/edit-rename.png</iconset>
        </property>
       </widget>
      </item>
@@ -46,7 +47,8 @@
         <string>&amp;Add...</string>
        </property>
        <property name="icon" >
-        <iconset resource="../../icons/icons.qrc" >:/16x16/actions/oxygen/16x16/actions/list-add.png</iconset>
+        <iconset>
+         <normaloff>:/16x16/actions/oxygen/16x16/actions/list-add.png</normaloff>:/16x16/actions/oxygen/16x16/actions/list-add.png</iconset>
        </property>
        <property name="iconSize" >
         <size>
         <string>De&amp;lete</string>
        </property>
        <property name="icon" >
-        <iconset resource="../../icons/icons.qrc" >:/16x16/actions/oxygen/16x16/actions/edit-delete.png</iconset>
+        <iconset>
+         <normaloff>:/16x16/actions/oxygen/16x16/actions/edit-delete.png</normaloff>:/16x16/actions/oxygen/16x16/actions/edit-delete.png</iconset>
        </property>
       </widget>
      </item>
     </layout>
    </item>
    <item>
-    <widget class="QGroupBox" name="groupBox" >
+    <widget class="QGroupBox" name="settingsGroupBox" >
      <property name="title" >
       <string>Buffer View  Settings</string>
      </property>
         <item>
          <widget class="QLabel" name="label" >
           <property name="text" >
-           <string>Show only Buffers from:</string>
+           <string>Network:</string>
           </property>
          </widget>
         </item>
         <item>
-         <widget class="QComboBox" name="comboBox" />
+         <widget class="QComboBox" name="networkSelector" >
+          <item>
+           <property name="text" >
+            <string>All</string>
+           </property>
+          </item>
+         </widget>
         </item>
        </layout>
       </item>
         </property>
         <layout class="QVBoxLayout" >
          <item>
-          <widget class="QCheckBox" name="checkBox" >
+          <widget class="QCheckBox" name="onlyStatusBuffers" >
            <property name="text" >
             <string>Status Buffers</string>
            </property>
           </widget>
          </item>
          <item>
-          <widget class="QCheckBox" name="checkBox_2" >
+          <widget class="QCheckBox" name="onlyChannelBuffers" >
            <property name="text" >
             <string>Channel Buffers</string>
            </property>
           </widget>
          </item>
          <item>
-          <widget class="QCheckBox" name="checkBox_3" >
+          <widget class="QCheckBox" name="onlyQueryBuffers" >
            <property name="text" >
             <string>Query Buffers</string>
            </property>
        </widget>
       </item>
       <item>
-       <widget class="QCheckBox" name="checkBox_4" >
+       <widget class="QCheckBox" name="hideInactiveBuffers" >
+        <property name="text" >
+         <string>Hide inactive Buffers</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="addNewBuffersAutomatically" >
         <property name="text" >
          <string>Add new Buffers automatically</string>
         </property>
        </widget>
       </item>
       <item>
-       <widget class="QCheckBox" name="checkBox_5" >
+       <widget class="QCheckBox" name="sortAlphabetically" >
+        <property name="text" >
+         <string>Sort alphabetically</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="label_3" >
         <property name="text" >
-         <string>Sort Buffers alphabetically</string>
+         <string>Minimum Activity:</string>
         </property>
        </widget>
       </item>
+      <item>
+       <widget class="QComboBox" name="minimumActivitySelector" >
+        <item>
+         <property name="text" >
+          <string>No Activity</string>
+         </property>
+        </item>
+        <item>
+         <property name="text" >
+          <string>Other Activity</string>
+         </property>
+        </item>
+        <item>
+         <property name="text" >
+          <string>New Message</string>
+         </property>
+        </item>
+        <item>
+         <property name="text" >
+          <string>Highlight</string>
+         </property>
+        </item>
+       </widget>
+      </item>
       <item>
        <spacer>
         <property name="orientation" >
          <enum>Qt::Vertical</enum>
         </property>
-        <property name="sizeHint" >
+        <property name="sizeHint" stdset="0" >
          <size>
           <width>20</width>
           <height>40</height>
      </layout>
     </widget>
    </item>
+   <item>
+    <layout class="QVBoxLayout" >
+     <item>
+      <widget class="QLabel" name="label_2" >
+       <property name="text" >
+        <string>Preview:</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="BufferView" name="bufferViewPreview" />
+     </item>
+    </layout>
+   </item>
   </layout>
  </widget>
- <resources>
-  <include location="../../icons/icons.qrc" />
- </resources>
+ <customwidgets>
+  <customwidget>
+   <class>BufferView</class>
+   <extends>QTreeView</extends>
+   <header>bufferview.h</header>
+  </customwidget>
+ </customwidgets>
+ <resources/>
  <connections/>
 </ui>