| 1 | /******************************************************************************** |
| 2 | ** Form generated from reading UI file 'mainwindow.ui' |
| 3 | ** |
| 4 | ** Created by: Qt User Interface Compiler version 5.15.9 |
| 5 | ** |
| 6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! |
| 7 | ********************************************************************************/ |
| 8 | |
| 9 | #ifndef UI_MAINWINDOW_H |
| 10 | #define UI_MAINWINDOW_H |
| 11 | |
| 12 | #include <QtCore/QVariant> |
| 13 | #include <QtWidgets/QAction> |
| 14 | #include <QtWidgets/QApplication> |
| 15 | #include <QtWidgets/QGridLayout> |
| 16 | #include <QtWidgets/QGroupBox> |
| 17 | #include <QtWidgets/QHBoxLayout> |
| 18 | #include <QtWidgets/QLabel> |
| 19 | #include <QtWidgets/QListView> |
| 20 | #include <QtWidgets/QListWidget> |
| 21 | #include <QtWidgets/QMainWindow> |
| 22 | #include <QtWidgets/QMenu> |
| 23 | #include <QtWidgets/QMenuBar> |
| 24 | #include <QtWidgets/QSpacerItem> |
| 25 | #include <QtWidgets/QSpinBox> |
| 26 | #include <QtWidgets/QStatusBar> |
| 27 | #include <QtWidgets/QToolButton> |
| 28 | #include <QtWidgets/QVBoxLayout> |
| 29 | #include <QtWidgets/QWidget> |
| 30 | |
| 31 | QT_BEGIN_NAMESPACE |
| 32 | |
| 33 | class Ui_MainWindow |
| 34 | { |
| 35 | public: |
| 36 | QAction *action_Open; |
| 37 | QAction *action_Save_as; |
| 38 | QAction *action_Save; |
| 39 | QAction *actionE_xit; |
| 40 | QAction *actionSelect_all; |
| 41 | QAction *actionSelect_string; |
| 42 | QAction *actionAbout_App; |
| 43 | QAction *actionAbout_Qt; |
| 44 | QAction *actionHelp; |
| 45 | QWidget *centralwidget; |
| 46 | QGridLayout *gridLayout; |
| 47 | QListView *lvGlyphs; |
| 48 | QListWidget *lwUnicodeRanges; |
| 49 | QGroupBox *groupBox; |
| 50 | QVBoxLayout *verticalLayout; |
| 51 | QToolButton *tbSelectAll; |
| 52 | QToolButton *tbSave; |
| 53 | QHBoxLayout *horizontalLayout; |
| 54 | QLabel *label; |
| 55 | QSpinBox *sbMaximumTextureSize; |
| 56 | QSpacerItem *verticalSpacer; |
| 57 | QMenuBar *menubar; |
| 58 | QMenu *menu_File; |
| 59 | QMenu *menu_Select; |
| 60 | QMenu *menu_Help; |
| 61 | QStatusBar *statusbar; |
| 62 | |
| 63 | void setupUi(QMainWindow *MainWindow) |
| 64 | { |
| 65 | if (MainWindow->objectName().isEmpty()) |
| 66 | MainWindow->setObjectName(QString::fromUtf8(str: "MainWindow" )); |
| 67 | MainWindow->setEnabled(true); |
| 68 | MainWindow->resize(w: 800, h: 600); |
| 69 | action_Open = new QAction(MainWindow); |
| 70 | action_Open->setObjectName(QString::fromUtf8(str: "action_Open" )); |
| 71 | action_Save_as = new QAction(MainWindow); |
| 72 | action_Save_as->setObjectName(QString::fromUtf8(str: "action_Save_as" )); |
| 73 | action_Save = new QAction(MainWindow); |
| 74 | action_Save->setObjectName(QString::fromUtf8(str: "action_Save" )); |
| 75 | actionE_xit = new QAction(MainWindow); |
| 76 | actionE_xit->setObjectName(QString::fromUtf8(str: "actionE_xit" )); |
| 77 | actionSelect_all = new QAction(MainWindow); |
| 78 | actionSelect_all->setObjectName(QString::fromUtf8(str: "actionSelect_all" )); |
| 79 | actionSelect_string = new QAction(MainWindow); |
| 80 | actionSelect_string->setObjectName(QString::fromUtf8(str: "actionSelect_string" )); |
| 81 | actionAbout_App = new QAction(MainWindow); |
| 82 | actionAbout_App->setObjectName(QString::fromUtf8(str: "actionAbout_App" )); |
| 83 | actionAbout_Qt = new QAction(MainWindow); |
| 84 | actionAbout_Qt->setObjectName(QString::fromUtf8(str: "actionAbout_Qt" )); |
| 85 | actionHelp = new QAction(MainWindow); |
| 86 | actionHelp->setObjectName(QString::fromUtf8(str: "actionHelp" )); |
| 87 | centralwidget = new QWidget(MainWindow); |
| 88 | centralwidget->setObjectName(QString::fromUtf8(str: "centralwidget" )); |
| 89 | gridLayout = new QGridLayout(centralwidget); |
| 90 | gridLayout->setObjectName(QString::fromUtf8(str: "gridLayout" )); |
| 91 | lvGlyphs = new QListView(centralwidget); |
| 92 | lvGlyphs->setObjectName(QString::fromUtf8(str: "lvGlyphs" )); |
| 93 | lvGlyphs->setSelectionMode(QAbstractItemView::MultiSelection); |
| 94 | lvGlyphs->setFlow(QListView::LeftToRight); |
| 95 | lvGlyphs->setProperty(name: "isWrapping" , value: QVariant(true)); |
| 96 | lvGlyphs->setGridSize(QSize(64, 64)); |
| 97 | lvGlyphs->setViewMode(QListView::ListMode); |
| 98 | lvGlyphs->setUniformItemSizes(true); |
| 99 | |
| 100 | gridLayout->addWidget(lvGlyphs, row: 0, column: 0, rowSpan: 1, columnSpan: 2); |
| 101 | |
| 102 | lwUnicodeRanges = new QListWidget(centralwidget); |
| 103 | lwUnicodeRanges->setObjectName(QString::fromUtf8(str: "lwUnicodeRanges" )); |
| 104 | lwUnicodeRanges->setSelectionMode(QAbstractItemView::MultiSelection); |
| 105 | |
| 106 | gridLayout->addWidget(lwUnicodeRanges, row: 1, column: 1, rowSpan: 1, columnSpan: 1); |
| 107 | |
| 108 | groupBox = new QGroupBox(centralwidget); |
| 109 | groupBox->setObjectName(QString::fromUtf8(str: "groupBox" )); |
| 110 | verticalLayout = new QVBoxLayout(groupBox); |
| 111 | verticalLayout->setObjectName(QString::fromUtf8(str: "verticalLayout" )); |
| 112 | tbSelectAll = new QToolButton(groupBox); |
| 113 | tbSelectAll->setObjectName(QString::fromUtf8(str: "tbSelectAll" )); |
| 114 | |
| 115 | verticalLayout->addWidget(tbSelectAll); |
| 116 | |
| 117 | tbSave = new QToolButton(groupBox); |
| 118 | tbSave->setObjectName(QString::fromUtf8(str: "tbSave" )); |
| 119 | |
| 120 | verticalLayout->addWidget(tbSave); |
| 121 | |
| 122 | horizontalLayout = new QHBoxLayout(); |
| 123 | horizontalLayout->setObjectName(QString::fromUtf8(str: "horizontalLayout" )); |
| 124 | label = new QLabel(groupBox); |
| 125 | label->setObjectName(QString::fromUtf8(str: "label" )); |
| 126 | |
| 127 | horizontalLayout->addWidget(label); |
| 128 | |
| 129 | sbMaximumTextureSize = new QSpinBox(groupBox); |
| 130 | sbMaximumTextureSize->setObjectName(QString::fromUtf8(str: "sbMaximumTextureSize" )); |
| 131 | sbMaximumTextureSize->setMinimum(64); |
| 132 | sbMaximumTextureSize->setMaximum(2147483647); |
| 133 | sbMaximumTextureSize->setSingleStep(64); |
| 134 | sbMaximumTextureSize->setValue(2048); |
| 135 | |
| 136 | horizontalLayout->addWidget(sbMaximumTextureSize); |
| 137 | |
| 138 | |
| 139 | verticalLayout->addLayout(layout: horizontalLayout); |
| 140 | |
| 141 | verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
| 142 | |
| 143 | verticalLayout->addItem(verticalSpacer); |
| 144 | |
| 145 | |
| 146 | gridLayout->addWidget(groupBox, row: 1, column: 0, rowSpan: 1, columnSpan: 1); |
| 147 | |
| 148 | MainWindow->setCentralWidget(centralwidget); |
| 149 | menubar = new QMenuBar(MainWindow); |
| 150 | menubar->setObjectName(QString::fromUtf8(str: "menubar" )); |
| 151 | menubar->setGeometry(QRect(0, 0, 800, 23)); |
| 152 | menu_File = new QMenu(menubar); |
| 153 | menu_File->setObjectName(QString::fromUtf8(str: "menu_File" )); |
| 154 | menu_Select = new QMenu(menubar); |
| 155 | menu_Select->setObjectName(QString::fromUtf8(str: "menu_Select" )); |
| 156 | menu_Help = new QMenu(menubar); |
| 157 | menu_Help->setObjectName(QString::fromUtf8(str: "menu_Help" )); |
| 158 | MainWindow->setMenuBar(menubar); |
| 159 | statusbar = new QStatusBar(MainWindow); |
| 160 | statusbar->setObjectName(QString::fromUtf8(str: "statusbar" )); |
| 161 | MainWindow->setStatusBar(statusbar); |
| 162 | |
| 163 | menubar->addAction(action: menu_File->menuAction()); |
| 164 | menubar->addAction(action: menu_Select->menuAction()); |
| 165 | menubar->addAction(action: menu_Help->menuAction()); |
| 166 | menu_File->addAction(action: action_Open); |
| 167 | menu_File->addAction(action: action_Save); |
| 168 | menu_File->addAction(action: action_Save_as); |
| 169 | menu_File->addSeparator(); |
| 170 | menu_File->addAction(action: actionE_xit); |
| 171 | menu_Select->addAction(action: actionSelect_all); |
| 172 | menu_Select->addAction(action: actionSelect_string); |
| 173 | menu_Help->addAction(action: actionHelp); |
| 174 | menu_Help->addAction(action: actionAbout_App); |
| 175 | menu_Help->addAction(action: actionAbout_Qt); |
| 176 | |
| 177 | retranslateUi(MainWindow); |
| 178 | |
| 179 | QMetaObject::connectSlotsByName(o: MainWindow); |
| 180 | } // setupUi |
| 181 | |
| 182 | void retranslateUi(QMainWindow *MainWindow) |
| 183 | { |
| 184 | MainWindow->setWindowTitle(QCoreApplication::translate(context: "MainWindow" , key: "Qt Distance Field Generator" , disambiguation: nullptr)); |
| 185 | action_Open->setText(QCoreApplication::translate(context: "MainWindow" , key: "&Open Font..." , disambiguation: nullptr)); |
| 186 | #if QT_CONFIG(shortcut) |
| 187 | action_Open->setShortcut(QCoreApplication::translate(context: "MainWindow" , key: "Ctrl+O" , disambiguation: nullptr)); |
| 188 | #endif // QT_CONFIG(shortcut) |
| 189 | action_Save_as->setText(QCoreApplication::translate(context: "MainWindow" , key: "Save &As..." , disambiguation: nullptr)); |
| 190 | action_Save->setText(QCoreApplication::translate(context: "MainWindow" , key: "&Save" , disambiguation: nullptr)); |
| 191 | #if QT_CONFIG(shortcut) |
| 192 | action_Save->setShortcut(QCoreApplication::translate(context: "MainWindow" , key: "Ctrl+S" , disambiguation: nullptr)); |
| 193 | #endif // QT_CONFIG(shortcut) |
| 194 | actionE_xit->setText(QCoreApplication::translate(context: "MainWindow" , key: "E&xit" , disambiguation: nullptr)); |
| 195 | #if QT_CONFIG(shortcut) |
| 196 | actionE_xit->setShortcut(QCoreApplication::translate(context: "MainWindow" , key: "Ctrl+Q" , disambiguation: nullptr)); |
| 197 | #endif // QT_CONFIG(shortcut) |
| 198 | actionSelect_all->setText(QCoreApplication::translate(context: "MainWindow" , key: "Select &All" , disambiguation: nullptr)); |
| 199 | #if QT_CONFIG(shortcut) |
| 200 | actionSelect_all->setShortcut(QCoreApplication::translate(context: "MainWindow" , key: "Ctrl+A" , disambiguation: nullptr)); |
| 201 | #endif // QT_CONFIG(shortcut) |
| 202 | actionSelect_string->setText(QCoreApplication::translate(context: "MainWindow" , key: "Select &String" , disambiguation: nullptr)); |
| 203 | actionAbout_App->setText(QCoreApplication::translate(context: "MainWindow" , key: "About Qt Distance Field Generator" , disambiguation: nullptr)); |
| 204 | actionAbout_Qt->setText(QCoreApplication::translate(context: "MainWindow" , key: "About Qt" , disambiguation: nullptr)); |
| 205 | actionHelp->setText(QCoreApplication::translate(context: "MainWindow" , key: "Help" , disambiguation: nullptr)); |
| 206 | groupBox->setTitle(QString()); |
| 207 | tbSelectAll->setText(QCoreApplication::translate(context: "MainWindow" , key: "Select &all" , disambiguation: nullptr)); |
| 208 | tbSave->setText(QCoreApplication::translate(context: "MainWindow" , key: "&Save" , disambiguation: nullptr)); |
| 209 | label->setText(QCoreApplication::translate(context: "MainWindow" , key: "Maximum texture size:" , disambiguation: nullptr)); |
| 210 | menu_File->setTitle(QCoreApplication::translate(context: "MainWindow" , key: "&File" , disambiguation: nullptr)); |
| 211 | menu_Select->setTitle(QCoreApplication::translate(context: "MainWindow" , key: "&Select" , disambiguation: nullptr)); |
| 212 | menu_Help->setTitle(QCoreApplication::translate(context: "MainWindow" , key: "&Help" , disambiguation: nullptr)); |
| 213 | } // retranslateUi |
| 214 | |
| 215 | }; |
| 216 | |
| 217 | namespace Ui { |
| 218 | class MainWindow: public Ui_MainWindow {}; |
| 219 | } // namespace Ui |
| 220 | |
| 221 | QT_END_NAMESPACE |
| 222 | |
| 223 | #endif // UI_MAINWINDOW_H |
| 224 | |