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 addCommand(self, script, index, config, parent): item = TreeCommand(script, index, config, parent) item.setText(0, "Command") try: desc = config["_desc_"] except Exception, _e: desc = str(config) item.setText(1, desc)