|
|
|
@ -47,6 +47,9 @@ class MainWindow(QWidget):
|
|
|
|
|
def initUI(self):
|
|
|
|
|
'''populate text and combobox needed with uic'''
|
|
|
|
|
self.label.setText(_("Select Color Scheme for Breeze Qt Style:"))
|
|
|
|
|
self.label2.setText(_("Menu Transparency"))
|
|
|
|
|
self.label3a.setText(_("Transparent"))
|
|
|
|
|
self.label3b.setText(_("Opaque"))
|
|
|
|
|
t = _("Applications need to be restarted for changes to take effect.")
|
|
|
|
|
t += "<br/>"
|
|
|
|
|
t += _("In case of pcmanfm-qt, since it handles the desktop, ")
|
|
|
|
|