ui_commandLineDlg.h 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'commandLineDlg.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.15.10
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_COMMANDLINEDLG_H
  9. #define UI_COMMANDLINEDLG_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QDialog>
  13. #include <QtWidgets/QListWidget>
  14. #include <QtWidgets/QVBoxLayout>
  15. QT_BEGIN_NAMESPACE
  16. class Ui_commandLineDlg
  17. {
  18. public:
  19. QVBoxLayout *verticalLayout;
  20. QListWidget *consoleWidget;
  21. void setupUi(QDialog *commandLineDlg)
  22. {
  23. if (commandLineDlg->objectName().isEmpty())
  24. commandLineDlg->setObjectName(QString::fromUtf8("commandLineDlg"));
  25. commandLineDlg->resize(800, 250);
  26. verticalLayout = new QVBoxLayout(commandLineDlg);
  27. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  28. consoleWidget = new QListWidget(commandLineDlg);
  29. consoleWidget->setObjectName(QString::fromUtf8("consoleWidget"));
  30. QSizePolicy sizePolicy(QSizePolicy::Ignored, QSizePolicy::Ignored);
  31. sizePolicy.setHorizontalStretch(0);
  32. sizePolicy.setVerticalStretch(0);
  33. sizePolicy.setHeightForWidth(consoleWidget->sizePolicy().hasHeightForWidth());
  34. consoleWidget->setSizePolicy(sizePolicy);
  35. consoleWidget->setMinimumSize(QSize(0, 80));
  36. consoleWidget->setAlternatingRowColors(true);
  37. consoleWidget->setSelectionMode(QAbstractItemView::SingleSelection);
  38. verticalLayout->addWidget(consoleWidget);
  39. retranslateUi(commandLineDlg);
  40. QMetaObject::connectSlotsByName(commandLineDlg);
  41. } // setupUi
  42. void retranslateUi(QDialog *commandLineDlg)
  43. {
  44. commandLineDlg->setWindowTitle(QCoreApplication::translate("commandLineDlg", "CloudCompare - command line mode", nullptr));
  45. } // retranslateUi
  46. };
  47. namespace Ui {
  48. class commandLineDlg: public Ui_commandLineDlg {};
  49. } // namespace Ui
  50. QT_END_NAMESPACE
  51. #endif // UI_COMMANDLINEDLG_H