Main Page | Class Hierarchy | Class List | Directories | File List | Class Members

searchdialog.h

00001 /****************************************************************************
00002 ** Form interface generated from reading ui file 'searchdialog.ui'
00003 **
00004 ** Created: mer avr 13 22:23:15 2005
00005 **      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.3   edited Nov 24 2003 $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 
00010 #ifndef SEARCHDIALOG_H
00011 #define SEARCHDIALOG_H
00012 
00013 #include <qvariant.h>
00014 #include <qdialog.h>
00015 #include "qvaluevector.h"
00016 
00017 class QVBoxLayout;
00018 class QHBoxLayout;
00019 class QGridLayout;
00020 class QSpacerItem;
00021 class QPushButton;
00022 class QGroupBox;
00023 class QLabel;
00024 class QComboBox;
00025 class QLineEdit;
00026 
00027 class searchDialog : public QDialog
00028 {
00029     Q_OBJECT
00030 
00031 public:
00032     searchDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00033     ~searchDialog();
00034 
00035     QPushButton* buttonOk;
00036     QPushButton* buttonCancel;
00037     QGroupBox* groupBoxContaining;
00038     QLabel* textLabel2;
00039     QComboBox* chooseAllorAny;
00040     QLabel* dummyTextLabel;
00041     QComboBox* comboBoxWith1;
00042     QPushButton* pushButtonWith;
00043     QGroupBox* groupBoxNotContaining;
00044     QLabel* textLabel2_2;
00045     QPushButton* pushButtonWithout;
00046     QLabel* dummyTextLabel_2;
00047     QComboBox* comboBoxWithout1;
00048     QLabel* textLabel1;
00049     QLineEdit* searchNameEdit;
00050 
00051 public slots:
00052     virtual void addMoreWith();
00053     virtual void addMoreWithout();
00054 
00055 protected:
00056     QValueVector<QComboBox *> comboWith;
00057     QValueVector<QComboBox *> comboWithout;
00058 
00059     virtual void addMoreWithCombo();
00060     virtual void addMoreWithoutCombo();
00061 
00062     QGridLayout* searchDialogLayout;
00063     QSpacerItem* spacer12_3;
00064     QHBoxLayout* Layout1;
00065     QSpacerItem* Horizontal_Spacing2;
00066     QGridLayout* groupBoxContainingLayout;
00067     QSpacerItem* spacer8;
00068     QSpacerItem* spacer9;
00069     QSpacerItem* spacer12;
00070     QVBoxLayout* layout6;
00071     QSpacerItem* spacer2;
00072     QVBoxLayout* layoutWith;
00073     QVBoxLayout* layout3;
00074     QSpacerItem* spacer3;
00075     QGridLayout* groupBoxNotContainingLayout;
00076     QSpacerItem* spacer9_2;
00077     QSpacerItem* spacer9_3;
00078     QSpacerItem* spacer12_2;
00079     QVBoxLayout* layout5;
00080     QSpacerItem* spacer4;
00081     QVBoxLayout* layout4;
00082     QSpacerItem* spacer5;
00083     QVBoxLayout* layoutWithout;
00084 
00085 protected slots:
00086     virtual void languageChange();
00087 
00088 private:
00089     void init();
00090 
00091 };
00092 
00093 #endif // SEARCHDIALOG_H

cocktail - A C++ cocktail recipe manager.
Copyright © 2005 Bertrand Haut
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front Cover Texts, and with no Back-Cover Texts.