mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Checkbox and radio form fields
This commit is contained in:
@ -148,6 +148,7 @@ public:
|
||||
_QPolygonF,
|
||||
_QDateTime,
|
||||
_QLocale,
|
||||
_QByteArray,
|
||||
_Polygons,
|
||||
_TextAnnotationIcon,
|
||||
_LinkHighlightMode,
|
||||
@ -363,7 +364,8 @@ public:
|
||||
Structure,
|
||||
Annotations,
|
||||
ColorSpace,
|
||||
Actions
|
||||
Actions,
|
||||
Forms
|
||||
};
|
||||
Q_ENUM(FunctionType)
|
||||
|
||||
|
@ -55,6 +55,9 @@ GeneratorMainWindow::GeneratorMainWindow(QWidget *parent) :
|
||||
connect(ui->parameterValueEdit, &QLineEdit::editingFinished, this, &GeneratorMainWindow::saveGeneratedSettings);
|
||||
connect(ui->parameterDescriptionEdit, &QTextBrowser::textChanged, this, &GeneratorMainWindow::saveGeneratedSettings);
|
||||
|
||||
ui->parameterItemTypeCombo->setMaxVisibleItems(30);
|
||||
ui->parameterDataTypeCombo->setMaxVisibleItems(30);
|
||||
|
||||
setWindowState(Qt::WindowMaximized);
|
||||
updateFunctionListUI();
|
||||
}
|
||||
|
Reference in New Issue
Block a user