summaryrefslogtreecommitdiffstats
path: root/doc/html/EditDlg_8h-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/EditDlg_8h-source.html')
-rw-r--r--doc/html/EditDlg_8h-source.html72
1 files changed, 72 insertions, 0 deletions
diff --git a/doc/html/EditDlg_8h-source.html b/doc/html/EditDlg_8h-source.html
new file mode 100644
index 0000000..d45462b
--- /dev/null
+++ b/doc/html/EditDlg_8h-source.html
@@ -0,0 +1,72 @@
+<!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/EditDlg.h 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&nbsp;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>EditDlg.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/****************************************************************************</span>
+<a name="l00002"></a>00002 <span class="comment">** Form interface generated from reading ui file '/home/kuddel/Daten/Documents/programmieren/kshowmail/kshowmail/kshowmail/EditDlg.ui'</span>
+<a name="l00003"></a>00003 <span class="comment">**</span>
+<a name="l00004"></a>00004 <span class="comment">** Created: Di Mai 15 19:57:52 2007</span>
+<a name="l00005"></a>00005 <span class="comment">** by: The User Interface Compiler ($Id: EditDlg_8h-source.html,v 1.8 2007/05/16 20:11:59 kuddel-fl Exp $)</span>
+<a name="l00006"></a>00006 <span class="comment">**</span>
+<a name="l00007"></a>00007 <span class="comment">** WARNING! All changes made in this file will be lost!</span>
+<a name="l00008"></a>00008 <span class="comment">****************************************************************************/</span>
+<a name="l00009"></a>00009
+<a name="l00010"></a>00010 <span class="preprocessor">#ifndef EDITDLG_H</span>
+<a name="l00011"></a>00011 <span class="preprocessor"></span><span class="preprocessor">#define EDITDLG_H</span>
+<a name="l00012"></a>00012 <span class="preprocessor"></span>
+<a name="l00013"></a>00013 <span class="preprocessor">#include &lt;qvariant.h&gt;</span>
+<a name="l00014"></a>00014 <span class="preprocessor">#include &lt;qdialog.h&gt;</span>
+<a name="l00015"></a>00015
+<a name="l00016"></a>00016 <span class="keyword">class </span>QVBoxLayout;
+<a name="l00017"></a>00017 <span class="keyword">class </span>QHBoxLayout;
+<a name="l00018"></a>00018 <span class="keyword">class </span>QGridLayout;
+<a name="l00019"></a>00019 <span class="keyword">class </span>QSpacerItem;
+<a name="l00020"></a>00020 <span class="keyword">class </span>KTextBrowser;
+<a name="l00021"></a>00021 <span class="keyword">class </span>QPushButton;
+<a name="l00022"></a>00022
+<a name="l00023"></a><a class="code" href="classEditDlg.html">00023</a> <span class="keyword">class </span><a class="code" href="classEditDlg.html">EditDlg</a> : <span class="keyword">public</span> QDialog
+<a name="l00024"></a>00024 {
+<a name="l00025"></a>00025 Q_OBJECT
+<a name="l00026"></a>00026
+<a name="l00027"></a>00027 <span class="keyword">public</span>:
+<a name="l00028"></a>00028 <a class="code" href="classEditDlg.html#1a0993a8c1b96893a290c3c7b8ce0a18">EditDlg</a>( QWidget* parent = 0, <span class="keyword">const</span> <span class="keywordtype">char</span>* name = 0, <span class="keywordtype">bool</span> modal = FALSE, WFlags fl = 0 );
+<a name="l00029"></a>00029 <a class="code" href="classEditDlg.html#d2ee10f87c785df1bd542d5a40f457c9">~EditDlg</a>();
+<a name="l00030"></a>00030
+<a name="l00031"></a><a class="code" href="classEditDlg.html#e0c63f69593ec302266eb0adde25423c">00031</a> KTextBrowser* <a class="code" href="classEditDlg.html#e0c63f69593ec302266eb0adde25423c">m_Edit</a>;
+<a name="l00032"></a><a class="code" href="classEditDlg.html#aefe39b417050379770eb36c102f3d01">00032</a> QPushButton* <a class="code" href="classEditDlg.html#aefe39b417050379770eb36c102f3d01">_buttonReply</a>;
+<a name="l00033"></a><a class="code" href="classEditDlg.html#8cb35c7986c9d882cddb2c3de4e48a1a">00033</a> QPushButton* <a class="code" href="classEditDlg.html#8cb35c7986c9d882cddb2c3de4e48a1a">_buttonOk</a>;
+<a name="l00034"></a><a class="code" href="classEditDlg.html#f96408404a78ca846820488c1aae1429">00034</a> QPushButton* <a class="code" href="classEditDlg.html#f96408404a78ca846820488c1aae1429">_buttonCancel</a>;
+<a name="l00035"></a>00035
+<a name="l00036"></a>00036 <span class="keyword">public</span> slots:
+<a name="l00037"></a>00037 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classEditDlg.html#9ab14db19e57d69fa883c76406a01f82">slotReplyClicked</a>();
+<a name="l00038"></a>00038
+<a name="l00039"></a>00039 <span class="keyword">protected</span>:
+<a name="l00040"></a><a class="code" href="classEditDlg.html#121ab750fca3f5077ec34c90edc8fb2e">00040</a> QVBoxLayout* <a class="code" href="classEditDlg.html#121ab750fca3f5077ec34c90edc8fb2e">EditDlgLayout</a>;
+<a name="l00041"></a><a class="code" href="classEditDlg.html#8e34dcd04a2c8ed5cd2592b971e3d674">00041</a> QGridLayout* <a class="code" href="classEditDlg.html#8e34dcd04a2c8ed5cd2592b971e3d674">headerlayout</a>;
+<a name="l00042"></a><a class="code" href="classEditDlg.html#7b993caff60b9567e77dd966e0a03d12">00042</a> QHBoxLayout* <a class="code" href="classEditDlg.html#7b993caff60b9567e77dd966e0a03d12">layout3</a>;
+<a name="l00043"></a><a class="code" href="classEditDlg.html#c7b18d6e1e9a58b38758c4ab2439edbd">00043</a> QSpacerItem* <a class="code" href="classEditDlg.html#c7b18d6e1e9a58b38758c4ab2439edbd">Spacer15</a>;
+<a name="l00044"></a>00044
+<a name="l00045"></a>00045 <span class="keyword">protected</span> slots:
+<a name="l00046"></a>00046 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classEditDlg.html#d3a3cffb24bdee707ff2e5d86c4e71bd">languageChange</a>();
+<a name="l00047"></a>00047
+<a name="l00048"></a>00048 };
+<a name="l00049"></a>00049
+<a name="l00050"></a>00050 <span class="preprocessor">#endif // EDITDLG_H</span>
+</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed May 16 21:15:18 2007 for kshowmail by&nbsp;
+<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>