00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_SESSIONPROFILEDLG_H
00011 #define UI_SESSIONPROFILEDLG_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QDialog>
00018 #include <QtGui/QGridLayout>
00019 #include <QtGui/QGroupBox>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QLineEdit>
00023 #include <QtGui/QListWidget>
00024 #include <QtGui/QPushButton>
00025 #include <QtGui/QRadioButton>
00026 #include <QtGui/QSpacerItem>
00027 #include <QtGui/QVBoxLayout>
00028 #include <QtGui/QWidget>
00029
00030 class Ui_SessionProfileDlg
00031 {
00032 public:
00033 QVBoxLayout *vboxLayout;
00034 QWidget *page1;
00035 QVBoxLayout *vboxLayout1;
00036 QGroupBox *hostGrpBox;
00037 QHBoxLayout *hboxLayout;
00038 QGridLayout *gridLayout;
00039 QLabel *hostNameLabel;
00040 QLineEdit *hostNameEdit;
00041 QLabel *profileNameLabel;
00042 QLineEdit *hostPortEdit;
00043 QLabel *hostPortLabel;
00044 QLineEdit *profileNameEdit;
00045 QLabel *label;
00046 QGroupBox *filterGroupBox;
00047 QVBoxLayout *vboxLayout2;
00048 QLabel *addFilterLabel;
00049 QVBoxLayout *vboxLayout3;
00050 QHBoxLayout *hboxLayout1;
00051 QLineEdit *classFilterEdit;
00052 QPushButton *addClassFilterBtn;
00053 QHBoxLayout *hboxLayout2;
00054 QListWidget *filterList;
00055 QPushButton *removeClassFilterBtn;
00056 QGroupBox *jvmLaunchGrpBox;
00057 QVBoxLayout *vboxLayout4;
00058 QRadioButton *launchInternalRadBtn;
00059 QRadioButton *launchExternalRadBtn;
00060 QWidget *page2;
00061 QVBoxLayout *vboxLayout5;
00062 QHBoxLayout *hboxLayout3;
00063 QLabel *jreHomeLabel;
00064 QLineEdit *jreHomeEdit;
00065 QPushButton *jreHomeBrowseBtn;
00066 QGroupBox *javaEntryGrpBox;
00067 QHBoxLayout *hboxLayout4;
00068 QGridLayout *gridLayout1;
00069 QLineEdit *tomcatEdit;
00070 QRadioButton *jarFileRadBtn;
00071 QRadioButton *tomcatRadBtn;
00072 QRadioButton *mainClassRadBtn;
00073 QPushButton *tomcatBrowseBtn;
00074 QLineEdit *mainClassEdit;
00075 QLineEdit *jarFileEdit;
00076 QGroupBox *javaOptionsGrpBox;
00077 QGridLayout *gridLayout2;
00078 QLabel *appArgsLabel;
00079 QLabel *javaOptionsLabel;
00080 QLineEdit *javaOptionsEdit;
00081 QLineEdit *applicationArgsEdit;
00082 QGroupBox *classPathGrpBox;
00083 QGridLayout *gridLayout3;
00084 QLabel *addClassPathLabel;
00085 QPushButton *removeClassPathBtn;
00086 QListWidget *classPathList;
00087 QHBoxLayout *hboxLayout5;
00088 QLineEdit *classPathEdit;
00089 QPushButton *addClassPathBtn;
00090 QPushButton *browseClassPathBtn;
00091 QHBoxLayout *hboxLayout6;
00092 QSpacerItem *spacerItem;
00093 QPushButton *cancelBtn;
00094 QPushButton *backBtn;
00095 QPushButton *nextBtn;
00096 QPushButton *finishBtn;
00097
00098 void setupUi(QDialog *SessionProfileDlg)
00099 {
00100 if (SessionProfileDlg->objectName().isEmpty())
00101 SessionProfileDlg->setObjectName(QString::fromUtf8("SessionProfileDlg"));
00102 SessionProfileDlg->setEnabled(true);
00103 SessionProfileDlg->resize(536, 600);
00104 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(5));
00105 sizePolicy.setHorizontalStretch(0);
00106 sizePolicy.setVerticalStretch(0);
00107 sizePolicy.setHeightForWidth(SessionProfileDlg->sizePolicy().hasHeightForWidth());
00108 SessionProfileDlg->setSizePolicy(sizePolicy);
00109 SessionProfileDlg->setMinimumSize(QSize(485, 526));
00110 SessionProfileDlg->setMaximumSize(QSize(600, 600));
00111 vboxLayout = new QVBoxLayout(SessionProfileDlg);
00112 #ifndef Q_OS_MAC
00113 vboxLayout->setSpacing(6);
00114 #endif
00115 #ifndef Q_OS_MAC
00116 vboxLayout->setMargin(9);
00117 #endif
00118 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00119 page1 = new QWidget(SessionProfileDlg);
00120 page1->setObjectName(QString::fromUtf8("page1"));
00121 page1->setEnabled(true);
00122 vboxLayout1 = new QVBoxLayout(page1);
00123 #ifndef Q_OS_MAC
00124 vboxLayout1->setSpacing(6);
00125 #endif
00126 #ifndef Q_OS_MAC
00127 vboxLayout1->setMargin(9);
00128 #endif
00129 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00130 hostGrpBox = new QGroupBox(page1);
00131 hostGrpBox->setObjectName(QString::fromUtf8("hostGrpBox"));
00132 hboxLayout = new QHBoxLayout(hostGrpBox);
00133 #ifndef Q_OS_MAC
00134 hboxLayout->setSpacing(6);
00135 #endif
00136 #ifndef Q_OS_MAC
00137 hboxLayout->setMargin(9);
00138 #endif
00139 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00140 gridLayout = new QGridLayout();
00141 #ifndef Q_OS_MAC
00142 gridLayout->setSpacing(6);
00143 #endif
00144 #ifndef Q_OS_MAC
00145 gridLayout->setMargin(0);
00146 #endif
00147 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00148 hostNameLabel = new QLabel(hostGrpBox);
00149 hostNameLabel->setObjectName(QString::fromUtf8("hostNameLabel"));
00150
00151 gridLayout->addWidget(hostNameLabel, 1, 0, 1, 1);
00152
00153 hostNameEdit = new QLineEdit(hostGrpBox);
00154 hostNameEdit->setObjectName(QString::fromUtf8("hostNameEdit"));
00155
00156 gridLayout->addWidget(hostNameEdit, 1, 1, 1, 1);
00157
00158 profileNameLabel = new QLabel(hostGrpBox);
00159 profileNameLabel->setObjectName(QString::fromUtf8("profileNameLabel"));
00160
00161 gridLayout->addWidget(profileNameLabel, 0, 0, 1, 1);
00162
00163 hostPortEdit = new QLineEdit(hostGrpBox);
00164 hostPortEdit->setObjectName(QString::fromUtf8("hostPortEdit"));
00165
00166 gridLayout->addWidget(hostPortEdit, 2, 1, 1, 1);
00167
00168 hostPortLabel = new QLabel(hostGrpBox);
00169 hostPortLabel->setObjectName(QString::fromUtf8("hostPortLabel"));
00170
00171 gridLayout->addWidget(hostPortLabel, 2, 0, 1, 1);
00172
00173 profileNameEdit = new QLineEdit(hostGrpBox);
00174 profileNameEdit->setObjectName(QString::fromUtf8("profileNameEdit"));
00175
00176 gridLayout->addWidget(profileNameEdit, 0, 1, 1, 1);
00177
00178
00179 hboxLayout->addLayout(gridLayout);
00180
00181
00182 vboxLayout1->addWidget(hostGrpBox);
00183
00184 label = new QLabel(page1);
00185 label->setObjectName(QString::fromUtf8("label"));
00186
00187 vboxLayout1->addWidget(label);
00188
00189 filterGroupBox = new QGroupBox(page1);
00190 filterGroupBox->setObjectName(QString::fromUtf8("filterGroupBox"));
00191 vboxLayout2 = new QVBoxLayout(filterGroupBox);
00192 #ifndef Q_OS_MAC
00193 vboxLayout2->setSpacing(6);
00194 #endif
00195 #ifndef Q_OS_MAC
00196 vboxLayout2->setMargin(9);
00197 #endif
00198 vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00199 addFilterLabel = new QLabel(filterGroupBox);
00200 addFilterLabel->setObjectName(QString::fromUtf8("addFilterLabel"));
00201 QFont font;
00202 font.setPointSize(8);
00203 addFilterLabel->setFont(font);
00204
00205 vboxLayout2->addWidget(addFilterLabel);
00206
00207 vboxLayout3 = new QVBoxLayout();
00208 #ifndef Q_OS_MAC
00209 vboxLayout3->setSpacing(6);
00210 #endif
00211 vboxLayout3->setMargin(0);
00212 vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
00213 hboxLayout1 = new QHBoxLayout();
00214 #ifndef Q_OS_MAC
00215 hboxLayout1->setSpacing(6);
00216 #endif
00217 #ifndef Q_OS_MAC
00218 hboxLayout1->setMargin(0);
00219 #endif
00220 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00221 classFilterEdit = new QLineEdit(filterGroupBox);
00222 classFilterEdit->setObjectName(QString::fromUtf8("classFilterEdit"));
00223
00224 hboxLayout1->addWidget(classFilterEdit);
00225
00226 addClassFilterBtn = new QPushButton(filterGroupBox);
00227 addClassFilterBtn->setObjectName(QString::fromUtf8("addClassFilterBtn"));
00228 addClassFilterBtn->setDefault(true);
00229
00230 hboxLayout1->addWidget(addClassFilterBtn);
00231
00232
00233 vboxLayout3->addLayout(hboxLayout1);
00234
00235 hboxLayout2 = new QHBoxLayout();
00236 #ifndef Q_OS_MAC
00237 hboxLayout2->setSpacing(6);
00238 #endif
00239 hboxLayout2->setMargin(0);
00240 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00241 filterList = new QListWidget(filterGroupBox);
00242 filterList->setObjectName(QString::fromUtf8("filterList"));
00243 filterList->setSelectionMode(QAbstractItemView::MultiSelection);
00244
00245 hboxLayout2->addWidget(filterList);
00246
00247 removeClassFilterBtn = new QPushButton(filterGroupBox);
00248 removeClassFilterBtn->setObjectName(QString::fromUtf8("removeClassFilterBtn"));
00249
00250 hboxLayout2->addWidget(removeClassFilterBtn);
00251
00252
00253 vboxLayout3->addLayout(hboxLayout2);
00254
00255
00256 vboxLayout2->addLayout(vboxLayout3);
00257
00258
00259 vboxLayout1->addWidget(filterGroupBox);
00260
00261 jvmLaunchGrpBox = new QGroupBox(page1);
00262 jvmLaunchGrpBox->setObjectName(QString::fromUtf8("jvmLaunchGrpBox"));
00263 vboxLayout4 = new QVBoxLayout(jvmLaunchGrpBox);
00264 #ifndef Q_OS_MAC
00265 vboxLayout4->setSpacing(6);
00266 #endif
00267 #ifndef Q_OS_MAC
00268 vboxLayout4->setMargin(9);
00269 #endif
00270 vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4"));
00271 launchInternalRadBtn = new QRadioButton(jvmLaunchGrpBox);
00272 launchInternalRadBtn->setObjectName(QString::fromUtf8("launchInternalRadBtn"));
00273 launchInternalRadBtn->setChecked(true);
00274
00275 vboxLayout4->addWidget(launchInternalRadBtn);
00276
00277 launchExternalRadBtn = new QRadioButton(jvmLaunchGrpBox);
00278 launchExternalRadBtn->setObjectName(QString::fromUtf8("launchExternalRadBtn"));
00279
00280 vboxLayout4->addWidget(launchExternalRadBtn);
00281
00282
00283 vboxLayout1->addWidget(jvmLaunchGrpBox);
00284
00285
00286 vboxLayout->addWidget(page1);
00287
00288 page2 = new QWidget(SessionProfileDlg);
00289 page2->setObjectName(QString::fromUtf8("page2"));
00290 page2->setEnabled(true);
00291 page2->setMaximumSize(QSize(600, 600));
00292 vboxLayout5 = new QVBoxLayout(page2);
00293 #ifndef Q_OS_MAC
00294 vboxLayout5->setSpacing(6);
00295 #endif
00296 #ifndef Q_OS_MAC
00297 vboxLayout5->setMargin(9);
00298 #endif
00299 vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5"));
00300 hboxLayout3 = new QHBoxLayout();
00301 #ifndef Q_OS_MAC
00302 hboxLayout3->setSpacing(6);
00303 #endif
00304 #ifndef Q_OS_MAC
00305 hboxLayout3->setMargin(0);
00306 #endif
00307 hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00308 jreHomeLabel = new QLabel(page2);
00309 jreHomeLabel->setObjectName(QString::fromUtf8("jreHomeLabel"));
00310
00311 hboxLayout3->addWidget(jreHomeLabel);
00312
00313 jreHomeEdit = new QLineEdit(page2);
00314 jreHomeEdit->setObjectName(QString::fromUtf8("jreHomeEdit"));
00315
00316 hboxLayout3->addWidget(jreHomeEdit);
00317
00318 jreHomeBrowseBtn = new QPushButton(page2);
00319 jreHomeBrowseBtn->setObjectName(QString::fromUtf8("jreHomeBrowseBtn"));
00320
00321 hboxLayout3->addWidget(jreHomeBrowseBtn);
00322
00323
00324 vboxLayout5->addLayout(hboxLayout3);
00325
00326 javaEntryGrpBox = new QGroupBox(page2);
00327 javaEntryGrpBox->setObjectName(QString::fromUtf8("javaEntryGrpBox"));
00328 hboxLayout4 = new QHBoxLayout(javaEntryGrpBox);
00329 #ifndef Q_OS_MAC
00330 hboxLayout4->setSpacing(6);
00331 #endif
00332 #ifndef Q_OS_MAC
00333 hboxLayout4->setMargin(9);
00334 #endif
00335 hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00336 gridLayout1 = new QGridLayout();
00337 #ifndef Q_OS_MAC
00338 gridLayout1->setSpacing(6);
00339 #endif
00340 #ifndef Q_OS_MAC
00341 gridLayout1->setMargin(0);
00342 #endif
00343 gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00344 tomcatEdit = new QLineEdit(javaEntryGrpBox);
00345 tomcatEdit->setObjectName(QString::fromUtf8("tomcatEdit"));
00346
00347 gridLayout1->addWidget(tomcatEdit, 2, 1, 1, 1);
00348
00349 jarFileRadBtn = new QRadioButton(javaEntryGrpBox);
00350 jarFileRadBtn->setObjectName(QString::fromUtf8("jarFileRadBtn"));
00351
00352 gridLayout1->addWidget(jarFileRadBtn, 1, 0, 1, 1);
00353
00354 tomcatRadBtn = new QRadioButton(javaEntryGrpBox);
00355 tomcatRadBtn->setObjectName(QString::fromUtf8("tomcatRadBtn"));
00356
00357 gridLayout1->addWidget(tomcatRadBtn, 2, 0, 1, 1);
00358
00359 mainClassRadBtn = new QRadioButton(javaEntryGrpBox);
00360 mainClassRadBtn->setObjectName(QString::fromUtf8("mainClassRadBtn"));
00361 mainClassRadBtn->setChecked(true);
00362
00363 gridLayout1->addWidget(mainClassRadBtn, 0, 0, 1, 1);
00364
00365 tomcatBrowseBtn = new QPushButton(javaEntryGrpBox);
00366 tomcatBrowseBtn->setObjectName(QString::fromUtf8("tomcatBrowseBtn"));
00367
00368 gridLayout1->addWidget(tomcatBrowseBtn, 2, 2, 1, 1);
00369
00370 mainClassEdit = new QLineEdit(javaEntryGrpBox);
00371 mainClassEdit->setObjectName(QString::fromUtf8("mainClassEdit"));
00372
00373 gridLayout1->addWidget(mainClassEdit, 0, 1, 1, 2);
00374
00375 jarFileEdit = new QLineEdit(javaEntryGrpBox);
00376 jarFileEdit->setObjectName(QString::fromUtf8("jarFileEdit"));
00377
00378 gridLayout1->addWidget(jarFileEdit, 1, 1, 1, 2);
00379
00380
00381 hboxLayout4->addLayout(gridLayout1);
00382
00383
00384 vboxLayout5->addWidget(javaEntryGrpBox);
00385
00386 javaOptionsGrpBox = new QGroupBox(page2);
00387 javaOptionsGrpBox->setObjectName(QString::fromUtf8("javaOptionsGrpBox"));
00388 gridLayout2 = new QGridLayout(javaOptionsGrpBox);
00389 #ifndef Q_OS_MAC
00390 gridLayout2->setSpacing(6);
00391 #endif
00392 #ifndef Q_OS_MAC
00393 gridLayout2->setMargin(9);
00394 #endif
00395 gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
00396 appArgsLabel = new QLabel(javaOptionsGrpBox);
00397 appArgsLabel->setObjectName(QString::fromUtf8("appArgsLabel"));
00398
00399 gridLayout2->addWidget(appArgsLabel, 1, 0, 1, 1);
00400
00401 javaOptionsLabel = new QLabel(javaOptionsGrpBox);
00402 javaOptionsLabel->setObjectName(QString::fromUtf8("javaOptionsLabel"));
00403
00404 gridLayout2->addWidget(javaOptionsLabel, 0, 0, 1, 1);
00405
00406 javaOptionsEdit = new QLineEdit(javaOptionsGrpBox);
00407 javaOptionsEdit->setObjectName(QString::fromUtf8("javaOptionsEdit"));
00408
00409 gridLayout2->addWidget(javaOptionsEdit, 0, 1, 1, 1);
00410
00411 applicationArgsEdit = new QLineEdit(javaOptionsGrpBox);
00412 applicationArgsEdit->setObjectName(QString::fromUtf8("applicationArgsEdit"));
00413
00414 gridLayout2->addWidget(applicationArgsEdit, 1, 1, 1, 1);
00415
00416
00417 vboxLayout5->addWidget(javaOptionsGrpBox);
00418
00419 classPathGrpBox = new QGroupBox(page2);
00420 classPathGrpBox->setObjectName(QString::fromUtf8("classPathGrpBox"));
00421 gridLayout3 = new QGridLayout(classPathGrpBox);
00422 #ifndef Q_OS_MAC
00423 gridLayout3->setSpacing(6);
00424 #endif
00425 #ifndef Q_OS_MAC
00426 gridLayout3->setMargin(9);
00427 #endif
00428 gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
00429 addClassPathLabel = new QLabel(classPathGrpBox);
00430 addClassPathLabel->setObjectName(QString::fromUtf8("addClassPathLabel"));
00431 addClassPathLabel->setFont(font);
00432
00433 gridLayout3->addWidget(addClassPathLabel, 0, 0, 1, 2);
00434
00435 removeClassPathBtn = new QPushButton(classPathGrpBox);
00436 removeClassPathBtn->setObjectName(QString::fromUtf8("removeClassPathBtn"));
00437
00438 gridLayout3->addWidget(removeClassPathBtn, 2, 1, 1, 1);
00439
00440 classPathList = new QListWidget(classPathGrpBox);
00441 classPathList->setObjectName(QString::fromUtf8("classPathList"));
00442 classPathList->setSelectionMode(QAbstractItemView::MultiSelection);
00443
00444 gridLayout3->addWidget(classPathList, 2, 0, 1, 1);
00445
00446 hboxLayout5 = new QHBoxLayout();
00447 #ifndef Q_OS_MAC
00448 hboxLayout5->setSpacing(6);
00449 #endif
00450 hboxLayout5->setMargin(0);
00451 hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
00452 classPathEdit = new QLineEdit(classPathGrpBox);
00453 classPathEdit->setObjectName(QString::fromUtf8("classPathEdit"));
00454
00455 hboxLayout5->addWidget(classPathEdit);
00456
00457 addClassPathBtn = new QPushButton(classPathGrpBox);
00458 addClassPathBtn->setObjectName(QString::fromUtf8("addClassPathBtn"));
00459 addClassPathBtn->setDefault(true);
00460
00461 hboxLayout5->addWidget(addClassPathBtn);
00462
00463 browseClassPathBtn = new QPushButton(classPathGrpBox);
00464 browseClassPathBtn->setObjectName(QString::fromUtf8("browseClassPathBtn"));
00465
00466 hboxLayout5->addWidget(browseClassPathBtn);
00467
00468
00469 gridLayout3->addLayout(hboxLayout5, 1, 0, 1, 1);
00470
00471
00472 vboxLayout5->addWidget(classPathGrpBox);
00473
00474
00475 vboxLayout->addWidget(page2);
00476
00477 hboxLayout6 = new QHBoxLayout();
00478 #ifndef Q_OS_MAC
00479 hboxLayout6->setSpacing(6);
00480 #endif
00481 hboxLayout6->setMargin(0);
00482 hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6"));
00483 spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00484
00485 hboxLayout6->addItem(spacerItem);
00486
00487 cancelBtn = new QPushButton(SessionProfileDlg);
00488 cancelBtn->setObjectName(QString::fromUtf8("cancelBtn"));
00489
00490 hboxLayout6->addWidget(cancelBtn);
00491
00492 backBtn = new QPushButton(SessionProfileDlg);
00493 backBtn->setObjectName(QString::fromUtf8("backBtn"));
00494 backBtn->setEnabled(true);
00495
00496 hboxLayout6->addWidget(backBtn);
00497
00498 nextBtn = new QPushButton(SessionProfileDlg);
00499 nextBtn->setObjectName(QString::fromUtf8("nextBtn"));
00500
00501 hboxLayout6->addWidget(nextBtn);
00502
00503 finishBtn = new QPushButton(SessionProfileDlg);
00504 finishBtn->setObjectName(QString::fromUtf8("finishBtn"));
00505 finishBtn->setEnabled(false);
00506
00507 hboxLayout6->addWidget(finishBtn);
00508
00509
00510 vboxLayout->addLayout(hboxLayout6);
00511
00512 hostNameLabel->setBuddy(applicationArgsEdit);
00513 profileNameLabel->setBuddy(profileNameEdit);
00514 hostPortLabel->setBuddy(hostPortEdit);
00515 jreHomeLabel->setBuddy(jreHomeEdit);
00516 appArgsLabel->setBuddy(applicationArgsEdit);
00517 javaOptionsLabel->setBuddy(javaOptionsEdit);
00518 QWidget::setTabOrder(profileNameEdit, hostNameEdit);
00519 QWidget::setTabOrder(hostNameEdit, hostPortEdit);
00520 QWidget::setTabOrder(hostPortEdit, classFilterEdit);
00521 QWidget::setTabOrder(classFilterEdit, addClassFilterBtn);
00522 QWidget::setTabOrder(addClassFilterBtn, filterList);
00523 QWidget::setTabOrder(filterList, removeClassFilterBtn);
00524 QWidget::setTabOrder(removeClassFilterBtn, launchInternalRadBtn);
00525 QWidget::setTabOrder(launchInternalRadBtn, launchExternalRadBtn);
00526 QWidget::setTabOrder(launchExternalRadBtn, cancelBtn);
00527 QWidget::setTabOrder(cancelBtn, backBtn);
00528 QWidget::setTabOrder(backBtn, nextBtn);
00529 QWidget::setTabOrder(nextBtn, finishBtn);
00530
00531 retranslateUi(SessionProfileDlg);
00532 QObject::connect(launchExternalRadBtn, SIGNAL(clicked(bool)), nextBtn, SLOT(setDisabled(bool)));
00533 QObject::connect(nextBtn, SIGNAL(clicked()), backBtn, SLOT(show()));
00534 QObject::connect(cancelBtn, SIGNAL(clicked()), SessionProfileDlg, SLOT(reject()));
00535 QObject::connect(classFilterEdit, SIGNAL(returnPressed()), addClassFilterBtn, SLOT(click()));
00536 QObject::connect(mainClassRadBtn, SIGNAL(toggled(bool)), jarFileEdit, SLOT(setDisabled(bool)));
00537 QObject::connect(jarFileRadBtn, SIGNAL(toggled(bool)), mainClassEdit, SLOT(setDisabled(bool)));
00538 QObject::connect(mainClassRadBtn, SIGNAL(toggled(bool)), tomcatEdit, SLOT(setDisabled(bool)));
00539 QObject::connect(tomcatRadBtn, SIGNAL(toggled(bool)), tomcatEdit, SLOT(setDisabled(bool)));
00540 QObject::connect(tomcatRadBtn, SIGNAL(toggled(bool)), jarFileEdit, SLOT(setDisabled(bool)));
00541 QObject::connect(tomcatRadBtn, SIGNAL(toggled(bool)), mainClassEdit, SLOT(setDisabled(bool)));
00542 QObject::connect(javaEntryGrpBox, SIGNAL(toggled(bool)), tomcatEdit, SLOT(setDisabled(bool)));
00543 QObject::connect(jarFileRadBtn, SIGNAL(toggled(bool)), jarFileEdit, SLOT(setEnabled(bool)));
00544 QObject::connect(mainClassRadBtn, SIGNAL(toggled(bool)), mainClassEdit, SLOT(setEnabled(bool)));
00545 QObject::connect(tomcatRadBtn, SIGNAL(toggled(bool)), tomcatEdit, SLOT(setEnabled(bool)));
00546 QObject::connect(jarFileRadBtn, SIGNAL(toggled(bool)), tomcatEdit, SLOT(setDisabled(bool)));
00547
00548 QMetaObject::connectSlotsByName(SessionProfileDlg);
00549 }
00550
00551 void retranslateUi(QDialog *SessionProfileDlg)
00552 {
00553 SessionProfileDlg->setWindowTitle(QApplication::translate("SessionProfileDlg", "Session Profile", 0, QApplication::UnicodeUTF8));
00554 hostGrpBox->setTitle(QApplication::translate("SessionProfileDlg", "Session Profile", 0, QApplication::UnicodeUTF8));
00555 hostNameLabel->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00556 "p, li { white-space: pre-wrap; }\n"
00557 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00558 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">The name or ip address of the host on which the vm (java application) will be running.</p></body></html>", 0, QApplication::UnicodeUTF8));
00559 hostNameLabel->setText(QApplication::translate("SessionProfileDlg", "&Host Name", 0, QApplication::UnicodeUTF8));
00560 hostNameEdit->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00561 "p, li { white-space: pre-wrap; }\n"
00562 "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00563 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;\">The host name or ip address of the host on which the jvm (java application) will be running.</p></body></html>", 0, QApplication::UnicodeUTF8));
00564 profileNameLabel->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00565 "p, li { white-space: pre-wrap; }\n"
00566 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00567 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">A name to identify this session profile.</p></body></html>", 0, QApplication::UnicodeUTF8));
00568 profileNameLabel->setText(QApplication::translate("SessionProfileDlg", "&Profile Name", 0, QApplication::UnicodeUTF8));
00569 hostPortEdit->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00570 "p, li { white-space: pre-wrap; }\n"
00571 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00572 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">An available port number that can be used by the inspectorj agent.</p></body></html>", 0, QApplication::UnicodeUTF8));
00573 hostPortLabel->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00574 "p, li { white-space: pre-wrap; }\n"
00575 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00576 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">An available port number that can be used by the inspectorj agent.</p></body></html>", 0, QApplication::UnicodeUTF8));
00577 hostPortLabel->setText(QApplication::translate("SessionProfileDlg", "Host &Port", 0, QApplication::UnicodeUTF8));
00578 profileNameEdit->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00579 "p, li { white-space: pre-wrap; }\n"
00580 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00581 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">A name to identify this session profile.</p></body></html>", 0, QApplication::UnicodeUTF8));
00582 label->setText(QString());
00583 filterGroupBox->setTitle(QApplication::translate("SessionProfileDlg", "Class Filters", 0, QApplication::UnicodeUTF8));
00584 addFilterLabel->setText(QApplication::translate("SessionProfileDlg", "Use * to match anything within a single package. Use ** to match anything in\n"
00585 "multiple packages. Examples: java.awt.*, java.awt.event.*Event, java.awt.**", 0, QApplication::UnicodeUTF8));
00586 classFilterEdit->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00587 "p, li { white-space: pre-wrap; }\n"
00588 "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00589 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;\">Enter a qualified class name or a class filter here. Do not include the .class extension.</p>\n"
00590 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;\"></p>\n"
00591 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;\">com.foo.bar.MyApp</p>\n"
00592 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"
00593 " font-family:'Sans Serif'; font-size:9pt;\">com.foo.bar.*</p>\n"
00594 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;\">com.foo.**</p>\n"
00595 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;\">*.foo.bar.My*</p>\n"
00596 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;\"></p></body></html>", 0, QApplication::UnicodeUTF8));
00597 addClassFilterBtn->setText(QApplication::translate("SessionProfileDlg", "&Add", 0, QApplication::UnicodeUTF8));
00598 removeClassFilterBtn->setText(QApplication::translate("SessionProfileDlg", "&Remove", 0, QApplication::UnicodeUTF8));
00599 jvmLaunchGrpBox->setTitle(QApplication::translate("SessionProfileDlg", "JVM Launch Options", 0, QApplication::UnicodeUTF8));
00600 launchInternalRadBtn->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00601 "p, li { white-space: pre-wrap; }\n"
00602 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00603 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">With this option, Inspectorj will start the JVM and load the inspectorj agent.</p>\n"
00604 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p></body></html>", 0, QApplication::UnicodeUTF8));
00605 launchInternalRadBtn->setText(QApplication::translate("SessionProfileDlg", "inspectorJ will launch the JVM on this host (recommended).", 0, QApplication::UnicodeUTF8));
00606 launchExternalRadBtn->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00607 "p, li { white-space: pre-wrap; }\n"
00608 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00609 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Choose this option if the JVM will be on a different host than the inspectorj client or if the JVM will be started by another process such as an application server or web container. </p>\n"
00610 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p>\n"
00611 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">NOTE: When launching the JVM, you will have to add the -agentlib or -agentpath option to the java options. See Help for more info.</p></body></html>", 0, QApplication::UnicodeUTF8));
00612 launchExternalRadBtn->setText(QApplication::translate("SessionProfileDlg", "The JVM is on a remote host or will be launched by another process.", 0, QApplication::UnicodeUTF8));
00613 jreHomeLabel->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00614 "p, li { white-space: pre-wrap; }\n"
00615 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00616 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Absolute path to the jre/jdk that will be used to start the java application.</p></body></html>", 0, QApplication::UnicodeUTF8));
00617 jreHomeLabel->setText(QApplication::translate("SessionProfileDlg", "JRE/JDK &Home:", 0, QApplication::UnicodeUTF8));
00618 jreHomeEdit->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00619 "p, li { white-space: pre-wrap; }\n"
00620 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00621 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Absolute path to the jre/jdk that will be used to start the java application.</p></body></html>", 0, QApplication::UnicodeUTF8));
00622 jreHomeBrowseBtn->setText(QApplication::translate("SessionProfileDlg", "Browse", 0, QApplication::UnicodeUTF8));
00623 javaEntryGrpBox->setTitle(QApplication::translate("SessionProfileDlg", "Java Application Entry", 0, QApplication::UnicodeUTF8));
00624 tomcatEdit->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00625 "p, li { white-space: pre-wrap; }\n"
00626 "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00627 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;\">The location of your tomcat installation directory. This value should be the same as the CATALINA_HOME or TOMCAT_HOME environment variable.</p></body></html>", 0, QApplication::UnicodeUTF8));
00628 jarFileRadBtn->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00629 "p, li { white-space: pre-wrap; }\n"
00630 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00631 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">The name of the jar file containing the main java class.</p>\n"
00632 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">i.e. myApp.jar</p></body></html>", 0, QApplication::UnicodeUTF8));
00633 jarFileRadBtn->setText(QApplication::translate("SessionProfileDlg", "Ja&r File", 0, QApplication::UnicodeUTF8));
00634 tomcatRadBtn->setText(QApplication::translate("SessionProfileDlg", "&Tomcat (Catalina Home)", 0, QApplication::UnicodeUTF8));
00635 mainClassRadBtn->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00636 "p, li { white-space: pre-wrap; }\n"
00637 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00638 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">The java class containing the main method.</p>\n"
00639 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">i.e. foo.bar.MyApp</p></body></html>", 0, QApplication::UnicodeUTF8));
00640 mainClassRadBtn->setText(QApplication::translate("SessionProfileDlg", "&Main Class", 0, QApplication::UnicodeUTF8));
00641 tomcatBrowseBtn->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00642 "p, li { white-space: pre-wrap; }\n"
00643 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00644 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Browse to the location of the tomcat install directory , CATALINA_HOME.</p></body></html>", 0, QApplication::UnicodeUTF8));
00645 tomcatBrowseBtn->setText(QApplication::translate("SessionProfileDlg", "Browse", 0, QApplication::UnicodeUTF8));
00646 mainClassEdit->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00647 "p, li { white-space: pre-wrap; }\n"
00648 "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00649 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;\">The fully qualified java class containing the application's main method (excluding the .class extension):</p>\n"
00650 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;\">com.foo.bar.MyApp</p></body></html>", 0, QApplication::UnicodeUTF8));
00651 jarFileEdit->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00652 "p, li { white-space: pre-wrap; }\n"
00653 "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00654 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;\">The path to the executable jar file containing the application's main java class: </p>\n"
00655 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;\">C:\\projects\\myApp\\myApp.jar</p></body></html>", 0, QApplication::UnicodeUTF8));
00656 javaOptionsGrpBox->setTitle(QApplication::translate("SessionProfileDlg", "Java Options", 0, QApplication::UnicodeUTF8));
00657 appArgsLabel->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00658 "p, li { white-space: pre-wrap; }\n"
00659 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00660 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Arguments to be passed to the java application on startup.</p></body></html>", 0, QApplication::UnicodeUTF8));
00661 appArgsLabel->setText(QApplication::translate("SessionProfileDlg", "&Application Arguments:", 0, QApplication::UnicodeUTF8));
00662 javaOptionsLabel->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00663 "p, li { white-space: pre-wrap; }\n"
00664 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00665 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Options to be passed to the VM on startup.</p></body></html>", 0, QApplication::UnicodeUTF8));
00666 javaOptionsLabel->setText(QApplication::translate("SessionProfileDlg", "Java &VM Options:", 0, QApplication::UnicodeUTF8));
00667 javaOptionsEdit->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00668 "p, li { white-space: pre-wrap; }\n"
00669 "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00670 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;\">Java options to be passed to the JVM on startup.</p></body></html>", 0, QApplication::UnicodeUTF8));
00671 applicationArgsEdit->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00672 "p, li { white-space: pre-wrap; }\n"
00673 "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00674 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;\">Arguments to be passed to the java application on startup.</p></body></html>", 0, QApplication::UnicodeUTF8));
00675 classPathGrpBox->setTitle(QApplication::translate("SessionProfileDlg", "Class Path", 0, QApplication::UnicodeUTF8));
00676 addClassPathLabel->setText(QApplication::translate("SessionProfileDlg", "Enter directories, or browse for jar files, or zip files to be searched for java classes.", 0, QApplication::UnicodeUTF8));
00677 removeClassPathBtn->setText(QApplication::translate("SessionProfileDlg", "&Remove", 0, QApplication::UnicodeUTF8));
00678 classPathEdit->setToolTip(QApplication::translate("SessionProfileDlg", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00679 "p, li { white-space: pre-wrap; }\n"
00680 "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00681 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;\">Enter the absolute path of directories, jar files, or zip files to be included in the class path.</p></body></html>", 0, QApplication::UnicodeUTF8));
00682 addClassPathBtn->setText(QApplication::translate("SessionProfileDlg", "&Add", 0, QApplication::UnicodeUTF8));
00683 browseClassPathBtn->setText(QApplication::translate("SessionProfileDlg", "Browse", 0, QApplication::UnicodeUTF8));
00684 cancelBtn->setText(QApplication::translate("SessionProfileDlg", "&Cancel", 0, QApplication::UnicodeUTF8));
00685 backBtn->setText(QApplication::translate("SessionProfileDlg", "<< &Back", 0, QApplication::UnicodeUTF8));
00686 nextBtn->setText(QApplication::translate("SessionProfileDlg", "&Next >>", 0, QApplication::UnicodeUTF8));
00687 finishBtn->setText(QApplication::translate("SessionProfileDlg", "&Finish", 0, QApplication::UnicodeUTF8));
00688 Q_UNUSED(SessionProfileDlg);
00689 }
00690
00691 };
00692
00693 namespace Ui {
00694 class SessionProfileDlg: public Ui_SessionProfileDlg {};
00695 }
00696
00697 #endif // UI_SESSIONPROFILEDLG_H