aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/irc/mainwindow.ui
diff options
context:
space:
mode:
Diffstat (limited to 'irc/mainwindow.ui')
-rw-r--r--irc/mainwindow.ui75
1 files changed, 0 insertions, 75 deletions
diff --git a/irc/mainwindow.ui b/irc/mainwindow.ui
deleted file mode 100644
index 198a293..0000000
--- a/irc/mainwindow.ui
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>BotIrcDiceParser</class>
- <widget class="QBotIrcDiceParser" name="BotIrcDiceParser">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>604</width>
- <height>458</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>BotIrcDiceParser</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QPushButton" name="m_connectButton">
- <property name="text">
- <string>Connect</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="m_joinButton">
- <property name="text">
- <string>join</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QPushButton" name="m_disconnectButton">
- <property name="text">
- <string>Disconnect</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QTextEdit" name="m_output"/>
- </item>
- </layout>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>604</width>
- <height>25</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- </widget>
- <resources/>
- <connections/>
-</ui>