~vincent-vandevyvre/qarte/qarte-3

« back to all changes in this revision

Viewing changes to gui/uiconcerts.py

  • Committer: Vincent Vande Vyvre
  • Date: 2018-02-22 08:30:06 UTC
  • Revision ID: vincent.vandevyvre@oqapy.eu-20180222083006-m3xrhw7rf2wqtcyy
Update arte concerts page

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
        self.h_layout6 = QHBoxLayout()
111
111
        space1 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)
112
112
        self.h_layout6.addItem(space1)
 
113
        self.level_ic = QLabel(self.control_wdg)
 
114
        self.level_ic.setPixmap(QPixmap("medias/sound.png"))
 
115
        self.h_layout6.addWidget(self.level_ic)
113
116
        self.level_lbl = QLabel(self.control_wdg)
114
117
        self.level_lbl.setAlignment(Qt.AlignRight|
115
118
                                    Qt.AlignTrailing|Qt.AlignVCenter)