diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-17 01:04:17 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-17 01:04:17 +0000 |
commit | c3b707c026782768bd8c0e6ae6b574fe8a36802d (patch) | |
tree | 5ca6782031b1546c788290cc0b95524369ff01ea /KMFSysTray/mainwidget_designer.ui | |
download | kmyfirewall-c3b707c026782768bd8c0e6ae6b574fe8a36802d.tar.gz kmyfirewall-c3b707c026782768bd8c0e6ae6b574fe8a36802d.zip |
Added old abandoned KDE3 version of kmyfirewall
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmyfirewall@1091559 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'KMFSysTray/mainwidget_designer.ui')
-rw-r--r-- | KMFSysTray/mainwidget_designer.ui | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/KMFSysTray/mainwidget_designer.ui b/KMFSysTray/mainwidget_designer.ui new file mode 100644 index 0000000..abdb834 --- /dev/null +++ b/KMFSysTray/mainwidget_designer.ui @@ -0,0 +1,88 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>MainWidgetDesigner</class> +<widget class="QWidget"> + <property name="name"> + <cstring>MainWidgetDesigner</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>124</width> + <height>34</height> + </rect> + </property> + <property name="backgroundOrigin"> + <enum>ParentOrigin</enum> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>2</number> + </property> + <property name="spacing"> + <number>2</number> + </property> + <widget class="KLed"> + <property name="name"> + <cstring>m_ledActive</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>0</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>30</width> + <height>30</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>30</width> + <height>30</height> + </size> + </property> + <property name="state"> + <enum>On</enum> + </property> + <property name="shape"> + <enum>Circular</enum> + </property> + <property name="look"> + <enum>Flat</enum> + </property> + <property name="darkFactor"> + <number>300</number> + </property> + </widget> + <widget class="KPushButton"> + <property name="name"> + <cstring>m_cmd_info</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>3</hsizetype> + <vsizetype>1</vsizetype> + <horstretch>1</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Info</string> + </property> + </widget> + </hbox> +</widget> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>kled.h</includehint> + <includehint>kpushbutton.h</includehint> +</includehints> +</UI> |