2025-08-31 17:04:22 +02:00
# -*- coding: utf-8 -*-
################################################################################
## Form generated from reading UI file 'XmlToXslAssignDialog.ui'
##
2025-12-27 20:01:46 +01:00
## Created by: Qt User Interface Compiler version 6.9.2
2025-08-31 17:04:22 +02:00
##
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
from PySide6 . QtCore import ( QCoreApplication , QDate , QDateTime , QLocale ,
QMetaObject , QObject , QPoint , QRect ,
QSize , QTime , QUrl , Qt )
from PySide6 . QtGui import ( QBrush , QColor , QConicalGradient , QCursor ,
QFont , QFontDatabase , QGradient , QIcon ,
QImage , QKeySequence , QLinearGradient , QPainter ,
QPalette , QPixmap , QRadialGradient , QTransform )
2025-12-27 20:01:46 +01:00
from PySide6 . QtWidgets import ( QAbstractButton , QApplication , QCheckBox , QDialog ,
QDialogButtonBox , QHBoxLayout , QHeaderView , QLabel ,
QPushButton , QSizePolicy , QSpacerItem , QTreeWidget ,
QTreeWidgetItem , QVBoxLayout , QWidget )
2025-08-31 17:04:22 +02:00
class Ui_XmlToXslAssignDialog ( object ) :
def setupUi ( self , XmlToXslAssignDialog ) :
if not XmlToXslAssignDialog . objectName ( ) :
XmlToXslAssignDialog . setObjectName ( u " XmlToXslAssignDialog " )
XmlToXslAssignDialog . resize ( 700 , 500 )
XmlToXslAssignDialog . setModal ( True )
self . verticalLayout = QVBoxLayout ( XmlToXslAssignDialog )
self . verticalLayout . setObjectName ( u " verticalLayout " )
self . infoLabel = QLabel ( XmlToXslAssignDialog )
self . infoLabel . setObjectName ( u " infoLabel " )
self . infoLabel . setWordWrap ( True )
self . verticalLayout . addWidget ( self . infoLabel )
self . xmlFileLabel = QLabel ( XmlToXslAssignDialog )
self . xmlFileLabel . setObjectName ( u " xmlFileLabel " )
self . xmlFileLabel . setWordWrap ( True )
self . verticalLayout . addWidget ( self . xmlFileLabel )
self . xslNodesTree = QTreeWidget ( XmlToXslAssignDialog )
self . xslNodesTree . setObjectName ( u " xslNodesTree " )
self . xslNodesTree . setHeaderHidden ( False )
self . xslNodesTree . setColumnCount ( 3 )
self . xslNodesTree . header ( ) . setVisible ( True )
self . verticalLayout . addWidget ( self . xslNodesTree )
self . buttonLayout = QHBoxLayout ( )
self . buttonLayout . setObjectName ( u " buttonLayout " )
self . selectAllButton = QPushButton ( XmlToXslAssignDialog )
self . selectAllButton . setObjectName ( u " selectAllButton " )
self . buttonLayout . addWidget ( self . selectAllButton )
self . deselectAllButton = QPushButton ( XmlToXslAssignDialog )
self . deselectAllButton . setObjectName ( u " deselectAllButton " )
self . buttonLayout . addWidget ( self . deselectAllButton )
self . horizontalSpacer = QSpacerItem ( 40 , 20 , QSizePolicy . Policy . Expanding , QSizePolicy . Policy . Minimum )
self . buttonLayout . addItem ( self . horizontalSpacer )
2025-12-27 20:01:46 +01:00
self . alle_xml = QCheckBox ( XmlToXslAssignDialog )
self . alle_xml . setObjectName ( u " alle_xml " )
self . buttonLayout . addWidget ( self . alle_xml )
2025-08-31 17:04:22 +02:00
self . verticalLayout . addLayout ( self . buttonLayout )
self . buttonBox = QDialogButtonBox ( XmlToXslAssignDialog )
self . buttonBox . setObjectName ( u " buttonBox " )
self . buttonBox . setOrientation ( Qt . Orientation . Horizontal )
self . buttonBox . setStandardButtons ( QDialogButtonBox . StandardButton . Cancel | QDialogButtonBox . StandardButton . Ok )
self . buttonBox . setCenterButtons ( True )
self . verticalLayout . addWidget ( self . buttonBox )
self . retranslateUi ( XmlToXslAssignDialog )
self . buttonBox . accepted . connect ( XmlToXslAssignDialog . accept )
self . buttonBox . rejected . connect ( XmlToXslAssignDialog . reject )
QMetaObject . connectSlotsByName ( XmlToXslAssignDialog )
# setupUi
def retranslateUi ( self , XmlToXslAssignDialog ) :
XmlToXslAssignDialog . setWindowTitle ( QCoreApplication . translate ( " XmlToXslAssignDialog " , u " XML-Datei zu XSL-Knoten zuordnen " , None ) )
self . infoLabel . setText ( QCoreApplication . translate ( " XmlToXslAssignDialog " , u " W \u00e4 hlen Sie die XSL-Knoten aus, denen die XML-Datei zugeordnet werden soll: " , None ) )
self . xmlFileLabel . setStyleSheet ( QCoreApplication . translate ( " XmlToXslAssignDialog " , u " font-weight: bold; color: #0066cc; " , None ) )
self . xmlFileLabel . setText ( QCoreApplication . translate ( " XmlToXslAssignDialog " , u " XML-Datei: [wird zur Laufzeit gesetzt] " , None ) )
___qtreewidgetitem = self . xslNodesTree . headerItem ( )
___qtreewidgetitem . setText ( 2 , QCoreApplication . translate ( " XmlToXslAssignDialog " , u " Ausw \u00e4 hlen " , None ) ) ;
___qtreewidgetitem . setText ( 1 , QCoreApplication . translate ( " XmlToXslAssignDialog " , u " Details " , None ) ) ;
___qtreewidgetitem . setText ( 0 , QCoreApplication . translate ( " XmlToXslAssignDialog " , u " XSL-Knoten " , None ) ) ;
self . selectAllButton . setText ( QCoreApplication . translate ( " XmlToXslAssignDialog " , u " Alle ausw \u00e4 hlen " , None ) )
self . deselectAllButton . setText ( QCoreApplication . translate ( " XmlToXslAssignDialog " , u " Alle abw \u00e4 hlen " , None ) )
2025-12-27 20:01:46 +01:00
self . alle_xml . setText ( QCoreApplication . translate ( " XmlToXslAssignDialog " , u " Alle XML-Dateien den ausgew \u00e4 hlten XSL-Dateien zuordnen " , None ) )
2025-08-31 17:04:22 +02:00
# retranslateUi