choose_views_dialog_base.h

00001 #ifndef CHOOSE_VIEWS_DIALOG_BASE_H
00002 #define CHOOSE_VIEWS_DIALOG_BASE_H
00003 
00004 #include <QtCore/QVariant>
00005 #include <QtGui/QAction>
00006 #include <QtGui/QApplication>
00007 #include <QtGui/QButtonGroup>
00008 #include <QtGui/QDialog>
00009 #include <QtGui/QGridLayout>
00010 #include <QtGui/QHBoxLayout>
00011 #include <QtGui/QListWidget>
00012 #include <QtGui/QPushButton>
00013 #include <QtGui/QSpacerItem>
00014 
00015 class Ui_ChooseViewsDialogBase
00016 {
00017 public:
00018     QGridLayout *gridLayout;
00019     QGridLayout *gridLayout1;
00020     QListWidget *selected_views_listwidget_;
00021     QPushButton *move_down_button_;
00022     QPushButton *delete_button_;
00023     QSpacerItem *spacerItem;
00024     QPushButton *move_right_button_;
00025     QListWidget *all_views_listwidget_;
00026     QSpacerItem *spacerItem1;
00027     QSpacerItem *spacerItem2;
00028     QPushButton *move_up_button_;
00029     QSpacerItem *spacerItem3;
00030     QHBoxLayout *hboxLayout;
00031     QSpacerItem *spacerItem4;
00032     QPushButton *ok_button_;
00033     QPushButton *cancel_button_;
00034 
00035     void setupUi(QDialog *ChooseViewsDialogBase)
00036     {
00037     ChooseViewsDialogBase->setObjectName(QString::fromUtf8("ChooseViewsDialogBase"));
00038     ChooseViewsDialogBase->resize(QSize(645, 323).expandedTo(ChooseViewsDialogBase->minimumSizeHint()));
00039     gridLayout = new QGridLayout(ChooseViewsDialogBase);
00040     gridLayout->setSpacing(6);
00041     gridLayout->setMargin(9);
00042     gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00043     gridLayout1 = new QGridLayout();
00044     gridLayout1->setSpacing(6);
00045     gridLayout1->setMargin(0);
00046     gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00047     selected_views_listwidget_ = new QListWidget(ChooseViewsDialogBase);
00048     selected_views_listwidget_->setObjectName(QString::fromUtf8("selected_views_listwidget_"));
00049 
00050     gridLayout1->addWidget(selected_views_listwidget_, 0, 2, 5, 1);
00051 
00052     move_down_button_ = new QPushButton(ChooseViewsDialogBase);
00053     move_down_button_->setObjectName(QString::fromUtf8("move_down_button_"));
00054 
00055     gridLayout1->addWidget(move_down_button_, 3, 3, 1, 1);
00056 
00057     delete_button_ = new QPushButton(ChooseViewsDialogBase);
00058     delete_button_->setObjectName(QString::fromUtf8("delete_button_"));
00059     delete_button_->setEnabled(false);
00060 
00061     gridLayout1->addWidget(delete_button_, 0, 3, 1, 1);
00062 
00063     spacerItem = new QSpacerItem(87, 31, QSizePolicy::Minimum, QSizePolicy::Expanding);
00064 
00065     gridLayout1->addItem(spacerItem, 1, 3, 1, 1);
00066 
00067     move_right_button_ = new QPushButton(ChooseViewsDialogBase);
00068     move_right_button_->setObjectName(QString::fromUtf8("move_right_button_"));
00069 
00070     gridLayout1->addWidget(move_right_button_, 2, 1, 2, 1);
00071 
00072     all_views_listwidget_ = new QListWidget(ChooseViewsDialogBase);
00073     all_views_listwidget_->setObjectName(QString::fromUtf8("all_views_listwidget_"));
00074     all_views_listwidget_->setSelectionMode(QAbstractItemView::ExtendedSelection);
00075 
00076     gridLayout1->addWidget(all_views_listwidget_, 0, 0, 5, 1);
00077 
00078     spacerItem1 = new QSpacerItem(87, 86, QSizePolicy::Minimum, QSizePolicy::Expanding);
00079 
00080     gridLayout1->addItem(spacerItem1, 4, 3, 1, 1);
00081 
00082     spacerItem2 = new QSpacerItem(87, 91, QSizePolicy::Minimum, QSizePolicy::Expanding);
00083 
00084     gridLayout1->addItem(spacerItem2, 4, 1, 1, 1);
00085 
00086     move_up_button_ = new QPushButton(ChooseViewsDialogBase);
00087     move_up_button_->setObjectName(QString::fromUtf8("move_up_button_"));
00088 
00089     gridLayout1->addWidget(move_up_button_, 2, 3, 1, 1);
00090 
00091     spacerItem3 = new QSpacerItem(87, 91, QSizePolicy::Minimum, QSizePolicy::Expanding);
00092 
00093     gridLayout1->addItem(spacerItem3, 0, 1, 2, 1);
00094 
00095 
00096     gridLayout->addLayout(gridLayout1, 0, 0, 1, 1);
00097 
00098     hboxLayout = new QHBoxLayout();
00099     hboxLayout->setSpacing(6);
00100     hboxLayout->setMargin(0);
00101     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00102     spacerItem4 = new QSpacerItem(131, 31, QSizePolicy::Expanding, QSizePolicy::Minimum);
00103 
00104     hboxLayout->addItem(spacerItem4);
00105 
00106     ok_button_ = new QPushButton(ChooseViewsDialogBase);
00107     ok_button_->setObjectName(QString::fromUtf8("ok_button_"));
00108     ok_button_->setEnabled(false);
00109 
00110     hboxLayout->addWidget(ok_button_);
00111 
00112     cancel_button_ = new QPushButton(ChooseViewsDialogBase);
00113     cancel_button_->setObjectName(QString::fromUtf8("cancel_button_"));
00114 
00115     hboxLayout->addWidget(cancel_button_);
00116 
00117 
00118     gridLayout->addLayout(hboxLayout, 1, 0, 1, 1);
00119 
00120     QWidget::setTabOrder(all_views_listwidget_, selected_views_listwidget_);
00121     QWidget::setTabOrder(selected_views_listwidget_, move_right_button_);
00122     QWidget::setTabOrder(move_right_button_, delete_button_);
00123     QWidget::setTabOrder(delete_button_, move_up_button_);
00124     QWidget::setTabOrder(move_up_button_, move_down_button_);
00125     QWidget::setTabOrder(move_down_button_, ok_button_);
00126     QWidget::setTabOrder(ok_button_, cancel_button_);
00127     retranslateUi(ChooseViewsDialogBase);
00128     QObject::connect(ok_button_, SIGNAL(clicked()), ChooseViewsDialogBase, SLOT(accept()));
00129     QObject::connect(cancel_button_, SIGNAL(clicked()), ChooseViewsDialogBase, SLOT(reject()));
00130 
00131     QMetaObject::connectSlotsByName(ChooseViewsDialogBase);
00132     } // setupUi
00133 
00134     void retranslateUi(QDialog *ChooseViewsDialogBase)
00135     {
00136     ChooseViewsDialogBase->setWindowTitle(QApplication::translate("ChooseViewsDialogBase", "Dialog", 0, QApplication::UnicodeUTF8));
00137     move_down_button_->setText(QApplication::translate("ChooseViewsDialogBase", "down", 0, QApplication::UnicodeUTF8));
00138     delete_button_->setText(QApplication::translate("ChooseViewsDialogBase", "delete", 0, QApplication::UnicodeUTF8));
00139     move_right_button_->setText(QApplication::translate("ChooseViewsDialogBase", ">>", 0, QApplication::UnicodeUTF8));
00140     move_up_button_->setText(QApplication::translate("ChooseViewsDialogBase", "up", 0, QApplication::UnicodeUTF8));
00141     ok_button_->setText(QApplication::translate("ChooseViewsDialogBase", "OK", 0, QApplication::UnicodeUTF8));
00142     cancel_button_->setText(QApplication::translate("ChooseViewsDialogBase", "Cancel", 0, QApplication::UnicodeUTF8));
00143     Q_UNUSED(ChooseViewsDialogBase);
00144     } // retranslateUi
00145 
00146 };
00147 
00148 namespace Ui {
00149     class ChooseViewsDialogBase: public Ui_ChooseViewsDialogBase {};
00150 } // namespace Ui
00151 
00152 #endif // CHOOSE_VIEWS_DIALOG_BASE_H

Generated on Sun Aug 13 18:19:40 2006 for iMEDgine by  doxygen 1.4.6