Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
QTreeWidgetItem.setText(int, QString)
src/p/y/PyRQ-0.4.1/PyRQ/Ui/qt4/RRQDebugger/ScriptTreeBuilder.py PyRQ(Download)
def addConfigResult(self, script, index, config, parent): item = TreeCommandResult(script, index, config, parent) item.setText(0, "Result") try: result = config["_result_"] except Exception, result: print "ERROR - No result found!!!" item.setText(1, str(result))