Displaying 2 results from an estimated 2 matches for "exec_".
Did you mean:
exec
2007 Mar 18
1
A wish or possible?
Hi,
One thing I''d like to be able to do is this...
define sedfile ( $file = '''', $target = '''', $pattern = '''', $options = ''-i -n''
, onlyif = '''' ) {
case $file {
'''': { err ( "Require valid filename: ''$file''" ) }
}
case $target {
2018 Jun 15
2
CentOS7/Mate Qt bugs/features?
...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_())