cmake: Modernize build system
[quassel.git] / src / qtui / ui / bufferwidget.ui
diff --git a/src/qtui/ui/bufferwidget.ui b/src/qtui/ui/bufferwidget.ui
deleted file mode 100644 (file)
index a3592f1..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>BufferWidget</class>
- <widget class="QWidget" name="BufferWidget">
-  <property name="geometry">
-   <rect>
-    <x>0</x>
-    <y>0</y>
-    <width>599</width>
-    <height>478</height>
-   </rect>
-  </property>
-  <property name="sizePolicy">
-   <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
-    <horstretch>5</horstretch>
-    <verstretch>0</verstretch>
-   </sizepolicy>
-  </property>
-  <property name="minimumSize">
-   <size>
-    <width>200</width>
-    <height>100</height>
-   </size>
-  </property>
-  <property name="contextMenuPolicy">
-   <enum>Qt::DefaultContextMenu</enum>
-  </property>
-  <property name="windowTitle">
-   <string/>
-  </property>
-  <layout class="QVBoxLayout" name="verticalLayout">
-   <item>
-    <widget class="QStackedWidget" name="stackedWidget">
-     <property name="sizePolicy">
-      <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
-       <horstretch>0</horstretch>
-       <verstretch>0</verstretch>
-      </sizepolicy>
-     </property>
-     <property name="currentIndex">
-      <number>0</number>
-     </property>
-     <widget class="MainPage" name="page"/>
-    </widget>
-   </item>
-   <item>
-    <widget class="ChatViewSearchBar" name="searchBar" native="true">
-     <property name="sizePolicy">
-      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
-       <horstretch>0</horstretch>
-       <verstretch>0</verstretch>
-      </sizepolicy>
-     </property>
-    </widget>
-   </item>
-  </layout>
- </widget>
- <customwidgets>
-  <customwidget>
-   <class>ChatViewSearchBar</class>
-   <extends>QWidget</extends>
-   <header location="global">chatviewsearchbar.h</header>
-   <container>1</container>
-  </customwidget>
-  <customwidget>
-   <class>MainPage</class>
-   <extends>QWidget</extends>
-   <header>mainpage.h</header>
-   <container>1</container>
-  </customwidget>
- </customwidgets>
- <resources>
-  <include location="../../../pics/pics.qrc"/>
- </resources>
- <connections/>
-</ui>