You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
331 lines
13 KiB
331 lines
13 KiB
15 years ago
|
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
|
||
|
<class>ResourceBloggingSettings</class>
|
||
|
<author>Ian Reinhart Geiser <geiseri@kde.org></author>
|
||
14 years ago
|
<widget class="TQWidget">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>ResourceBloggingSettings</cstring>
|
||
|
</property>
|
||
14 years ago
|
<property name="geometry">
|
||
15 years ago
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>363</width>
|
||
|
<height>289</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<vbox>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
14 years ago
|
<widget class="TQLayoutWidget">
|
||
15 years ago
|
<property name="name">
|
||
13 years ago
|
<cstring>layout12</cstring>
|
||
15 years ago
|
</property>
|
||
|
<hbox>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
14 years ago
|
<widget class="TQLabel">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>textLabel1_4</cstring>
|
||
|
</property>
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy>
|
||
|
<hsizetype>4</hsizetype>
|
||
|
<vsizetype>5</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Service:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="KComboBox">
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Custom</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Blogger.com</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<property name="name">
|
||
|
<cstring>mServiceType</cstring>
|
||
|
</property>
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</hbox>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQGroupBox">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>groupBox2</cstring>
|
||
|
</property>
|
||
|
<property name="title">
|
||
|
<string>Server Settings</string>
|
||
|
</property>
|
||
|
<grid>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
14 years ago
|
<widget class="TQLabel" row="0" column="0">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>textLabel1</cstring>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy>
|
||
|
<hsizetype>4</hsizetype>
|
||
|
<vsizetype>5</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>URL:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQLabel" row="1" column="0">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>textLabel9</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Username:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="KLineEdit" row="1" column="1">
|
||
|
<property name="name">
|
||
|
<cstring>mUser</cstring>
|
||
|
</property>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQLabel" row="2" column="0">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>textLabel10</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Password:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="KURLRequester" row="0" column="1">
|
||
|
<property name="name">
|
||
|
<cstring>mURL</cstring>
|
||
|
</property>
|
||
|
<property name="url" stdset="0">
|
||
|
<string>http://www.kdedevelopers.com/xmlrpc.php</string>
|
||
|
</property>
|
||
|
<property name="showLocalProtocol">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="KLineEdit" row="2" column="1">
|
||
|
<property name="name">
|
||
|
<cstring>mPassword</cstring>
|
||
|
</property>
|
||
|
<property name="echoMode">
|
||
|
<enum>Password</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQLabel" row="3" column="0">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>textLabel4_2</cstring>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy>
|
||
|
<hsizetype>4</hsizetype>
|
||
|
<vsizetype>5</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Server API:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="KComboBox" row="3" column="1">
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Blogger API</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Drupal API</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>metaWeblog API</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Moveable Type API</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<property name="name">
|
||
|
<cstring>mServerAPI</cstring>
|
||
|
</property>
|
||
|
<property name="contextMenuEnabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</grid>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQGroupBox">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>groupBox3</cstring>
|
||
|
</property>
|
||
|
<property name="title">
|
||
|
<string>Templates</string>
|
||
|
</property>
|
||
|
<grid>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
|
<widget class="KLineEdit" row="0" column="2" rowspan="2" colspan="1">
|
||
|
<property name="name">
|
||
|
<cstring>mCloseTitle</cstring>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy>
|
||
|
<hsizetype>1</hsizetype>
|
||
|
<vsizetype>0</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string></TITLE></string>
|
||
|
</property>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQLabel" row="0" column="0">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>textLabel7_2</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Title tags:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="KLineEdit" row="0" column="1" rowspan="2" colspan="1">
|
||
|
<property name="name">
|
||
|
<cstring>mOpenTitle</cstring>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy>
|
||
|
<hsizetype>1</hsizetype>
|
||
|
<vsizetype>0</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string><TITLE></string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="KLineEdit" row="2" column="1">
|
||
|
<property name="name">
|
||
|
<cstring>mOpenCategory</cstring>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy>
|
||
|
<hsizetype>1</hsizetype>
|
||
|
<vsizetype>0</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="lineWidth">
|
||
|
<number>2</number>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string><CATEGORY></string>
|
||
|
</property>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQLabel" row="1" column="0" rowspan="2" colspan="1">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>textLabel8_2</cstring>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy>
|
||
|
<hsizetype>4</hsizetype>
|
||
|
<vsizetype>1</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Category tags:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="KLineEdit" row="2" column="2">
|
||
|
<property name="name">
|
||
|
<cstring>mCloseCategory</cstring>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy>
|
||
|
<hsizetype>1</hsizetype>
|
||
|
<vsizetype>0</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string></CATEGORY></string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</grid>
|
||
|
</widget>
|
||
|
<spacer>
|
||
|
<property name="name">
|
||
|
<cstring>spacer4_2</cstring>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Vertical</enum>
|
||
|
</property>
|
||
|
<property name="sizeType">
|
||
|
<enum>Expanding</enum>
|
||
|
</property>
|
||
13 years ago
|
<property name="sizeHint">
|
||
15 years ago
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>84</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</vbox>
|
||
|
</widget>
|
||
|
<customwidgets>
|
||
|
</customwidgets>
|
||
|
<tabstops>
|
||
|
<tabstop>mServiceType</tabstop>
|
||
|
<tabstop>mURL</tabstop>
|
||
|
<tabstop>mUser</tabstop>
|
||
|
<tabstop>mPassword</tabstop>
|
||
|
<tabstop>mServerAPI</tabstop>
|
||
|
<tabstop>mOpenTitle</tabstop>
|
||
|
<tabstop>mCloseTitle</tabstop>
|
||
|
<tabstop>mOpenCategory</tabstop>
|
||
|
<tabstop>mCloseCategory</tabstop>
|
||
|
</tabstops>
|
||
14 years ago
|
<layoutdefaults spacing="5" margin="5"/>
|
||
15 years ago
|
<includehints>
|
||
|
<includehint>kcombobox.h</includehint>
|
||
|
<includehint>klineedit.h</includehint>
|
||
|
<includehint>kurlrequester.h</includehint>
|
||
|
<includehint>klineedit.h</includehint>
|
||
|
<includehint>kpushbutton.h</includehint>
|
||
|
<includehint>klineedit.h</includehint>
|
||
|
<includehint>kcombobox.h</includehint>
|
||
|
<includehint>klineedit.h</includehint>
|
||
|
<includehint>klineedit.h</includehint>
|
||
|
<includehint>klineedit.h</includehint>
|
||
|
<includehint>klineedit.h</includehint>
|
||
|
</includehints>
|
||
|
</UI>
|