We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description:
Similar to Constants tab, for example, in the Data Type table should be possible:
Constants
Data Type
Structure
To achieve this, add instance of QStyledItemDelegate object:
QStyledItemDelegate
QLineEdit
Name
Imported
QComboBox
QLineEidt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
Similar to
Constants
tab, for example, in theData Type
table should be possible:Structure
fields.To achieve this, add instance of
QStyledItemDelegate
object:QLineEdit
for all items to editName
;Imported
data type, it should be only the name object (fieldName
). The Namespace should be edited in column 1QComboBox
for the fields of structure;QComboBox
for the enumeration, which derive from integers --> display only integers.QLineEidt
for theImported
data types to change the namespace;The text was updated successfully, but these errors were encountered: