Skip to content

Instantly share code, notes, and snippets.

View rbertoche's full-sized avatar

Raphael Bertoche rbertoche

  • cpti.cetuc.puc-rio.br
View GitHub Profile
>>> import sip
>>> sip.setapi('QString', 2)
>>> from PyQt4 import QtGui
>>> app = QtGui.QApplication([])
>>> l = QtGui.QLabel()
>>> l.text()
PyQt4.QtCore.QString(u'')
diff -r fd16e4dcccfe clean_makefiles.pri
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/clean_makefiles.pri Fri Jun 29 16:31:09 2018 -0300
@@ -0,0 +1,5 @@
+
+clean_makefiles.commands = -rm -f Makefile
+clean_makefiles.CONFIG = phony recursive
+QMAKE_EXTRA_TARGETS += clean_makefiles
+
diff -r fd16e4dcccfe template_project.pri