################################################################################
# Main Window
################################################################################

mainWindow = mainWindow
mainWindowTestAdapter = {mainWindow}::testAdapter


################################################################################
# Library Editor
################################################################################

# Main window
libraryEditor = librepcb__editor__LibraryEditor
libraryEditorWidget = {libraryEditor}::centralWidget

# Actions
libraryEditorActionNewElement = {libraryEditor}::actionLibraryElementNew
libraryEditorActionImportEagleLibrary = {libraryEditor}::actionImportEagleLibrary
libraryEditorActionExportImage = {libraryEditor}::actionExportImage

# Tab widget
libraryEditorTabWidget = {libraryEditorWidget}::tabWidget
libraryEditorTabBar = {libraryEditorTabWidget}::qt_tabwidget_tabbar
libraryEditorStackedWidget = {libraryEditorTabWidget}::qt_tabwidget_stackedwidget

# Library overview widget
libraryEditorOverviewWidget = {libraryEditorStackedWidget}::librepcb__editor__LibraryOverviewWidget
libraryEditorOverviewMetadataWidget = {libraryEditorOverviewWidget}::splitter::layoutWidget
libraryEditorOverviewNameEdit = {libraryEditorOverviewMetadataWidget}::edtName
libraryEditorOverviewDescriptionEdit = {libraryEditorOverviewMetadataWidget}::edtDescription
libraryEditorOverviewKeywordsEdit = {libraryEditorOverviewMetadataWidget}::edtKeywords
libraryEditorOverviewAuthorEdit = {libraryEditorOverviewMetadataWidget}::edtAuthor
libraryEditorOverviewVersionEdit = {libraryEditorOverviewMetadataWidget}::edtVersion
libraryEditorOverviewDeprecatedCheckbox = {libraryEditorOverviewMetadataWidget}::cbxDeprecated
libraryEditorOverviewUrlEdit = {libraryEditorOverviewMetadataWidget}::edtUrl
libraryEditorOverviewCmpCatList = {libraryEditorOverviewWidget}::splitter::gridLayoutWidget::groupBox_2::lstCmpCat
libraryEditorOverviewPkgCatList = {libraryEditorOverviewWidget}::splitter::gridLayoutWidget::groupBox_3::lstPkgCat
libraryEditorOverviewSymList = {libraryEditorOverviewWidget}::splitter::gridLayoutWidget::groupBox_4::lstSym
libraryEditorOverviewPkgList = {libraryEditorOverviewWidget}::splitter::gridLayoutWidget::groupBox_7::lstPkg
libraryEditorOverviewCmpList = {libraryEditorOverviewWidget}::splitter::gridLayoutWidget::groupBox_5::lstCmp
libraryEditorOverviewDevList = {libraryEditorOverviewWidget}::splitter::gridLayoutWidget::groupBox_6::lstDev
libraryEditorOverviewMsgBox = {libraryEditorOverviewWidget}::QMessageBox
libraryEditorOverviewMsgBoxBtnYes = {libraryEditorOverviewMsgBox}::qt_msgbox_buttonbox::QPushButton
libraryEditorOverviewMsgBoxBtnCancel = {libraryEditorOverviewMsgBox}::qt_msgbox_buttonbox::QPushButton-1

# Component category editor widget
libraryEditorCmpCatWidget = {libraryEditorStackedWidget}::librepcb__editor__ComponentCategoryEditorWidget
libraryEditorCmpCatNameEdit = {libraryEditorCmpCatWidget}::edtName
libraryEditorCmpCatDescriptionEdit = {libraryEditorCmpCatWidget}::edtDescription
libraryEditorCmpCatKeywordsEdit = {libraryEditorCmpCatWidget}::edtKeywords
libraryEditorCmpCatAuthorEdit = {libraryEditorCmpCatWidget}::edtAuthor
libraryEditorCmpCatVersionEdit = {libraryEditorCmpCatWidget}::edtVersion
libraryEditorCmpCatDeprecatedCheckbox = {libraryEditorCmpCatWidget}::cbxDeprecated

# Package category editor widget
libraryEditorPkgCatWidget = {libraryEditorStackedWidget}::librepcb__editor__PackageCategoryEditorWidget
libraryEditorPkgCatNameEdit = {libraryEditorPkgCatWidget}::edtName
libraryEditorPkgCatDescriptionEdit = {libraryEditorPkgCatWidget}::edtDescription
libraryEditorPkgCatKeywordsEdit = {libraryEditorPkgCatWidget}::edtKeywords
libraryEditorPkgCatAuthorEdit = {libraryEditorPkgCatWidget}::edtAuthor
libraryEditorPkgCatVersionEdit = {libraryEditorPkgCatWidget}::edtVersion
libraryEditorPkgCatDeprecatedCheckbox = {libraryEditorPkgCatWidget}::cbxDeprecated

# Symbol editor widget
libraryEditorSymbolWidget = {libraryEditorStackedWidget}::librepcb__editor__SymbolEditorWidget
libraryEditorSymbolNameEdit = {libraryEditorSymbolWidget}::edtName
libraryEditorSymbolDescriptionEdit = {libraryEditorSymbolWidget}::edtDescription
libraryEditorSymbolKeywordsEdit = {libraryEditorSymbolWidget}::edtKeywords
libraryEditorSymbolAuthorEdit = {libraryEditorSymbolWidget}::edtAuthor
libraryEditorSymbolVersionEdit = {libraryEditorSymbolWidget}::edtVersion
libraryEditorSymbolDeprecatedCheckbox = {libraryEditorSymbolWidget}::cbxDeprecated

# Package editor widget
libraryEditorPackageWidget = {libraryEditorStackedWidget}::librepcb__editor__PackageEditorWidget
libraryEditorPackageNameEdit = {libraryEditorPackageWidget}::edtName
libraryEditorPackageDescriptionEdit = {libraryEditorPackageWidget}::edtDescription
libraryEditorPackageKeywordsEdit = {libraryEditorPackageWidget}::edtKeywords
libraryEditorPackageAuthorEdit = {libraryEditorPackageWidget}::edtAuthor
libraryEditorPackageVersionEdit = {libraryEditorPackageWidget}::edtVersion
libraryEditorPackageDeprecatedCheckbox = {libraryEditorPackageWidget}::cbxDeprecated

# Component editor widget
libraryEditorComponentWidget = {libraryEditorStackedWidget}::librepcb__editor__ComponentEditorWidget
libraryEditorComponentNameEdit = {libraryEditorComponentWidget}::edtName
libraryEditorComponentDescriptionEdit = {libraryEditorComponentWidget}::edtDescription
libraryEditorComponentKeywordsEdit = {libraryEditorComponentWidget}::edtKeywords
libraryEditorComponentAuthorEdit = {libraryEditorComponentWidget}::edtAuthor
libraryEditorComponentVersionEdit = {libraryEditorComponentWidget}::edtVersion
libraryEditorComponentDeprecatedCheckbox = {libraryEditorComponentWidget}::cbxDeprecated

# Device editor widget
libraryEditorDeviceWidget = {libraryEditorStackedWidget}::librepcb__editor__DeviceEditorWidget
libraryEditorDeviceNameEdit = {libraryEditorDeviceWidget}::edtName
libraryEditorDeviceDescriptionEdit = {libraryEditorDeviceWidget}::edtDescription
libraryEditorDeviceKeywordsEdit = {libraryEditorDeviceWidget}::edtKeywords
libraryEditorDeviceAuthorEdit = {libraryEditorDeviceWidget}::edtAuthor
libraryEditorDeviceVersionEdit = {libraryEditorDeviceWidget}::edtVersion
libraryEditorDeviceDeprecatedCheckbox = {libraryEditorDeviceWidget}::cbxDeprecated

# New element wizard
libraryEditorNewElementWizard = librepcb__editor__NewElementWizard
libraryEditorNewElementWizardWidget = {libraryEditorNewElementWizard}::QWidget
libraryEditorNewElementWizardBackButton = {libraryEditorNewElementWizardWidget}::__qt__passive_wizardbutton0
libraryEditorNewElementWizardNextButton = {libraryEditorNewElementWizardWidget}::__qt__passive_wizardbutton1
libraryEditorNewElementWizardFinishButton = {libraryEditorNewElementWizardWidget}::qt_wizard_finish
libraryEditorNewElementWizardFrame = {libraryEditorNewElementWizardWidget}::QFrame
libraryEditorNewElementWizardChooseTypePage = {libraryEditorNewElementWizardFrame}::librepcb__editor__NewElementWizardPage_ChooseType
libraryEditorNewElementWizardChooseTypeNewRadioButton = {libraryEditorNewElementWizardChooseTypePage}::groupBox::rbtnCreateNewElement
libraryEditorNewElementWizardChooseTypeCopyRadioButton = {libraryEditorNewElementWizardChooseTypePage}::groupBox::rbtnCopyExistingElement
libraryEditorNewElementWizardChooseTypeCmpCatButton = {libraryEditorNewElementWizardChooseTypePage}::btnComponentCategory
libraryEditorNewElementWizardChooseTypePkgCatButton = {libraryEditorNewElementWizardChooseTypePage}::btnPackageCategory
libraryEditorNewElementWizardChooseTypeSymbolButton = {libraryEditorNewElementWizardChooseTypePage}::btnSymbol
libraryEditorNewElementWizardChooseTypePackageButton = {libraryEditorNewElementWizardChooseTypePage}::btnPackage
libraryEditorNewElementWizardChooseTypeComponentButton = {libraryEditorNewElementWizardChooseTypePage}::btnComponent
libraryEditorNewElementWizardChooseTypeDeviceButton = {libraryEditorNewElementWizardChooseTypePage}::btnDevice
libraryEditorNewElementWizardCopyFromPage = {libraryEditorNewElementWizardFrame}::librepcb__editor__NewElementWizardPage_CopyFrom
libraryEditorNewElementWizardCopyFromCategoriesTree = {libraryEditorNewElementWizardCopyFromPage}::treeView
libraryEditorNewElementWizardCopyFromElementsList = {libraryEditorNewElementWizardCopyFromPage}::listWidget
libraryEditorNewElementWizardMetadataPage = {libraryEditorNewElementWizardFrame}::librepcb__editor__NewElementWizardPage_EnterMetadata
libraryEditorNewElementWizardMetadataNameEdit = {libraryEditorNewElementWizardMetadataPage}::edtName
libraryEditorNewElementWizardMetadataDescriptionEdit = {libraryEditorNewElementWizardMetadataPage}::edtDescription
libraryEditorNewElementWizardMetadataKeywordsEdit = {libraryEditorNewElementWizardMetadataPage}::edtKeywords
libraryEditorNewElementWizardMetadataAuthorEdit = {libraryEditorNewElementWizardMetadataPage}::edtAuthor
libraryEditorNewElementWizardMetadataVersionEdit = {libraryEditorNewElementWizardMetadataPage}::edtVersion
libraryEditorNewElementWizardMetadataCategoryEdit = {libraryEditorNewElementWizardMetadataPage}::edtCategory
libraryEditorNewElementWizardMetadataCategoryLabel = {libraryEditorNewElementWizardMetadataPage}::lblCategoryTree
libraryEditorNewElementWizardMetadataCategoryButton = {libraryEditorNewElementWizardMetadataPage}::btnChooseCategory
libraryEditorNewElementWizardComponentPropertiesPage = {libraryEditorNewElementWizardFrame}::librepcb__editor__NewElementWizardPage_ComponentProperties
libraryEditorNewElementWizardComponentPropertiesSchematicOnlyComboBox = {libraryEditorNewElementWizardComponentPropertiesPage}::cbxSchematicOnly
libraryEditorNewElementWizardComponentPropertiesDefaultValueEdit = {libraryEditorNewElementWizardComponentPropertiesPage}::edtDefaultValue
libraryEditorNewElementWizardComponentPropertiesPrefixEdit = {libraryEditorNewElementWizardComponentPropertiesPage}::edtPrefix
libraryEditorNewElementWizardComponentSymbolsPage = {libraryEditorNewElementWizardFrame}::librepcb__editor__NewElementWizardPage_ComponentSymbols
libraryEditorNewElementWizardComponentSymbolsListEditorWidget = {libraryEditorNewElementWizardComponentSymbolsPage}::symbolListEditorWidget
libraryEditorNewElementWizardComponentSymbolsTableWidget = {libraryEditorNewElementWizardComponentSymbolsListEditorWidget}::librepcb:_:editor:_:EditableTableWidget
libraryEditorNewElementWizardComponentSymbolsChooseSymbolButton = {libraryEditorNewElementWizardComponentSymbolsTableWidget}::qt_scrollarea_viewport::QWidget::btnBrowse
libraryEditorNewElementWizardComponentSymbolsChooseSymbolDialog = {libraryEditorNewElementWizardComponentSymbolsListEditorWidget}::librepcb__editor__SymbolChooserDialog
libraryEditorNewElementWizardComponentSymbolsChooseSymbolDialogCategoriesTree = {libraryEditorNewElementWizardComponentSymbolsChooseSymbolDialog}::treeCategories
libraryEditorNewElementWizardComponentSymbolsChooseSymbolDialogSymbolsList = {libraryEditorNewElementWizardComponentSymbolsChooseSymbolDialog}::listSymbols
libraryEditorNewElementWizardComponentSymbolsChooseSymbolDialogAcceptButton = {libraryEditorNewElementWizardComponentSymbolsChooseSymbolDialog}::buttonBox_2::QPushButton
libraryEditorNewElementWizardComponentSymbolsAddSymbolButton = {libraryEditorNewElementWizardComponentSymbolsTableWidget}::qt_scrollarea_viewport::QWidget-1::btnAdd
libraryEditorNewElementWizardComponentPinSignalMapPage = {libraryEditorNewElementWizardFrame}::librepcb__editor__NewElementWizardPage_ComponentPinSignalMap
libraryEditorNewElementWizardComponentPinSignalMapWidget = {libraryEditorNewElementWizardComponentPinSignalMapPage}::pinSignalMapEditorWidget
libraryEditorNewElementWizardComponentPinSignalMapAutoAssignButton = {libraryEditorNewElementWizardComponentPinSignalMapWidget}::QPushButton
libraryEditorNewElementWizardDevicePropertiesPage = {libraryEditorNewElementWizardFrame}::librepcb__editor__NewElementWizardPage_DeviceProperties
libraryEditorNewElementWizardDevicePropertiesComponentNameLabel = {libraryEditorNewElementWizardDevicePropertiesPage}::groupBox::lblComponentName
libraryEditorNewElementWizardDevicePropertiesChooseComponentButton = {libraryEditorNewElementWizardDevicePropertiesPage}::groupBox::btnChooseComponent
libraryEditorNewElementWizardDevicePropertiesChooseComponentDialog = {libraryEditorNewElementWizardDevicePropertiesPage}::librepcb__editor__ComponentChooserDialog
libraryEditorNewElementWizardDevicePropertiesChooseComponentDialogCategoriesTree = {libraryEditorNewElementWizardDevicePropertiesChooseComponentDialog}::treeCategories
libraryEditorNewElementWizardDevicePropertiesChooseComponentDialogComponentsList = {libraryEditorNewElementWizardDevicePropertiesChooseComponentDialog}::listComponents
libraryEditorNewElementWizardDevicePropertiesChooseComponentDialogAcceptButton = {libraryEditorNewElementWizardDevicePropertiesChooseComponentDialog}::buttonBox_2::QPushButton
libraryEditorNewElementWizardDevicePropertiesPackageNameLabel = {libraryEditorNewElementWizardDevicePropertiesPage}::groupBox_2::lblPackageName
libraryEditorNewElementWizardDevicePropertiesChoosePackageButton = {libraryEditorNewElementWizardDevicePropertiesPage}::groupBox_2::btnChoosePackage
libraryEditorNewElementWizardDevicePropertiesChoosePackageDialog = {libraryEditorNewElementWizardDevicePropertiesPage}::librepcb__editor__PackageChooserDialog
libraryEditorNewElementWizardDevicePropertiesChoosePackageDialogCategoriesTree = {libraryEditorNewElementWizardDevicePropertiesChoosePackageDialog}::treeCategories
libraryEditorNewElementWizardDevicePropertiesChoosePackageDialogPackagesList = {libraryEditorNewElementWizardDevicePropertiesChoosePackageDialog}::listPackages
libraryEditorNewElementWizardDevicePropertiesChoosePackageDialogAcceptButton = {libraryEditorNewElementWizardDevicePropertiesChoosePackageDialog}::buttonBox_2::QPushButton

# EAGLE library import wizard
libraryEditorEagleLibraryImportWizard = librepcb__editor__EagleLibraryImportWizard
libraryEditorEagleLibraryImportWizardWidget = {libraryEditorEagleLibraryImportWizard}::QWidget
libraryEditorEagleLibraryImportWizardBackButton = {libraryEditorEagleLibraryImportWizardWidget}::__qt__passive_wizardbutton0
libraryEditorEagleLibraryImportWizardNextButton = {libraryEditorEagleLibraryImportWizardWidget}::__qt__passive_wizardbutton1
libraryEditorEagleLibraryImportWizardImportButton = {libraryEditorEagleLibraryImportWizardWidget}::qt_wizard_commit
libraryEditorEagleLibraryImportWizardFinishButton = {libraryEditorEagleLibraryImportWizardWidget}::qt_wizard_finish
libraryEditorEagleLibraryImportWizardFrame = {libraryEditorEagleLibraryImportWizardWidget}::QFrame
libraryEditorEagleLibraryImportWizardChooseLibraryPage = {libraryEditorEagleLibraryImportWizardFrame}::librepcb__editor__EagleLibraryImportWizardPage_ChooseLibrary
libraryEditorEagleLibraryImportWizardChooseLibraryFilePathEdit = {libraryEditorEagleLibraryImportWizardChooseLibraryPage}::edtFilePath
libraryEditorEagleLibraryImportWizardSelectElementsPage = {libraryEditorEagleLibraryImportWizardFrame}::librepcb__editor__EagleLibraryImportWizardPage_SelectElements
libraryEditorEagleLibraryImportWizardSelectElementsTreeWidget = {libraryEditorEagleLibraryImportWizardSelectElementsPage}::treeWidget
libraryEditorEagleLibraryImportWizardSetOptionsPage = {libraryEditorEagleLibraryImportWizardFrame}::librepcb__editor__EagleLibraryImportWizardPage_SetOptions
libraryEditorEagleLibraryImportWizardSetOptionsPrefixCheckBox = {libraryEditorEagleLibraryImportWizardSetOptionsPage}::groupBox_3::cbxAddNamePrefix
libraryEditorEagleLibraryImportWizardSetOptionsComponentCategoryChooseButton = {libraryEditorEagleLibraryImportWizardSetOptionsPage}::gbxComponentCategory::btnChooseComponentCategory
libraryEditorEagleLibraryImportWizardSetOptionsChooseCategoryDialog = {libraryEditorEagleLibraryImportWizardSetOptionsPage}::librepcb__editor__CategoryChooserDialog
libraryEditorEagleLibraryImportWizardSetOptionsChooseCategoryTree = {libraryEditorEagleLibraryImportWizardSetOptionsChooseCategoryDialog}::treeView

# Graphics export dialog
libraryEditorGraphicsExportDialog = librepcb__editor__GraphicsExportDialog
libraryEditorGraphicsExportDialogButtonBox = {libraryEditorGraphicsExportDialog}::buttonBox
libraryEditorGraphicsExportDialogButtonAccept = {libraryEditorGraphicsExportDialogButtonBox}::QPushButton
libraryEditorGraphicsExportDialogButtonCancel = {libraryEditorGraphicsExportDialogButtonBox}::QPushButton-1
libraryEditorGraphicsExportDialogOpenFileCheckbox = {libraryEditorGraphicsExportDialog}::cbxOpenExportedFiles

# Graphics export save file dialog
libraryEditorGraphicsExportSaveFileDialog = {libraryEditorGraphicsExportDialog}::{QT_FILE_DIALOG}
libraryEditorGraphicsExportSaveFileDialogFileNameEdit = {libraryEditorGraphicsExportDialog}::{QT_FILE_DIALOG_LINE_EDIT}
libraryEditorGraphicsExportSaveFileDialogOkButton = {libraryEditorGraphicsExportDialog}::{QT_FILE_DIALOG_BTN_OK}


################################################################################
# Dialogs
################################################################################

# Initialize workspace wizard
initWorkspaceWizard = librepcb__editor__InitializeWorkspaceWizard
initWorkspaceWizardWidget = {initWorkspaceWizard}::QWidget
initWorkspaceWizardNextButton = {initWorkspaceWizardWidget}::__qt__passive_wizardbutton1
initWorkspaceWizardFinishButton = {initWorkspaceWizardWidget}::qt_wizard_finish
initWorkspaceWizardFrame = {initWorkspaceWizardWidget}::QFrame
initWorkspaceWizardChooseWorkspacePage = {initWorkspaceWizardFrame}::librepcb__editor__InitializeWorkspaceWizard_ChooseWorkspace
initWorkspaceWizardChooseWorkspacePathEdit = {initWorkspaceWizardChooseWorkspacePage}::edtPath
initWorkspaceWizardChooseWorkspaceStatusLabel = {initWorkspaceWizardChooseWorkspacePage}::lblStatus
initWorkspaceWizardUpgradePage = {initWorkspaceWizardFrame}::librepcb__editor__InitializeWorkspaceWizard_Upgrade
initWorkspaceWizardUpgradeSourceLabel = {initWorkspaceWizardUpgradePage}::lblSource
initWorkspaceWizardUpgradeDestinationLabel = {initWorkspaceWizardUpgradePage}::lblDestination
initWorkspaceWizardChooseSettingsPage = {initWorkspaceWizardFrame}::librepcb__editor__InitializeWorkspaceWizard_ChooseSettings
initWorkspaceWizardChooseSettingsUserNameEdit = {initWorkspaceWizardChooseSettingsPage}::edtUserName

# Open project dialog
openProjectDialog = {QT_FILE_DIALOG}
openProjectDialogFileNameEdit = {QT_FILE_DIALOG_LINE_EDIT}
openProjectDialogOkButton = {QT_FILE_DIALOG_BTN_OK}

# New project wizard
newProjectWizard = librepcb__editor__NewProjectWizard
newProjectWizardWidget = {newProjectWizard}::QWidget
newProjectWizardNextButton = {newProjectWizardWidget}::__qt__passive_wizardbutton1
newProjectWizardFinishButton = {newProjectWizardWidget}::qt_wizard_finish
newProjectWizardFrame = {newProjectWizardWidget}::QFrame
newProjectWizardMetadataPage = {newProjectWizardFrame}::librepcb__editor__NewProjectWizardPage_Metadata
newProjectWizardMetadataNameEdit = {newProjectWizardMetadataPage}::edtName
newProjectWizardMetadataPathEdit = {newProjectWizardMetadataPage}::edtPath

# Workspace settings dialog
workspaceSettingsDialog = librepcb__editor__WorkspaceSettingsDialog
workspaceSettingsDialogButtonBox = {workspaceSettingsDialog}::buttonBox
workspaceSettingsDialogButtonAccept = {workspaceSettingsDialogButtonBox}::QPushButton
workspaceSettingsDialogButtonCancel = {workspaceSettingsDialogButtonBox}::QPushButton-1
workspaceSettingsDialogTabWidget = {workspaceSettingsDialog}::tabWidget
workspaceSettingsDialogStackedWidget = {workspaceSettingsDialogTabWidget}::qt_tabwidget_stackedwidget
workspaceSettingsDialogGeneralTab = {workspaceSettingsDialogStackedWidget}::generalTab
workspaceSettingsDialogGeneralUserNameEdit = {workspaceSettingsDialogGeneralTab}::edtUserName

# Add Component Dialog
addComponentDialog = librepcb__editor__AddComponentDialog
addComponentDialogButtonBox = {addComponentDialog}::buttonBox
addComponentDialogButtonAccept = {addComponentDialogButtonBox}::QPushButton
addComponentDialogButtonCancel = {addComponentDialogButtonBox}::QPushButton-1
addComponentDialogSearchEdit = {addComponentDialog}::edtSearch
addComponentDialogCategoryTree = {addComponentDialog}::treeCategories
addComponentDialogComponentTree = {addComponentDialog}::treeComponents
addComponentDialogSymVarCombobox = {addComponentDialog}::cbxSymbVar
addComponentDialogComponentNameLabel = {addComponentDialog}::lblCompName
addComponentDialogComponentDescriptionLabel = {addComponentDialog}::lblCompDescription
addComponentDialogDeviceNameLabel = {addComponentDialog}::lblDeviceName

# Graphics export dialog
graphicsExportDialog = librepcb__editor__GraphicsExportDialog
graphicsExportDialogButtonBox = {graphicsExportDialog}::buttonBox
graphicsExportDialogButtonBoxLeft = {graphicsExportDialog}::buttonBoxLeft
graphicsExportDialogButtonRestoreDefaults = {graphicsExportDialogButtonBoxLeft}::QPushButton
graphicsExportDialogButtonAccept = {graphicsExportDialogButtonBox}::QPushButton
graphicsExportDialogButtonCancel = {graphicsExportDialogButtonBox}::QPushButton-1
graphicsExportDialogButtonCopyToClipboard = {graphicsExportDialogButtonBox}::btnCopyToClipboard
graphicsExportDialogOpenFileCheckbox = {graphicsExportDialog}::cbxOpenExportedFiles
graphicsExportDialogTabWidget = {graphicsExportDialog}::tabWidget
graphicsExportDialogTabBar = {graphicsExportDialogTabWidget}::qt_tabwidget_tabbar
graphicsExportDialogStackedWidget = {graphicsExportDialogTabWidget}::qt_tabwidget_stackedwidget
graphicsExportDialogTabGeneral = {graphicsExportDialogStackedWidget}::tabGeneral
graphicsExportDialogPageSizeComboBox = {graphicsExportDialogTabGeneral}::cbxPageSize

# Graphics export save file dialog
graphicsExportSaveFileDialog = {graphicsExportDialog}::{QT_FILE_DIALOG}
graphicsExportSaveFileDialogFileNameEdit = {graphicsExportDialog}::{QT_FILE_DIALOG_LINE_EDIT}
graphicsExportSaveFileDialogOkButton = {graphicsExportDialog}::{QT_FILE_DIALOG_BTN_OK}
