2008-04-24 09:14:58 -04:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>BlogDialog</class>
|
|
|
|
<widget class="QWidget" name="BlogDialog" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-06-20 08:43:23 -04:00
|
|
|
<width>569</width>
|
|
|
|
<height>294</height>
|
2008-04-24 09:14:58 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
2008-06-20 08:43:23 -04:00
|
|
|
<string>Form</string>
|
2008-04-24 09:14:58 -04:00
|
|
|
</property>
|
2008-06-20 08:43:23 -04:00
|
|
|
<property name="toolTip" >
|
|
|
|
<string/>
|
2008-04-24 09:14:58 -04:00
|
|
|
</property>
|
2008-06-20 08:43:23 -04:00
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label" >
|
|
|
|
<property name="font" >
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap" >
|
|
|
|
<pixmap resource="images.qrc" >:/images/message-mail.png</pixmap>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_2" >
|
|
|
|
<property name="font" >
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Blogs</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Preferred</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="periodComboBox" >
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Last Month</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Last Week</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Last Day</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Preferred</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="usersComboBox" >
|
2008-06-09 09:23:53 -04:00
|
|
|
<item>
|
2008-06-20 08:43:23 -04:00
|
|
|
<property name="text" >
|
|
|
|
<string>All Users</string>
|
|
|
|
</property>
|
2008-06-09 09:23:53 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2008-06-20 08:43:23 -04:00
|
|
|
<property name="text" >
|
|
|
|
<string>Jimmy</string>
|
|
|
|
</property>
|
2008-06-08 14:34:27 -04:00
|
|
|
</item>
|
2008-06-09 09:23:53 -04:00
|
|
|
<item>
|
2008-06-20 08:43:23 -04:00
|
|
|
<property name="text" >
|
|
|
|
<string>John</string>
|
|
|
|
</property>
|
2008-06-09 09:23:53 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
2008-06-20 08:43:23 -04:00
|
|
|
<property name="text" >
|
|
|
|
<string>Jacki</string>
|
|
|
|
</property>
|
2008-06-08 14:34:27 -04:00
|
|
|
</item>
|
2008-06-20 08:43:23 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="postButton" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>No Feeds</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Post Blog</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon" >
|
|
|
|
<iconset resource="images.qrc" >:/images/mail_send.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="frame" >
|
|
|
|
<property name="frameShape" >
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow" >
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
2008-06-08 14:34:27 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2008-04-24 09:14:58 -04:00
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="images.qrc" />
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|