diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-06 12:36:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-06 12:36:58 -0600 |
commit | d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a (patch) | |
tree | e5ce4701bac540038a279b4e208c86390a24ba11 /src/configlogoptionsbase.ui | |
download | kvpnc-d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a.tar.gz kvpnc-d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a.zip |
Initial import of year-and-a-half-old upstream version 0.9.6a
Diffstat (limited to 'src/configlogoptionsbase.ui')
-rw-r--r-- | src/configlogoptionsbase.ui | 624 |
1 files changed, 624 insertions, 0 deletions
diff --git a/src/configlogoptionsbase.ui b/src/configlogoptionsbase.ui new file mode 100644 index 0000000..a4d4387 --- /dev/null +++ b/src/configlogoptionsbase.ui @@ -0,0 +1,624 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>ConfigLogOptionsBase</class> +<widget class="QWidget"> + <property name="name"> + <cstring>ConfigLogOptionsBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>340</width> + <height>317</height> + </rect> + </property> + <property name="caption"> + <string>Debug</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout3</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout57_3</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QSpinBox"> + <property name="name"> + <cstring>LogFontSizeSpinBox</cstring> + </property> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="maxValue"> + <number>4</number> + </property> + <property name="minValue"> + <number>-4</number> + </property> + <property name="value"> + <number>0</number> + </property> + <property name="toolTip" stdset="0"> + <string>Font size in the debug console</string> + </property> + </widget> + <widget class="QLabel"> + <property name="name"> + <cstring>LogFontSizetextLabel</cstring> + </property> + <property name="text"> + <string>Font size:</string> + </property> + <property name="toolTip" stdset="0"> + <string>Font size in the debug console</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer28_2_2_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>16</width> + <height>20</height> + </size> + </property> + </spacer> + </hbox> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout211</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>UseColorizedLogOutputcheckBox</cstring> + </property> + <property name="text"> + <string>Enable colori&zed log output</string> + </property> + <property name="accel"> + <string>Alt+Z</string> + </property> + <property name="toolTip" stdset="0"> + <string>Enable color messages in the debug console (recommend)</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer100</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>61</width> + <height>20</height> + </size> + </property> + </spacer> + </hbox> + </widget> + <widget class="QGroupBox"> + <property name="name"> + <cstring>ColorGroupBox</cstring> + </property> + <property name="title"> + <string>Color settings</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel" row="2" column="0"> + <property name="name"> + <cstring>textLabel2_2</cstring> + </property> + <property name="text"> + <string>Error message</string> + </property> + <property name="toolTip" stdset="0"> + <string>Message type</string> + </property> + </widget> + <widget class="QLabel" row="1" column="2"> + <property name="name"> + <cstring>RemoteLogLabel</cstring> + </property> + <property name="minimumSize"> + <size> + <width>25</width> + <height>25</height> + </size> + </property> + <property name="paletteBackgroundColor"> + <color> + <red>85</red> + <green>0</green> + <blue>255</blue> + </color> + </property> + <property name="frameShape"> + <enum>Box</enum> + </property> + <property name="frameShadow"> + <enum>Sunken</enum> + </property> + </widget> + <widget class="QLabel" row="0" column="2"> + <property name="name"> + <cstring>InfoLogLabel</cstring> + </property> + <property name="minimumSize"> + <size> + <width>25</width> + <height>25</height> + </size> + </property> + <property name="paletteBackgroundColor"> + <color> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </property> + <property name="frameShape"> + <enum>Box</enum> + </property> + <property name="frameShadow"> + <enum>Sunken</enum> + </property> + <property name="lineWidth"> + <number>1</number> + </property> + </widget> + <widget class="QLabel" row="2" column="2"> + <property name="name"> + <cstring>ErrorLogLabel</cstring> + </property> + <property name="minimumSize"> + <size> + <width>25</width> + <height>25</height> + </size> + </property> + <property name="paletteBackgroundColor"> + <color> + <red>255</red> + <green>0</green> + <blue>0</blue> + </color> + </property> + <property name="frameShape"> + <enum>Box</enum> + </property> + <property name="frameShadow"> + <enum>Sunken</enum> + </property> + </widget> + <spacer row="2" column="1"> + <property name="name"> + <cstring>spacer28_3_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>173</width> + <height>20</height> + </size> + </property> + </spacer> + <spacer row="3" column="1"> + <property name="name"> + <cstring>spacer28_3_3</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>173</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="KPushButton" row="1" column="3"> + <property name="name"> + <cstring>RemoteLogFontPushButton</cstring> + </property> + <property name="text"> + <string>C&hange...</string> + </property> + <property name="toolTip" stdset="0"> + <string>Change color of this message type</string> + </property> + </widget> + <widget class="QLabel" row="3" column="0"> + <property name="name"> + <cstring>textLabel2_3</cstring> + </property> + <property name="text"> + <string>Success message</string> + </property> + <property name="toolTip" stdset="0"> + <string>Message type</string> + </property> + </widget> + <spacer row="0" column="1"> + <property name="name"> + <cstring>spacer28_3</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>173</width> + <height>20</height> + </size> + </property> + </spacer> + <spacer row="1" column="1"> + <property name="name"> + <cstring>spacer28_3_3_2_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>173</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QLabel" row="1" column="0"> + <property name="name"> + <cstring>textLabel2_3_2_2</cstring> + </property> + <property name="text"> + <string>Remote message</string> + </property> + <property name="toolTip" stdset="0"> + <string>Message type</string> + </property> + </widget> + <widget class="KPushButton" row="2" column="3"> + <property name="name"> + <cstring>ErrorLogFontPushButton</cstring> + </property> + <property name="text"> + <string>Ch&ange...</string> + </property> + <property name="toolTip" stdset="0"> + <string>Change color of this message type</string> + </property> + </widget> + <widget class="KPushButton" row="3" column="3"> + <property name="name"> + <cstring>SuccessLogFontPushButton</cstring> + </property> + <property name="text"> + <string>Cha&nge...</string> + </property> + <property name="toolTip" stdset="0"> + <string>Change color of this message type</string> + </property> + </widget> + <widget class="KPushButton" row="0" column="3"> + <property name="name"> + <cstring>InfoLogFontPushButton</cstring> + </property> + <property name="text"> + <string>Chan&ge...</string> + </property> + <property name="accel"> + <string>Alt+G</string> + </property> + <property name="toolTip" stdset="0"> + <string>Change color of this message type</string> + </property> + </widget> + <widget class="QLabel" row="3" column="2"> + <property name="name"> + <cstring>SuccessLogLabel</cstring> + </property> + <property name="minimumSize"> + <size> + <width>25</width> + <height>25</height> + </size> + </property> + <property name="paletteBackgroundColor"> + <color> + <red>0</red> + <green>170</green> + <blue>0</blue> + </color> + </property> + <property name="frameShape"> + <enum>Box</enum> + </property> + <property name="frameShadow"> + <enum>Sunken</enum> + </property> + </widget> + <widget class="QLabel" row="4" column="0"> + <property name="name"> + <cstring>textLabel2_3_2</cstring> + </property> + <property name="text"> + <string>Debug message</string> + </property> + <property name="toolTip" stdset="0"> + <string>Message type</string> + </property> + </widget> + <spacer row="4" column="1"> + <property name="name"> + <cstring>spacer28_3_3_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>173</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="KPushButton" row="4" column="3"> + <property name="name"> + <cstring>DebugLogFontPushButton</cstring> + </property> + <property name="text"> + <string>&Change...</string> + </property> + <property name="accel"> + <string>Alt+C</string> + </property> + <property name="toolTip" stdset="0"> + <string>Change color of this message type</string> + </property> + </widget> + <widget class="QLabel" row="4" column="2"> + <property name="name"> + <cstring>DebugLogLabel</cstring> + </property> + <property name="minimumSize"> + <size> + <width>25</width> + <height>25</height> + </size> + </property> + <property name="paletteBackgroundColor"> + <color> + <red>255</red> + <green>170</green> + <blue>0</blue> + </color> + </property> + <property name="frameShape"> + <enum>Box</enum> + </property> + <property name="frameShadow"> + <enum>Sunken</enum> + </property> + </widget> + <widget class="QLabel" row="5" column="0"> + <property name="name"> + <cstring>textLabel2_3_2_3</cstring> + </property> + <property name="text"> + <string>Background color</string> + </property> + <property name="toolTip" stdset="0"> + <string>Message type</string> + </property> + </widget> + <spacer row="5" column="1"> + <property name="name"> + <cstring>spacer28_3_3_2_3</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>43</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="KPushButton" row="5" column="3"> + <property name="name"> + <cstring>BackgroundLogFontPushButton</cstring> + </property> + <property name="text"> + <string>&Change...</string> + </property> + <property name="accel"> + <string>Alt+C</string> + </property> + <property name="toolTip" stdset="0"> + <string>Change color of this message type</string> + </property> + </widget> + <widget class="QLabel" row="5" column="2"> + <property name="name"> + <cstring>BackgroundLogLabel</cstring> + </property> + <property name="minimumSize"> + <size> + <width>25</width> + <height>25</height> + </size> + </property> + <property name="paletteBackgroundColor"> + <color> + <red>255</red> + <green>255</green> + <blue>255</blue> + </color> + </property> + <property name="frameShape"> + <enum>Box</enum> + </property> + <property name="frameShadow"> + <enum>Sunken</enum> + </property> + </widget> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>Informal message</string> + </property> + <property name="toolTip" stdset="0"> + <string>Message type</string> + </property> + </widget> + </grid> + </widget> + <spacer> + <property name="name"> + <cstring>spacer8</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>21</width> + <height>20</height> + </size> + </property> + </spacer> + </vbox> + </widget> + </grid> +</widget> +<connections> + <connection> + <sender>DebugLogFontPushButton</sender> + <signal>clicked()</signal> + <receiver>ConfigLogOptionsBase</receiver> + <slot>debugLogColorClicked()</slot> + </connection> + <connection> + <sender>ErrorLogFontPushButton</sender> + <signal>clicked()</signal> + <receiver>ConfigLogOptionsBase</receiver> + <slot>errorLogColorClicked()</slot> + </connection> + <connection> + <sender>InfoLogFontPushButton</sender> + <signal>clicked()</signal> + <receiver>ConfigLogOptionsBase</receiver> + <slot>infoLogColorClicked()</slot> + </connection> + <connection> + <sender>RemoteLogFontPushButton</sender> + <signal>clicked()</signal> + <receiver>ConfigLogOptionsBase</receiver> + <slot>remoteLogColorClicked()</slot> + </connection> + <connection> + <sender>SuccessLogFontPushButton</sender> + <signal>clicked()</signal> + <receiver>ConfigLogOptionsBase</receiver> + <slot>successLogColorClicked()</slot> + </connection> + <connection> + <sender>UseColorizedLogOutputcheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>ConfigLogOptionsBase</receiver> + <slot>useColorizedLogOutputToggled(bool)</slot> + </connection> + <connection> + <sender>BackgroundLogFontPushButton</sender> + <signal>clicked()</signal> + <receiver>ConfigLogOptionsBase</receiver> + <slot>backgroundLogColorClicked()</slot> + </connection> +</connections> +<tabstops> + <tabstop>LogFontSizeSpinBox</tabstop> + <tabstop>UseColorizedLogOutputcheckBox</tabstop> + <tabstop>InfoLogFontPushButton</tabstop> + <tabstop>RemoteLogFontPushButton</tabstop> + <tabstop>ErrorLogFontPushButton</tabstop> + <tabstop>SuccessLogFontPushButton</tabstop> + <tabstop>DebugLogFontPushButton</tabstop> +</tabstops> +<slots> + <slot specifier="nicht virtual">debugLogColorClicked()</slot> + <slot specifier="nicht virtual">errorLogColorClicked()</slot> + <slot specifier="nicht virtual">successLogColorClicked()</slot> + <slot specifier="nicht virtual">infoLogColorClicked()</slot> + <slot specifier="nicht virtual">remoteLogColorClicked()</slot> + <slot specifier="nicht virtual">useColorizedLogOutputToggled(bool)</slot> + <slot>backgroundLogColorClicked()</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>kpushbutton.h</includehint> + <includehint>kpushbutton.h</includehint> + <includehint>kpushbutton.h</includehint> + <includehint>kpushbutton.h</includehint> + <includehint>kpushbutton.h</includehint> + <includehint>kpushbutton.h</includehint> +</includehints> +</UI> |