Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(1) | Derive(0) | Import(1)
src/p/y/PyRQ-0.4.1/PyRQ/Ui/qt4/RRQDebugger/RRQDebugger.py PyRQ(Download)
from PyQt4 import QtGui, QtCore, uic, Qt from PyRQ.Core.QueueServer.QueueServerDetails import QueueServerDetails from PyRQ.Ui.qt4.RRQDebugger.AboutDialog import AboutDialog from PyRQ.Ui.qt4.RRQDebugger.FiltererEnablers import Enablers from PyRQ.Ui.qt4.RRQDebugger.GlobalActionsModel import GlobalActionsModel
for tab in self.tabs: details.append((tab.getQueueServerDetails(), tab.getName(), (tab.iface!=None))) mb = AboutDialog(self.resourcesPath, self.host, details, parent=self) path = os.path.join(self.resourcesPath, AboutDialog.RESOURCE_NAME) uic.loadUi(path, baseinstance=mb)