def __init__(self, parent=None):
QDialog.__init__(self, parent)
self.setupUi(self)
self.setWindowFlags(Qt.Window)
self.label_appname.setText("Cloud Sync")
self.label_version.setText(__version__)
self.label_expl.setText(_("Local or server files are synchronized with this plugin."))
self.label_copy.setText('Copyright © 2017 – Kerim Ölçer\n'
'Copyright © 2017 – Ali Güven Odaba??o?lu')
self.label_cs.setText("This program comes with absolutely no warranty.\n"
"See the GNU General Public License, version 3 or "
"later for details.")
#MainWindow
评论列表
文章目录