Stage 3
[quassel.git] / src / qtgui / ui / mainwin.ui
diff --git a/src/qtgui/ui/mainwin.ui b/src/qtgui/ui/mainwin.ui
deleted file mode 100644 (file)
index 9a35511..0000000
+++ /dev/null
@@ -1,261 +0,0 @@
-<ui version="4.0" >
- <class>MainWin</class>
- <widget class="QMainWindow" name="MainWin" >
-  <property name="geometry" >
-   <rect>
-    <x>0</x>
-    <y>0</y>
-    <width>800</width>
-    <height>600</height>
-   </rect>
-  </property>
-  <property name="windowTitle" >
-   <string>MainWindow</string>
-  </property>
-  <widget class="QWidget" name="centralwidget" >
-   <property name="sizePolicy" >
-    <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
-     <horstretch>0</horstretch>
-     <verstretch>0</verstretch>
-    </sizepolicy>
-   </property>
-   <layout class="QVBoxLayout" >
-    <property name="spacing" >
-     <number>6</number>
-    </property>
-    <property name="leftMargin" >
-     <number>9</number>
-    </property>
-    <property name="topMargin" >
-     <number>9</number>
-    </property>
-    <property name="rightMargin" >
-     <number>9</number>
-    </property>
-    <property name="bottomMargin" >
-     <number>9</number>
-    </property>
-    <item>
-     <widget class="BufferWidget" native="1" name="bufferWidget" />
-    </item>
-   </layout>
-  </widget>
-  <widget class="QMenuBar" name="menubar" >
-   <property name="geometry" >
-    <rect>
-     <x>0</x>
-     <y>0</y>
-     <width>800</width>
-     <height>32</height>
-    </rect>
-   </property>
-   <widget class="QMenu" name="menuConnection" >
-    <property name="title" >
-     <string>Connection</string>
-    </property>
-    <addaction name="actionConnectCore" />
-    <addaction name="actionDisconnectCore" />
-    <addaction name="separator" />
-    <addaction name="actionNetworkList" />
-    <addaction name="actionQuickConnect" />
-    <addaction name="separator" />
-    <addaction name="actionDisconnect" />
-    <addaction name="actionReconnect" />
-    <addaction name="separator" />
-    <addaction name="actionJoinChannel" />
-    <addaction name="separator" />
-    <addaction name="actionSetAwayGlobally" />
-    <addaction name="separator" />
-    <addaction name="actionQuit" />
-   </widget>
-   <widget class="QMenu" name="menuSettings" >
-    <property name="title" >
-     <string>Settings</string>
-    </property>
-    <addaction name="separator" />
-    <addaction name="actionEditIdentities" />
-    <addaction name="separator" />
-    <addaction name="separator" />
-    <addaction name="actionSettingsDlg" />
-   </widget>
-   <widget class="QMenu" name="menuViews" >
-    <property name="title" >
-     <string>Views</string>
-    </property>
-    <addaction name="actionManageViews" />
-    <addaction name="separator" />
-   </widget>
-   <widget class="QMenu" name="menuHelp" >
-    <property name="title" >
-     <string>Help</string>
-    </property>
-    <addaction name="actionAboutQuassel" />
-    <addaction name="actionAboutQt" />
-   </widget>
-   <widget class="QMenu" name="menuDebug" >
-    <property name="title" >
-     <string>Debug</string>
-    </property>
-    <addaction name="actionImportBacklog" />
-   </widget>
-   <widget class="QMenu" name="menuCore" >
-    <property name="title" >
-     <string>Core</string>
-    </property>
-   </widget>
-   <addaction name="menuConnection" />
-   <addaction name="menuViews" />
-   <addaction name="menuCore" />
-   <addaction name="menuSettings" />
-   <addaction name="menuHelp" />
-   <addaction name="menuDebug" />
-  </widget>
-  <widget class="QStatusBar" name="statusbar" />
-  <action name="actionNetworkList" >
-   <property name="text" >
-    <string>&amp;Network List...</string>
-   </property>
-   <property name="shortcut" >
-    <string>F2</string>
-   </property>
-  </action>
-  <action name="actionQuickConnect" >
-   <property name="enabled" >
-    <bool>false</bool>
-   </property>
-   <property name="text" >
-    <string>Quick &amp;Connect...</string>
-   </property>
-  </action>
-  <action name="actionDisconnect" >
-   <property name="enabled" >
-    <bool>false</bool>
-   </property>
-   <property name="text" >
-    <string>Disconnect</string>
-   </property>
-  </action>
-  <action name="actionReconnect" >
-   <property name="enabled" >
-    <bool>false</bool>
-   </property>
-   <property name="text" >
-    <string>Reconnect</string>
-   </property>
-  </action>
-  <action name="actionJoinChannel" >
-   <property name="enabled" >
-    <bool>false</bool>
-   </property>
-   <property name="text" >
-    <string>Join Channel...</string>
-   </property>
-  </action>
-  <action name="actionSetAwayGlobally" >
-   <property name="enabled" >
-    <bool>false</bool>
-   </property>
-   <property name="text" >
-    <string>Set Away globally</string>
-   </property>
-  </action>
-  <action name="actionQuit" >
-   <property name="text" >
-    <string>Quit...</string>
-   </property>
-  </action>
-  <action name="actionEditIdentities" >
-   <property name="text" >
-    <string>Edit Identities...</string>
-   </property>
-  </action>
-  <action name="actionSettingsDlg" >
-   <property name="text" >
-    <string>Configure Quassel...</string>
-   </property>
-   <property name="shortcut" >
-    <string>F7</string>
-   </property>
-  </action>
-  <action name="actionManageViews" >
-   <property name="enabled" >
-    <bool>false</bool>
-   </property>
-   <property name="text" >
-    <string>Manage Views...</string>
-   </property>
-  </action>
-  <action name="actionAboutQt" >
-   <property name="text" >
-    <string>About Qt...</string>
-   </property>
-  </action>
-  <action name="actionAboutQuassel" >
-   <property name="text" >
-    <string>About Quassel IRC...</string>
-   </property>
-  </action>
-  <action name="actionImportBacklog" >
-   <property name="text" >
-    <string>Import Backlog</string>
-   </property>
-  </action>
-  <action name="actionConnect_to_Core" >
-   <property name="text" >
-    <string>Connect</string>
-   </property>
-  </action>
-  <action name="actionDisconnect_2" >
-   <property name="text" >
-    <string>Disconnect</string>
-   </property>
-  </action>
-  <action name="actionInternal" >
-   <property name="text" >
-    <string>Internal</string>
-   </property>
-  </action>
-  <action name="actionDisconnectCore" >
-   <property name="enabled" >
-    <bool>false</bool>
-   </property>
-   <property name="text" >
-    <string>Disconnect from Core</string>
-   </property>
-  </action>
-  <action name="actionConnectCore" >
-   <property name="enabled" >
-    <bool>false</bool>
-   </property>
-   <property name="text" >
-    <string>Connect to Core...</string>
-   </property>
-  </action>
- </widget>
- <customwidgets>
-  <customwidget>
-   <class>BufferWidget</class>
-   <extends>QWidget</extends>
-   <header>bufferwidget.h</header>
-  </customwidget>
- </customwidgets>
- <resources/>
- <connections>
-  <connection>
-   <sender>actionQuit</sender>
-   <signal>triggered()</signal>
-   <receiver>MainWin</receiver>
-   <slot>close()</slot>
-   <hints>
-    <hint type="sourcelabel" >
-     <x>-1</x>
-     <y>-1</y>
-    </hint>
-    <hint type="destinationlabel" >
-     <x>399</x>
-     <y>299</y>
-    </hint>
-   </hints>
-  </connection>
- </connections>
-</ui>