From b888c7edb54e483ec0e3c2e2ce0eafd73acdcc65 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 15:57:00 -0500 Subject: Initial import from kshowmail 3.3.1 sources --- doc/html/ServerDlg_8h-source.html | 91 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 doc/html/ServerDlg_8h-source.html (limited to 'doc/html/ServerDlg_8h-source.html') diff --git a/doc/html/ServerDlg_8h-source.html b/doc/html/ServerDlg_8h-source.html new file mode 100644 index 0000000..a5ca380 --- /dev/null +++ b/doc/html/ServerDlg_8h-source.html @@ -0,0 +1,91 @@ + + +kshowmail: kshowmail/ServerDlg.h Source File + + + + +
+
+ +

ServerDlg.h

00001 /****************************************************************************
+00002 ** Form interface generated from reading ui file '/home/kuddel/Daten/Documents/programmieren/kshowmail/kshowmail/kshowmail/ServerDlg.ui'
+00003 **
+00004 ** Created: Di Mai 15 19:57:52 2007
+00005 **      by: The User Interface Compiler ($Id: ServerDlg_8h-source.html,v 1.8 2007/05/16 20:11:59 kuddel-fl Exp $)
+00006 **
+00007 ** WARNING! All changes made in this file will be lost!
+00008 ****************************************************************************/
+00009 
+00010 #ifndef SERVERDLG_H
+00011 #define SERVERDLG_H
+00012 
+00013 #include <qvariant.h>
+00014 #include <qdialog.h>
+00015 #include <kpassdlg.h>
+00016 
+00017 class QVBoxLayout;
+00018 class QHBoxLayout;
+00019 class QGridLayout;
+00020 class QSpacerItem;
+00021 class QLabel;
+00022 class QLineEdit;
+00023 class QCheckBox;
+00024 class QPushButton;
+00025 class QComboBox;
+00026 class QSpinBox;
+00027 
+00028 class ServerDlg : public QDialog
+00029 {
+00030     Q_OBJECT
+00031 
+00032 public:
+00033     ServerDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
+00034     ~ServerDlg();
+00035 
+00036     QLabel* QLabel_4;
+00037     QLineEdit* m_EditAccount;
+00038     QLineEdit* m_EditServer;
+00039     QLabel* QLabel_3;
+00040     QCheckBox* CheckActive;
+00041     QPushButton* m_ButtonOk;
+00042     QPushButton* m_ButtonCancel;
+00043     QLabel* QLabel_1;
+00044     QLabel* QLabel_2;
+00045     QLabel* QLabel_5;
+00046     QLabel* QLabel_6;
+00047     QComboBox* m_ComboProtocol;
+00048     QSpinBox* m_SpinPort;
+00049     QLineEdit* m_EditUser;
+00050     QLineEdit* m_EditPassword;
+00051 
+00052 public slots:
+00053     virtual void slotButtonOkClicked();
+00054 
+00055 protected:
+00056     QGridLayout* ServerDlgLayout;
+00057     QHBoxLayout* Layout13;
+00058     QSpacerItem* Spacer1;
+00059     QHBoxLayout* Layout15;
+00060     QSpacerItem* Spacer11;
+00061     QHBoxLayout* Layout14;
+00062     QSpacerItem* Spacer10;
+00063 
+00064 protected slots:
+00065     virtual void languageChange();
+00066 
+00067 };
+00068 
+00069 #endif // SERVERDLG_H
+

Generated on Wed May 16 21:15:19 2007 for kshowmail by  + +doxygen 1.5.0
+ + -- cgit v1.2.1