Qucs-GUI
0.0.19
|
00001 /******************************************************************************** 00002 ** Form generated from reading UI file 'searchdialog.ui' 00003 ** 00004 ** Created: Sat Jan 23 18:37:22 2016 00005 ** by: Qt User Interface Compiler version 4.8.1 00006 ** 00007 ** WARNING! All changes made in this file will be lost when recompiling UI file! 00008 ********************************************************************************/ 00009 00010 #ifndef UI_SEARCHDIALOG_H 00011 #define UI_SEARCHDIALOG_H 00012 00013 #include <QtCore/QVariant> 00014 #include <QtGui/QAction> 00015 #include <QtGui/QApplication> 00016 #include <QtGui/QButtonGroup> 00017 #include <QtGui/QCheckBox> 00018 #include <QtGui/QDialog> 00019 #include <QtGui/QGroupBox> 00020 #include <QtGui/QHBoxLayout> 00021 #include <QtGui/QHeaderView> 00022 #include <QtGui/QLineEdit> 00023 #include <QtGui/QPushButton> 00024 #include <QtGui/QSpacerItem> 00025 #include <QtGui/QVBoxLayout> 00026 00027 QT_BEGIN_NAMESPACE 00028 00029 class Ui_SearchDialog 00030 { 00031 public: 00032 QHBoxLayout *horizontalLayout; 00033 QVBoxLayout *verticalLayout_3; 00034 QGroupBox *SearchGroup; 00035 QVBoxLayout *verticalLayout_4; 00036 QLineEdit *SearchEdit; 00037 QGroupBox *ReplaceGroup; 00038 QHBoxLayout *horizontalLayout_2; 00039 QLineEdit *ReplaceEdit; 00040 QVBoxLayout *verticalLayout_2; 00041 QCheckBox *AskBox; 00042 QCheckBox *CaseBox; 00043 QCheckBox *WordBox; 00044 QCheckBox *BackwardBox; 00045 QVBoxLayout *verticalLayout; 00046 QPushButton *ButtonSearch; 00047 QPushButton *CloseButt; 00048 QSpacerItem *verticalSpacer; 00049 00050 void setupUi(QDialog *SearchDialog) 00051 { 00052 if (SearchDialog->objectName().isEmpty()) 00053 SearchDialog->setObjectName(QString::fromUtf8("SearchDialog")); 00054 SearchDialog->resize(242, 274); 00055 horizontalLayout = new QHBoxLayout(SearchDialog); 00056 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); 00057 verticalLayout_3 = new QVBoxLayout(); 00058 verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3")); 00059 SearchGroup = new QGroupBox(SearchDialog); 00060 SearchGroup->setObjectName(QString::fromUtf8("SearchGroup")); 00061 verticalLayout_4 = new QVBoxLayout(SearchGroup); 00062 verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4")); 00063 SearchEdit = new QLineEdit(SearchGroup); 00064 SearchEdit->setObjectName(QString::fromUtf8("SearchEdit")); 00065 00066 verticalLayout_4->addWidget(SearchEdit); 00067 00068 00069 verticalLayout_3->addWidget(SearchGroup); 00070 00071 ReplaceGroup = new QGroupBox(SearchDialog); 00072 ReplaceGroup->setObjectName(QString::fromUtf8("ReplaceGroup")); 00073 horizontalLayout_2 = new QHBoxLayout(ReplaceGroup); 00074 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); 00075 ReplaceEdit = new QLineEdit(ReplaceGroup); 00076 ReplaceEdit->setObjectName(QString::fromUtf8("ReplaceEdit")); 00077 00078 horizontalLayout_2->addWidget(ReplaceEdit); 00079 00080 00081 verticalLayout_3->addWidget(ReplaceGroup); 00082 00083 verticalLayout_2 = new QVBoxLayout(); 00084 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); 00085 AskBox = new QCheckBox(SearchDialog); 00086 AskBox->setObjectName(QString::fromUtf8("AskBox")); 00087 00088 verticalLayout_2->addWidget(AskBox); 00089 00090 CaseBox = new QCheckBox(SearchDialog); 00091 CaseBox->setObjectName(QString::fromUtf8("CaseBox")); 00092 00093 verticalLayout_2->addWidget(CaseBox); 00094 00095 WordBox = new QCheckBox(SearchDialog); 00096 WordBox->setObjectName(QString::fromUtf8("WordBox")); 00097 00098 verticalLayout_2->addWidget(WordBox); 00099 00100 BackwardBox = new QCheckBox(SearchDialog); 00101 BackwardBox->setObjectName(QString::fromUtf8("BackwardBox")); 00102 00103 verticalLayout_2->addWidget(BackwardBox); 00104 00105 00106 verticalLayout_3->addLayout(verticalLayout_2); 00107 00108 00109 horizontalLayout->addLayout(verticalLayout_3); 00110 00111 verticalLayout = new QVBoxLayout(); 00112 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); 00113 ButtonSearch = new QPushButton(SearchDialog); 00114 ButtonSearch->setObjectName(QString::fromUtf8("ButtonSearch")); 00115 ButtonSearch->setDefault(true); 00116 00117 verticalLayout->addWidget(ButtonSearch); 00118 00119 CloseButt = new QPushButton(SearchDialog); 00120 CloseButt->setObjectName(QString::fromUtf8("CloseButt")); 00121 00122 verticalLayout->addWidget(CloseButt); 00123 00124 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); 00125 00126 verticalLayout->addItem(verticalSpacer); 00127 00128 00129 horizontalLayout->addLayout(verticalLayout); 00130 00131 QWidget::setTabOrder(SearchEdit, ReplaceEdit); 00132 QWidget::setTabOrder(ReplaceEdit, AskBox); 00133 QWidget::setTabOrder(AskBox, CaseBox); 00134 QWidget::setTabOrder(CaseBox, WordBox); 00135 QWidget::setTabOrder(WordBox, BackwardBox); 00136 QWidget::setTabOrder(BackwardBox, ButtonSearch); 00137 00138 retranslateUi(SearchDialog); 00139 QObject::connect(CloseButt, SIGNAL(clicked()), SearchDialog, SLOT(accept())); 00140 00141 QMetaObject::connectSlotsByName(SearchDialog); 00142 } // setupUi 00143 00144 void retranslateUi(QDialog *SearchDialog) 00145 { 00146 SearchDialog->setWindowTitle(QApplication::translate("SearchDialog", "Dialog", 0, QApplication::UnicodeUTF8)); 00147 SearchGroup->setTitle(QApplication::translate("SearchDialog", "Text to search for", 0, QApplication::UnicodeUTF8)); 00148 ReplaceGroup->setTitle(QApplication::translate("SearchDialog", "Text to replace with", 0, QApplication::UnicodeUTF8)); 00149 AskBox->setText(QApplication::translate("SearchDialog", "Ask before replacing", 0, QApplication::UnicodeUTF8)); 00150 CaseBox->setText(QApplication::translate("SearchDialog", "Case sensitive", 0, QApplication::UnicodeUTF8)); 00151 WordBox->setText(QApplication::translate("SearchDialog", "Whole words only", 0, QApplication::UnicodeUTF8)); 00152 BackwardBox->setText(QApplication::translate("SearchDialog", "Search backwards", 0, QApplication::UnicodeUTF8)); 00153 ButtonSearch->setText(QApplication::translate("SearchDialog", "Next", 0, QApplication::UnicodeUTF8)); 00154 CloseButt->setText(QApplication::translate("SearchDialog", "Close", 0, QApplication::UnicodeUTF8)); 00155 } // retranslateUi 00156 00157 }; 00158 00159 namespace Ui { 00160 class SearchDialog: public Ui_SearchDialog {}; 00161 } // namespace Ui 00162 00163 QT_END_NAMESPACE 00164 00165 #endif // UI_SEARCHDIALOG_H