3
3
################################################################################
4
4
## Form generated from reading UI file 'playlist_selection_dialog.ui'
5
5
##
6
- ## Created by: Qt User Interface Compiler version 6.6.3
6
+ ## Created by: Qt User Interface Compiler version 6.8.0
7
7
##
8
8
## WARNING! All changes made in this file will be lost when recompiling UI file!
9
9
################################################################################
15
15
QFont , QFontDatabase , QGradient , QIcon ,
16
16
QImage , QKeySequence , QLinearGradient , QPainter ,
17
17
QPalette , QPixmap , QRadialGradient , QTransform )
18
- from PySide6 .QtWidgets import (QAbstractButton , QApplication , QCheckBox , QDialog ,
19
- QDialogButtonBox , QListWidget , QListWidgetItem , QSizePolicy ,
20
- QWidget )
18
+ from PySide6 .QtWidgets import (QAbstractButton , QApplication , QButtonGroup , QCheckBox ,
19
+ QDialog , QDialogButtonBox , QLabel , QListWidget ,
20
+ QListWidgetItem , QRadioButton , QSizePolicy , QWidget )
21
21
22
22
class Ui_PlaylistSelectionDialog (object ):
23
23
def setupUi (self , PlaylistSelectionDialog ):
@@ -38,6 +38,23 @@ def setupUi(self, PlaylistSelectionDialog):
38
38
self .shuffleCheckBox = QCheckBox (PlaylistSelectionDialog )
39
39
self .shuffleCheckBox .setObjectName (u"shuffleCheckBox" )
40
40
self .shuffleCheckBox .setGeometry (QRect (90 , 260 , 70 , 17 ))
41
+ self .radioButtonLibrary = QRadioButton (PlaylistSelectionDialog )
42
+ self .radioButtonGroup = QButtonGroup (PlaylistSelectionDialog )
43
+ self .radioButtonGroup .setObjectName (u"radioButtonGroup" )
44
+ self .radioButtonGroup .addButton (self .radioButtonLibrary )
45
+ self .radioButtonLibrary .setObjectName (u"radioButtonLibrary" )
46
+ self .radioButtonLibrary .setEnabled (True )
47
+ self .radioButtonLibrary .setGeometry (QRect (50 , 270 , 82 , 17 ))
48
+ self .radioButtonUploads = QRadioButton (PlaylistSelectionDialog )
49
+ self .radioButtonGroup .addButton (self .radioButtonUploads )
50
+ self .radioButtonUploads .setObjectName (u"radioButtonUploads" )
51
+ self .radioButtonUploads .setEnabled (True )
52
+ self .radioButtonUploads .setGeometry (QRect (110 , 270 , 82 , 17 ))
53
+ self .radioButtonUploads .setChecked (True )
54
+ self .radioButtonLabel = QLabel (PlaylistSelectionDialog )
55
+ self .radioButtonLabel .setObjectName (u"radioButtonLabel" )
56
+ self .radioButtonLabel .setEnabled (True )
57
+ self .radioButtonLabel .setGeometry (QRect (60 , 250 , 111 , 20 ))
41
58
42
59
self .retranslateUi (PlaylistSelectionDialog )
43
60
self .buttonBox .accepted .connect (PlaylistSelectionDialog .accept )
@@ -52,5 +69,8 @@ def retranslateUi(self, PlaylistSelectionDialog):
52
69
self .shuffleCheckBox .setToolTip (QCoreApplication .translate ("PlaylistSelectionDialog" , u"Shuffle the playlist(s) instead of sorting." , None ))
53
70
#endif // QT_CONFIG(tooltip)
54
71
self .shuffleCheckBox .setText (QCoreApplication .translate ("PlaylistSelectionDialog" , u"Shuffle" , None ))
72
+ self .radioButtonLibrary .setText (QCoreApplication .translate ("PlaylistSelectionDialog" , u"Library" , None ))
73
+ self .radioButtonUploads .setText (QCoreApplication .translate ("PlaylistSelectionDialog" , u"Uploads" , None ))
74
+ self .radioButtonLabel .setText (QCoreApplication .translate ("PlaylistSelectionDialog" , u"Add all songs from..." , None ))
55
75
# retranslateUi
56
76
0 commit comments