diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 15:57:00 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 15:57:00 -0500 |
commit | b888c7edb54e483ec0e3c2e2ce0eafd73acdcc65 (patch) | |
tree | 7ca76d42f66fb21ea08142de9a8d3bf16e597404 /doc/html/CommandEntryDlg_8cpp-source.html | |
download | kshowmail-b888c7edb54e483ec0e3c2e2ce0eafd73acdcc65.tar.gz kshowmail-b888c7edb54e483ec0e3c2e2ce0eafd73acdcc65.zip |
Initial import from kshowmail 3.3.1 sources
Diffstat (limited to 'doc/html/CommandEntryDlg_8cpp-source.html')
-rw-r--r-- | doc/html/CommandEntryDlg_8cpp-source.html | 167 |
1 files changed, 167 insertions, 0 deletions
diff --git a/doc/html/CommandEntryDlg_8cpp-source.html b/doc/html/CommandEntryDlg_8cpp-source.html new file mode 100644 index 0000000..cb77c01 --- /dev/null +++ b/doc/html/CommandEntryDlg_8cpp-source.html @@ -0,0 +1,167 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> +<title>kshowmail: kshowmail/CommandEntryDlg.cpp Source File</title> +<link href="doxygen.css" rel="stylesheet" type="text/css"> +<link href="tabs.css" rel="stylesheet" type="text/css"> +</head><body> +<!-- Generated by Doxygen 1.5.0 --> +<div class="tabs"> + <ul> + <li><a href="index.html"><span>Main Page</span></a></li> + <li><a href="namespaces.html"><span>Namespaces</span></a></li> + <li><a href="classes.html"><span>Classes</span></a></li> + <li id="current"><a href="files.html"><span>Files</span></a></li> + <li><a href="dirs.html"><span>Directories</span></a></li> + </ul></div> +<div class="nav"> +<a class="el" href="dir_656923b733374505e0e2f68ecb68d952.html">kshowmail</a></div> +<h1>CommandEntryDlg.cpp</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#include <kdialog.h></span> +<a name="l00002"></a>00002 <span class="preprocessor">#include <klocale.h></span> +<a name="l00003"></a>00003 <span class="comment">/****************************************************************************</span> +<a name="l00004"></a>00004 <span class="comment">** Form implementation generated from reading ui file '/home/kuddel/Daten/Documents/programmieren/kshowmail/kshowmail/kshowmail/CommandEntryDlg.ui'</span> +<a name="l00005"></a>00005 <span class="comment">**</span> +<a name="l00006"></a>00006 <span class="comment">** Created: Di Mai 15 19:57:54 2007</span> +<a name="l00007"></a>00007 <span class="comment">** by: The User Interface Compiler ($Id: CommandEntryDlg_8cpp-source.html,v 1.8 2007/05/16 20:11:59 kuddel-fl Exp $)</span> +<a name="l00008"></a>00008 <span class="comment">**</span> +<a name="l00009"></a>00009 <span class="comment">** WARNING! All changes made in this file will be lost!</span> +<a name="l00010"></a>00010 <span class="comment">****************************************************************************/</span> +<a name="l00011"></a>00011 +<a name="l00012"></a>00012 <span class="preprocessor">#include "CommandEntryDlg.h"</span> +<a name="l00013"></a>00013 +<a name="l00014"></a>00014 <span class="preprocessor">#include <qvariant.h></span> +<a name="l00015"></a>00015 <span class="preprocessor">#include <qgroupbox.h></span> +<a name="l00016"></a>00016 <span class="preprocessor">#include <qpushbutton.h></span> +<a name="l00017"></a>00017 <span class="preprocessor">#include <qcheckbox.h></span> +<a name="l00018"></a>00018 <span class="preprocessor">#include <qlineedit.h></span> +<a name="l00019"></a>00019 <span class="preprocessor">#include <qlayout.h></span> +<a name="l00020"></a>00020 <span class="preprocessor">#include <qtooltip.h></span> +<a name="l00021"></a>00021 <span class="preprocessor">#include <qwhatsthis.h></span> +<a name="l00022"></a>00022 +<a name="l00023"></a>00023 <span class="comment">/*</span> +<a name="l00024"></a>00024 <span class="comment"> * Constructs a CommandEntryDlg as a child of 'parent', with the</span> +<a name="l00025"></a>00025 <span class="comment"> * name 'name' and widget flags set to 'f'.</span> +<a name="l00026"></a>00026 <span class="comment"> *</span> +<a name="l00027"></a>00027 <span class="comment"> * The dialog will by default be modeless, unless you set 'modal' to</span> +<a name="l00028"></a>00028 <span class="comment"> * TRUE to construct a modal dialog.</span> +<a name="l00029"></a>00029 <span class="comment"> */</span> +<a name="l00030"></a><a class="code" href="classCommandEntryDlg.html#f72dede73adeeed25d33d643b4093614">00030</a> <a class="code" href="classCommandEntryDlg.html#f72dede73adeeed25d33d643b4093614">CommandEntryDlg::CommandEntryDlg</a>( QWidget* parent, <span class="keyword">const</span> <span class="keywordtype">char</span>* name, <span class="keywordtype">bool</span> modal, WFlags fl ) +<a name="l00031"></a>00031 : QDialog( parent, name, modal, fl ) +<a name="l00032"></a>00032 { +<a name="l00033"></a>00033 <span class="keywordflow">if</span> ( !name ) +<a name="l00034"></a>00034 setName( <span class="stringliteral">"CommandEntryDlg"</span> ); +<a name="l00035"></a>00035 setSizeGripEnabled( FALSE ); +<a name="l00036"></a>00036 <a class="code" href="classCommandEntryDlg.html#a601c391fae27d233ba814d43400fbe5">CommandEntryDlgLayout</a> = <span class="keyword">new</span> QVBoxLayout( <span class="keyword">this</span>, 11, 6, <span class="stringliteral">"CommandEntryDlgLayout"</span>); +<a name="l00037"></a>00037 +<a name="l00038"></a>00038 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a> = <span class="keyword">new</span> QGroupBox( <span class="keyword">this</span>, <span class="stringliteral">"QGroupBox_1"</span> ); +<a name="l00039"></a>00039 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>->setFrameShape( QGroupBox::Box ); +<a name="l00040"></a>00040 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>->setFrameShadow( QGroupBox::Sunken ); +<a name="l00041"></a>00041 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>->setColumnLayout(0, Qt::Vertical ); +<a name="l00042"></a>00042 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>->layout()->setSpacing( 6 ); +<a name="l00043"></a>00043 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>->layout()->setMargin( 11 ); +<a name="l00044"></a>00044 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">QGroupBox_1Layout</a> = <span class="keyword">new</span> QGridLayout( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>->layout() ); +<a name="l00045"></a>00045 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">QGroupBox_1Layout</a>->setAlignment( Qt::AlignTop ); +<a name="l00046"></a>00046 +<a name="l00047"></a>00047 <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a> = <span class="keyword">new</span> QPushButton( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>, <span class="stringliteral">"m_ButtonPath"</span> ); +<a name="l00048"></a>00048 +<a name="l00049"></a>00049 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">QGroupBox_1Layout</a>->addWidget( <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a>, 1, 0 ); +<a name="l00050"></a>00050 +<a name="l00051"></a>00051 <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a> = <span class="keyword">new</span> QPushButton( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>, <span class="stringliteral">"m_ButtonTest"</span> ); +<a name="l00052"></a>00052 +<a name="l00053"></a>00053 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">QGroupBox_1Layout</a>->addWidget( <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a>, 0, 2 ); +<a name="l00054"></a>00054 +<a name="l00055"></a>00055 <a class="code" href="classCommandEntryDlg.html#49ab519895b715e68dd255587718b641">m_checkModal</a> = <span class="keyword">new</span> QCheckBox( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>, <span class="stringliteral">"m_checkModal"</span> ); +<a name="l00056"></a>00056 +<a name="l00057"></a>00057 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">QGroupBox_1Layout</a>->addMultiCellWidget( <a class="code" href="classCommandEntryDlg.html#49ab519895b715e68dd255587718b641">m_checkModal</a>, 2, 2, 1, 2 ); +<a name="l00058"></a>00058 +<a name="l00059"></a>00059 <a class="code" href="classCommandEntryDlg.html#ad145bf81ac6c124364a9f37990e1736">m_EditName</a> = <span class="keyword">new</span> QLineEdit( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>, <span class="stringliteral">"m_EditName"</span> ); +<a name="l00060"></a>00060 <a class="code" href="classCommandEntryDlg.html#ad145bf81ac6c124364a9f37990e1736">m_EditName</a>->setFocusPolicy( QLineEdit::StrongFocus ); +<a name="l00061"></a>00061 +<a name="l00062"></a>00062 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">QGroupBox_1Layout</a>->addWidget( <a class="code" href="classCommandEntryDlg.html#ad145bf81ac6c124364a9f37990e1736">m_EditName</a>, 0, 1 ); +<a name="l00063"></a>00063 +<a name="l00064"></a>00064 <a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a> = <span class="keyword">new</span> QLineEdit( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>, <span class="stringliteral">"m_EditPath"</span> ); +<a name="l00065"></a>00065 <a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a>->setFocusPolicy( QLineEdit::StrongFocus ); +<a name="l00066"></a>00066 +<a name="l00067"></a>00067 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">QGroupBox_1Layout</a>->addMultiCellWidget( <a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a>, 1, 1, 1, 2 ); +<a name="l00068"></a>00068 <a class="code" href="classCommandEntryDlg.html#23d051b2743b394cfaef947a7c1e258a">spacer3</a> = <span class="keyword">new</span> QSpacerItem( 90, 20, QSizePolicy::Expanding, QSizePolicy::Minimum ); +<a name="l00069"></a>00069 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">QGroupBox_1Layout</a>->addItem( <a class="code" href="classCommandEntryDlg.html#23d051b2743b394cfaef947a7c1e258a">spacer3</a>, 2, 0 ); +<a name="l00070"></a>00070 <a class="code" href="classCommandEntryDlg.html#26e10325d0d4877b4e7ec72106633e52">Spacer16</a> = <span class="keyword">new</span> QSpacerItem( 150, 20, QSizePolicy::Expanding, QSizePolicy::Minimum ); +<a name="l00071"></a>00071 <a class="code" href="classCommandEntryDlg.html#724bb56850ce352ac6a9e3929a8d787d">QGroupBox_1Layout</a>->addItem( <a class="code" href="classCommandEntryDlg.html#26e10325d0d4877b4e7ec72106633e52">Spacer16</a>, 0, 0 ); +<a name="l00072"></a>00072 <a class="code" href="classCommandEntryDlg.html#a601c391fae27d233ba814d43400fbe5">CommandEntryDlgLayout</a>->addWidget( <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a> ); +<a name="l00073"></a>00073 +<a name="l00074"></a>00074 <a class="code" href="classCommandEntryDlg.html#bcf49ebec8d3c5bb291ef773f241ef88">layout2</a> = <span class="keyword">new</span> QHBoxLayout( 0, 0, 6, <span class="stringliteral">"layout2"</span>); +<a name="l00075"></a>00075 <a class="code" href="classCommandEntryDlg.html#15f62b3dcd97ca1234409845fcca7047">Spacer17</a> = <span class="keyword">new</span> QSpacerItem( 207, 16, QSizePolicy::Expanding, QSizePolicy::Minimum ); +<a name="l00076"></a>00076 <a class="code" href="classCommandEntryDlg.html#bcf49ebec8d3c5bb291ef773f241ef88">layout2</a>->addItem( <a class="code" href="classCommandEntryDlg.html#15f62b3dcd97ca1234409845fcca7047">Spacer17</a> ); +<a name="l00077"></a>00077 +<a name="l00078"></a>00078 <a class="code" href="classCommandEntryDlg.html#7998da8210c2093927a2b70c6129d3fc">m_ButtonOk</a> = <span class="keyword">new</span> QPushButton( <span class="keyword">this</span>, <span class="stringliteral">"m_ButtonOk"</span> ); +<a name="l00079"></a>00079 <a class="code" href="classCommandEntryDlg.html#bcf49ebec8d3c5bb291ef773f241ef88">layout2</a>->addWidget( <a class="code" href="classCommandEntryDlg.html#7998da8210c2093927a2b70c6129d3fc">m_ButtonOk</a> ); +<a name="l00080"></a>00080 +<a name="l00081"></a>00081 <a class="code" href="classCommandEntryDlg.html#be3e31b9b73f259d89d301e655db800f">m_ButtonCancel</a> = <span class="keyword">new</span> QPushButton( <span class="keyword">this</span>, <span class="stringliteral">"m_ButtonCancel"</span> ); +<a name="l00082"></a>00082 <a class="code" href="classCommandEntryDlg.html#bcf49ebec8d3c5bb291ef773f241ef88">layout2</a>->addWidget( <a class="code" href="classCommandEntryDlg.html#be3e31b9b73f259d89d301e655db800f">m_ButtonCancel</a> ); +<a name="l00083"></a>00083 <a class="code" href="classCommandEntryDlg.html#a601c391fae27d233ba814d43400fbe5">CommandEntryDlgLayout</a>->addLayout( <a class="code" href="classCommandEntryDlg.html#bcf49ebec8d3c5bb291ef773f241ef88">layout2</a> ); +<a name="l00084"></a>00084 <a class="code" href="classCommandEntryDlg.html#2f33e10c24f756bc76fd3ff674e53ec8">languageChange</a>(); +<a name="l00085"></a>00085 resize( QSize(387, 207).expandedTo(minimumSizeHint()) ); +<a name="l00086"></a>00086 clearWState( WState_Polished ); +<a name="l00087"></a>00087 +<a name="l00088"></a>00088 <span class="comment">// signals and slots connections</span> +<a name="l00089"></a>00089 connect( <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( <a class="code" href="classCommandEntryDlg.html#dc8db19864a1c18dcb71edd3c6d13bdf">slotTest</a>() ) ); +<a name="l00090"></a>00090 connect( <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( <a class="code" href="classCommandEntryDlg.html#801dd753d938894e3bd3af1bceb73215">slotPath</a>() ) ); +<a name="l00091"></a>00091 connect( <a class="code" href="classCommandEntryDlg.html#7998da8210c2093927a2b70c6129d3fc">m_ButtonOk</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( <a class="code" href="classCommandEntryDlg.html#f70d2de60fe58f262ab6363442b326e8">slotOk</a>() ) ); +<a name="l00092"></a>00092 connect( <a class="code" href="classCommandEntryDlg.html#be3e31b9b73f259d89d301e655db800f">m_ButtonCancel</a>, SIGNAL( clicked() ), <span class="keyword">this</span>, SLOT( reject() ) ); +<a name="l00093"></a>00093 +<a name="l00094"></a>00094 <span class="comment">// tab order</span> +<a name="l00095"></a>00095 setTabOrder( <a class="code" href="classCommandEntryDlg.html#ad145bf81ac6c124364a9f37990e1736">m_EditName</a>, <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a> ); +<a name="l00096"></a>00096 setTabOrder( <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a>, <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a> ); +<a name="l00097"></a>00097 setTabOrder( <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a>, <a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a> ); +<a name="l00098"></a>00098 setTabOrder( <a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a>, <a class="code" href="classCommandEntryDlg.html#49ab519895b715e68dd255587718b641">m_checkModal</a> ); +<a name="l00099"></a>00099 setTabOrder( <a class="code" href="classCommandEntryDlg.html#49ab519895b715e68dd255587718b641">m_checkModal</a>, <a class="code" href="classCommandEntryDlg.html#7998da8210c2093927a2b70c6129d3fc">m_ButtonOk</a> ); +<a name="l00100"></a>00100 setTabOrder( <a class="code" href="classCommandEntryDlg.html#7998da8210c2093927a2b70c6129d3fc">m_ButtonOk</a>, <a class="code" href="classCommandEntryDlg.html#be3e31b9b73f259d89d301e655db800f">m_ButtonCancel</a> ); +<a name="l00101"></a>00101 } +<a name="l00102"></a>00102 +<a name="l00103"></a>00103 <span class="comment">/*</span> +<a name="l00104"></a>00104 <span class="comment"> * Destroys the object and frees any allocated resources</span> +<a name="l00105"></a>00105 <span class="comment"> */</span> +<a name="l00106"></a><a class="code" href="classCommandEntryDlg.html#48a980d2b11d91a2848724261ad28ae7">00106</a> <a class="code" href="classCommandEntryDlg.html#48a980d2b11d91a2848724261ad28ae7">CommandEntryDlg::~CommandEntryDlg</a>() +<a name="l00107"></a>00107 { +<a name="l00108"></a>00108 <span class="comment">// no need to delete child widgets, Qt does it all for us</span> +<a name="l00109"></a>00109 } +<a name="l00110"></a>00110 +<a name="l00111"></a>00111 <span class="comment">/*</span> +<a name="l00112"></a>00112 <span class="comment"> * Sets the strings of the subwidgets using the current</span> +<a name="l00113"></a>00113 <span class="comment"> * language.</span> +<a name="l00114"></a>00114 <span class="comment"> */</span> +<a name="l00115"></a><a class="code" href="classCommandEntryDlg.html#2f33e10c24f756bc76fd3ff674e53ec8">00115</a> <span class="keywordtype">void</span> <a class="code" href="classCommandEntryDlg.html#2f33e10c24f756bc76fd3ff674e53ec8">CommandEntryDlg::languageChange</a>() +<a name="l00116"></a>00116 { +<a name="l00117"></a>00117 setCaption( tr2i18n( <span class="stringliteral">"User command"</span> ) ); +<a name="l00118"></a>00118 <a class="code" href="classCommandEntryDlg.html#deccd1e1f668d764a093a86c06f9958d">QGroupBox_1</a>->setTitle( tr2i18n( <span class="stringliteral">"Menu Entry"</span> ) ); +<a name="l00119"></a>00119 <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a>->setText( tr2i18n( <span class="stringliteral">"Command:"</span> ) ); +<a name="l00120"></a>00120 QToolTip::add( <a class="code" href="classCommandEntryDlg.html#1d9bf331b4044bb823397f0e82f7d1be">m_ButtonPath</a>, tr2i18n( <span class="stringliteral">"Press button to select command path"</span> ) ); +<a name="l00121"></a>00121 <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a>->setText( tr2i18n( <span class="stringliteral">"Test"</span> ) ); +<a name="l00122"></a>00122 QToolTip::add( <a class="code" href="classCommandEntryDlg.html#d6e34685d9dbf050f4ed3f9eb4fb7e93">m_ButtonTest</a>, tr2i18n( <span class="stringliteral">"Execute the command immediatly"</span> ) ); +<a name="l00123"></a>00123 <a class="code" href="classCommandEntryDlg.html#49ab519895b715e68dd255587718b641">m_checkModal</a>->setText( tr2i18n( <span class="stringliteral">"Wait for command to complete"</span> ) ); +<a name="l00124"></a>00124 QToolTip::add( <a class="code" href="classCommandEntryDlg.html#ad145bf81ac6c124364a9f37990e1736">m_EditName</a>, tr2i18n( <span class="stringliteral">"Enter menu entry name"</span> ) ); +<a name="l00125"></a>00125 QToolTip::add( <a class="code" href="classCommandEntryDlg.html#5075918262a60e47f82fbd07e7f20e28">m_EditPath</a>, tr2i18n( <span class="stringliteral">"<qt>Enter path to selected command and arguments<br>&lt;user&gt;, &lt;server&gt;, &lt;passwd&gt;, &lt;header&gt; and &lt;body&gt; may be used as arguments</qt>"</span> ) ); +<a name="l00126"></a>00126 <a class="code" href="classCommandEntryDlg.html#7998da8210c2093927a2b70c6129d3fc">m_ButtonOk</a>->setText( tr2i18n( <span class="stringliteral">"OK"</span> ) ); +<a name="l00127"></a>00127 <a class="code" href="classCommandEntryDlg.html#be3e31b9b73f259d89d301e655db800f">m_ButtonCancel</a>->setText( tr2i18n( <span class="stringliteral">"Cancel"</span> ) ); +<a name="l00128"></a>00128 } +<a name="l00129"></a>00129 +<a name="l00130"></a><a class="code" href="classCommandEntryDlg.html#f70d2de60fe58f262ab6363442b326e8">00130</a> <span class="keywordtype">void</span> <a class="code" href="classCommandEntryDlg.html#f70d2de60fe58f262ab6363442b326e8">CommandEntryDlg::slotOk</a>() +<a name="l00131"></a>00131 { +<a name="l00132"></a>00132 qWarning( <span class="stringliteral">"CommandEntryDlg::slotOk(): Not implemented yet"</span> ); +<a name="l00133"></a>00133 } +<a name="l00134"></a>00134 +<a name="l00135"></a><a class="code" href="classCommandEntryDlg.html#801dd753d938894e3bd3af1bceb73215">00135</a> <span class="keywordtype">void</span> <a class="code" href="classCommandEntryDlg.html#801dd753d938894e3bd3af1bceb73215">CommandEntryDlg::slotPath</a>() +<a name="l00136"></a>00136 { +<a name="l00137"></a>00137 qWarning( <span class="stringliteral">"CommandEntryDlg::slotPath(): Not implemented yet"</span> ); +<a name="l00138"></a>00138 } +<a name="l00139"></a>00139 +<a name="l00140"></a><a class="code" href="classCommandEntryDlg.html#dc8db19864a1c18dcb71edd3c6d13bdf">00140</a> <span class="keywordtype">void</span> <a class="code" href="classCommandEntryDlg.html#dc8db19864a1c18dcb71edd3c6d13bdf">CommandEntryDlg::slotTest</a>() +<a name="l00141"></a>00141 { +<a name="l00142"></a>00142 qWarning( <span class="stringliteral">"CommandEntryDlg::slotTest(): Not implemented yet"</span> ); +<a name="l00143"></a>00143 } +<a name="l00144"></a>00144 +<a name="l00145"></a>00145 <span class="preprocessor">#include "CommandEntryDlg.moc"</span> +</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed May 16 21:15:18 2007 for kshowmail by +<a href="http://www.doxygen.org/index.html"> +<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address> +</body> +</html> |