search for: qapp

Displaying 2 results from an estimated 2 matches for "qapp".

Did you mean: app
2018 Jun 15
2
CentOS7/Mate Qt bugs/features?
...self.combo.style().polish(self.combo) self.update() ss = """ *[state="1"] { background: rgb(50,50,100); } *[state="2"] { background: rgb(50,100,50); } """ if __name__ == "__main__": qapp = QApplication(sys.argv) myApp = MyWidget() myApp.setStyleSheet(ss) myApp.show() sys.exit(qapp.exec_())
2006 Nov 07
2
Crash when embedding R X11 windows
Dear R developers, I've been experimenting with embedding R X11 windows into another application using KDE's QXEmbed on linux. Attempting to do so will crash R (with R 2.4.0, trunk, and I know the bug has been around in prior versions). I used to think this was related to bug #848, but I'm not sure, if / how the solution suggested there still applies to current versions of R.