2012-11-12 15:47:55 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>GxsForumsDialog</class>
|
|
|
|
<widget class="QWidget" name="GxsForumsDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>732</width>
|
|
|
|
<height>420</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<property name="baseSize">
|
|
|
|
<size>
|
|
|
|
<width>300</width>
|
|
|
|
<height>300</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
2012-11-21 13:55:52 -05:00
|
|
|
<enum>QFrame::NoFrame</enum>
|
2012-11-12 15:47:55 -05:00
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
2012-11-21 13:55:52 -05:00
|
|
|
<widget class="QFrame" name="titleBarFrame">
|
2012-11-12 15:47:55 -05:00
|
|
|
<property name="frameShape">
|
2012-11-21 13:55:52 -05:00
|
|
|
<enum>QFrame::Box</enum>
|
2012-11-12 15:47:55 -05:00
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
2012-11-21 13:55:52 -05:00
|
|
|
<enum>QFrame::Sunken</enum>
|
2012-11-12 15:47:55 -05:00
|
|
|
</property>
|
2012-11-21 13:55:52 -05:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2012-11-12 15:47:55 -05:00
|
|
|
<property name="margin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2012-11-21 13:55:52 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="titleBarPixmap">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
2012-11-12 15:47:55 -05:00
|
|
|
</property>
|
2012-11-21 13:55:52 -05:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
2013-08-29 16:32:14 -04:00
|
|
|
<pixmap resource="../images.qrc">:/images/konversation.png</pixmap>
|
2012-11-21 13:55:52 -05:00
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2012-11-12 15:47:55 -05:00
|
|
|
</item>
|
2012-11-21 13:55:52 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="titleBarLabel">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>10</pointsize>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Forums</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2012-11-12 15:47:55 -05:00
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>123</width>
|
|
|
|
<height>13</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2013-07-12 13:24:11 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="todoPushButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Todo</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-11-12 15:47:55 -05:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="GroupTreeWidget" name="forumTreeWidget" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-12-29 21:41:53 -05:00
|
|
|
<widget class="RSTabWidget" name="threadTabWidget">
|
2012-11-27 18:21:20 -05:00
|
|
|
<property name="currentIndex">
|
|
|
|
<number>-1</number>
|
|
|
|
</property>
|
|
|
|
<property name="tabsClosable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="movable">
|
|
|
|
<bool>true</bool>
|
2012-11-12 15:47:55 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
<action name="actionPrint">
|
|
|
|
<property name="text">
|
|
|
|
<string>Print</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPrintPreview">
|
|
|
|
<property name="text">
|
|
|
|
<string>PrintPreview</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
2012-11-21 13:55:52 -05:00
|
|
|
<class>GroupTreeWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/common/GroupTreeWidget.h</header>
|
|
|
|
<container>1</container>
|
2012-11-12 15:47:55 -05:00
|
|
|
</customwidget>
|
2013-07-15 10:22:33 -04:00
|
|
|
<customwidget>
|
|
|
|
<class>RSTabWidget</class>
|
|
|
|
<extends>QTabWidget</extends>
|
|
|
|
<header>gui/common/RSTabWidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2012-11-12 15:47:55 -05:00
|
|
|
</customwidgets>
|
|
|
|
<resources>
|
2013-08-29 16:32:14 -04:00
|
|
|
<include location="../images.qrc"/>
|
2012-11-12 15:47:55 -05:00
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|