but this small gesture was outshone by the incredibly touching gifts we received from the group: a box of handwritten postcards in a box decorated with beautiful pyrography, and a high-quality book filled with screenshots of some of their favourite locations in No Man’s Sky. Thank you ...
QStringList args = qca.arguments();if(args.contains ("--help"))returnhelp (), EXIT_SUCCESS;if(args.contains ("--version"))returnversion (), EXIT_SUCCESS; LDEBUG <<"initialising..."; GrooveWindow mw; mw.show ();intretval = qca.exec ();// uninitialise unportable debug libraryuninit...
apic= [APIC,X86-32] Advanced Programmable Interrupt Controller Change the output verbosity whilst booting Format: { quiet (default) | verbose | debug } Change the amount of debugging information output when initialising the APIC and IO-APIC components. apic_extnmi= [APIC,X86] External NMI delive...
settingsLoader =newQSettings(fileName, QSettings::IniFormat,this); }if(settingsLoader->status() != QSettings::NoError)return-settingsLoader->status();// Main window layout and other general optionssettingsLoader->beginGroup("options"); settingsLoader->beginGroup("window");// Docking windows and...
sw.add(self._vertbox)# The menu is one item by 7 itemsself.set_size_request(self.item_width,7* self.item_height) self._pack_buttons() 开发者ID:KanoComputing,项目名称:kano-profile,代码行数:33,代码来源:CategoryMenu.py 示例2: setup_application_widgets ...
qInfo() <<"QRenderDoc initialising."; QString filename ="";booltemp =false;for(inti =0; i < argc; i++) {if(!QString::compare(argv[i],"--tempfile", Qt::CaseInsensitive)) temp =true; } QString remoteHost =""; uint remoteIdent =0;for(inti =0; i +1< argc; i++) ...
}// Create starred and inbox playlists if they're not here alreadyif(!search_) { search_ =newQStandardItem(IconLoader::Load("edit-find", IconLoader::Base), tr("Search results")); search_->setToolTip( tr("Start typing something on the search box above to ""fill this search results li...
self.connect(self.ui.deleteSelectedButton, QtCore.SIGNAL("clicked()"), self.deleteSelectedFields) self.connect(self.ui.deleteAllButton, QtCore.SIGNAL("clicked()"), self.deleteAllFields) self.connect(self.ui.vectorLayerComboBox, QtCore.SIGNAL("currentIndexChanged(const QString&)"), self.layerCh...
/** Show the loading bar and start listening. @param window The window to update @param numGroupsInit The number of groups you're going to be initialising @param numGroupsLoad The number of groups you're going to be loading @param initProportion The proportion of the progress which will ...
self.show_error_dialog(i18n("AutoKey is already running as pid %1 but is not responding", pid), str(e)) sys.exit(1)returnTruedefmain(self):self.app.exec_()definitialise(self, configure):logging.info("Initialising application")