Home
last modified time | relevance | path

Searched refs:qApp (Results 1 – 25 of 4352) sorted by relevance

12345678910>>...175

/dports/x11/qt5-x11extras/kde-qtx11extras-5.15.2p1/src/x11extras/
H A Dqx11info_x11.cpp174 if (!qApp) in appRootWindow()
204 if (!qApp) in appScreen()
219 if (!qApp) in appTime()
235 if (!qApp) in appUserTime()
251 if (!qApp) in setAppTime()
272 if (!qApp) in setAppUserTime()
296 if (!qApp) in getTimestamp()
317 if (!qApp) in nextStartupId()
339 if (!qApp) in setNextStartupId()
359 if (!qApp) in display()
[all …]
/dports/cad/librepcb/librepcb-0.1.6/tests/unittests/common/
H A Dapplicationtest.cpp47 Version v = qApp->getAppVersion(); in TEST()
59 EXPECT_GE(qApp->getFileFormatVersion(), Version::fromString("0.1")); in TEST()
62 EXPECT_LE(qApp->getFileFormatVersion(), qApp->getAppVersion()); in TEST()
67 EXPECT_TRUE(qApp->getResourcesDir().isValid()); in TEST()
68 EXPECT_TRUE(qApp->getResourcesDir().isExistingDir()); in TEST()
69 EXPECT_FALSE(qApp->getResourcesDir().isEmptyDir()); in TEST()
79 FilePath dir = qApp->getResourcesDir(); in TEST()
80 EXPECT_EQ(dir, qApp->getResourcesFilePath("")); in TEST()
81 EXPECT_EQ(dir, qApp->getResourcesFilePath(QString())); in TEST()
84 qApp->getResourcesFilePath("foo/bar.ext")); in TEST()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qtranslator/
H A Dtst_qtranslator.cpp190 qApp->sendPostedEvents(); in testLanguageChange()
191 qApp->sendPostedEvents(); in testLanguageChange()
195 qApp->sendPostedEvents(); in testLanguageChange()
196 qApp->sendPostedEvents(); in testLanguageChange()
200 qApp->sendPostedEvents(); in testLanguageChange()
201 qApp->sendPostedEvents(); in testLanguageChange()
205 qApp->sendPostedEvents(); in testLanguageChange()
206 qApp->sendPostedEvents(); in testLanguageChange()
210 qApp->sendPostedEvents(); in testLanguageChange()
211 qApp->sendPostedEvents(); in testLanguageChange()
[all …]
/dports/net/rssguard/rssguard-4.0.4/src/rssguard/
H A Dmain.cpp53 qApp->localization()->loadActiveLanguage(); in main()
64 qApp->icons()->setupSearchPaths(); in main()
65 qApp->icons()->loadCurrentIconTheme(); in main()
66 qApp->skins()->loadCurrentSkin(); in main()
74 qApp->reactOnForeignNotifications(); in main()
82 qApp->loadDynamicShortcuts(); in main()
83 qApp->hideOrShowMainForm(); in main()
86 qApp->showTrayIcon(); in main()
87 qApp->offerChanges(); in main()
88 qApp->showPolls(); in main()
[all …]
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/gui/
H A Dfeedsview.cpp37 m_sourceModel = qApp->feedReader()->feedsModel(); in FeedsView()
38 m_proxyModel = qApp->feedReader()->feedsProxyModel(); in FeedsView()
98 Settings* settings = qApp->settings(); in saveExpandStates()
116 const Settings* settings = qApp->settings(); in loadAllExpandStates()
251 if (!qApp->feedUpdateLock()->tryLock()) { in editSelectedItem()
277 qApp->feedUpdateLock()->unlock(); in editSelectedItem()
281 if (!qApp->feedUpdateLock()->tryLock()) { in deleteSelectedItem()
297 qApp->feedUpdateLock()->unlock(); in deleteSelectedItem()
306 if (MessageBox::show(qApp->mainFormWidget(), in deleteSelectedItem()
314 qApp->feedUpdateLock()->unlock(); in deleteSelectedItem()
[all …]
H A Dwebviewer.cpp63 qApp->settings()->setValue(GROUP(Messages), Messages::Zoom, zoomFactor()); in increaseWebPageZoom()
74 qApp->settings()->setValue(GROUP(Messages), Messages::Zoom, zoomFactor()); in decreaseWebPageZoom()
87 qApp->settings()->setValue(GROUP(Messages), Messages::Zoom, new_factor); in resetWebPageZoom()
100 Skin skin = qApp->skins()->currentSkin(); in loadMessages()
195 qApp->web()->openUrlInExternalBrowser(menu_data.linkUrl().toString()); in contextMenuEvent()
198 QTimer::singleShot(1000, qApp, []() { in contextMenuEvent()
199 qApp->mainForm()->display(); in contextMenuEvent()
210 menu_ext_tools->setIcon(qApp->icons()->fromTheme(QSL("document-open"))); in contextMenuEvent()
235 menu->addAction(qApp->web()->adBlock()->adBlockIcon()); in contextMenuEvent()
236 menu->addAction(qApp->web()->engineSettingsAction()); in contextMenuEvent()
[all …]
H A Dtabwidget.cpp42 m_btnMainMenu->setIcon(qApp->icons()->fromTheme(QSL("go-home"))); in setupMainMenuButton()
50 m_menuMain->addMenu(qApp->mainForm()->m_ui->m_menuFile); in openMainMenu()
51 m_menuMain->addMenu(qApp->mainForm()->m_ui->m_menuView); in openMainMenu()
52 m_menuMain->addMenu(qApp->mainForm()->m_ui->m_menuAccounts); in openMainMenu()
53 m_menuMain->addMenu(qApp->mainForm()->m_ui->m_menuFeeds); in openMainMenu()
54 m_menuMain->addMenu(qApp->mainForm()->m_ui->m_menuMessages); in openMainMenu()
56 m_menuMain->addMenu(qApp->mainForm()->m_ui->m_menuTools); in openMainMenu()
57 m_menuMain->addMenu(qApp->mainForm()->m_ui->m_menuHelp); in openMainMenu()
77 qApp->downloadManager()->setParent(this); in showDownloadManager()
78 addTab(qApp->downloadManager(), in showDownloadManager()
[all …]
/dports/graphics/gpxsee/GPXSee-7.32/src/data/
H A Ddata.cpp136 + qApp->translate("Data", "CSV files") + " (*.csv);;" in formats()
137 + qApp->translate("Data", "CUP files") + " (*.cup);;" in formats()
138 + qApp->translate("Data", "FIT files") + " (*.fit);;" in formats()
142 + qApp->translate("Data", "GPI files") + " (*.gpi);;" in formats()
143 + qApp->translate("Data", "GPX files") + " (*.gpx);;" in formats()
144 + qApp->translate("Data", "IGC files") + " (*.igc);;" in formats()
146 + qApp->translate("Data", "KML files") + " (*.kml);;" in formats()
147 + qApp->translate("Data", "LOC files") + " (*.loc);;" in formats()
150 + qApp->translate("Data", "SLF files") + " (*.slf);;" in formats()
151 + qApp->translate("Data", "SML files") + " (*.sml);;" in formats()
[all …]
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/miscellaneous/
H A Dfeedreader.cpp39 if (qApp->settings()->value(GROUP(Feeds), SETTING(Feeds::FeedsUpdateOnStartup)).toBool()) { in FeedReader()
71 if (!qApp->feedUpdateLock()->tryLock()) { in updateFeeds()
72 qApp->showGuiMessage(Notification::Event::GeneralEvent, in updateFeeds()
117 FormMessageFiltersManager manager(qApp->feedReader(), in showMessageFiltersManager()
118 qApp->feedReader()->feedsModel()->serviceRoots(), in showMessageFiltersManager()
119 qApp->mainFormWidget()); in showMessageFiltersManager()
250 auto roots = qApp->feedReader()->feedsModel()->serviceRoots(); in executeNextAutoUpdate()
278 if (!qApp->feedUpdateLock()->tryLock()) { in executeNextAutoUpdate()
299 qApp->feedUpdateLock()->unlock(); in executeNextAutoUpdate()
318 qApp->showGuiMessage(Notification::Event::ArticlesFetchingStarted, in executeNextAutoUpdate()
[all …]
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/Private/
H A Dqquickstyleitem.cpp123 m_font = qApp->font(); in QQuickStyleItem1()
711 m_styleoption->direction = qApp->layoutDirection(); in initStyleOption()
831 QString style = qApp->style()->metaObject()->className(); in style()
1230 return qApp->wheelScrollLines(); in styleHint()
1367 return qApp->style()->subControlRect(control, in subControlRect()
1380 return qApp->style()->subControlRect(control, in subControlRect()
1399 return qApp->style()->subControlRect(control, in subControlRect()
1422 qApp->setAttribute(Qt::AA_UseHighDpiPixmaps); in QHighDpiPixmapsEnabler1()
1645 qApp->style()->drawComplexControl(QStyle::CC_Slider, in paint()
1650 qApp->style()->drawComplexControl(QStyle::CC_Dial, in paint()
[all …]
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/services/abstract/
H A Dlabel.cpp49 FormAddEditLabel form(qApp->mainFormWidget()); in editViaGui()
52 QSqlDatabase db = qApp->database()->driver()->connection(metaObject()->className()); in editViaGui()
67 QSqlDatabase db = qApp->database()->driver()->connection(metaObject()->className()); in deleteViaGui()
79 bool is_main_thread = QThread::currentThread() == qApp->thread(); in updateCounts()
81 qApp->database()->driver()->connection(metaObject()->className()) : in updateCounts()
82 qApp->database()->driver()->connection(QSL("feed_upd")); in updateCounts()
93 QSqlDatabase database = qApp->database()->driver()->connection(metaObject()->className()); in undeletedMessages()
113 bool is_main_thread = QThread::currentThread() == qApp->thread(); in assignToMessage()
116 qApp->database()->driver()->connection(QSL("feed_upd")); in assignToMessage()
126 bool is_main_thread = QThread::currentThread() == qApp->thread(); in deassignFromMessage()
[all …]
H A Drecyclebin.cpp18 setIcon(qApp->icons()->fromTheme(QSL("user-trash"))); in RecycleBin()
36 bool is_main_thread = QThread::currentThread() == qApp->thread(); in updateCounts()
38 qApp->database()->driver()->connection(metaObject()->className()) : in updateCounts()
39 qApp->database()->driver()->connection(QSL("feed_upd")); in updateCounts()
50 QAction* restore_action = new QAction(qApp->icons()->fromTheme(QSL("view-refresh")), in contextMenuFeedsList()
53 QAction* empty_action = new QAction(qApp->icons()->fromTheme(QSL("edit-clear")), in contextMenuFeedsList()
69 QSqlDatabase database = qApp->database()->driver()->connection(metaObject()->className()); in undeletedMessages()
75 QSqlDatabase database = qApp->database()->driver()->connection(metaObject()->className()); in markAsReadUnread()
95 QSqlDatabase database = qApp->database()->driver()->connection(metaObject()->className()); in cleanMessages()
114 QSqlDatabase database = qApp->database()->driver()->connection(metaObject()->className()); in restore()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/Testing/Cpp/
H A DctkActionsWidgetTest1.cpp51 actionsWidget.addAction(new QAction(qApp)); in ctkActionsWidgetTest1()
53 actionsWidget.addAction(new QAction("Action Text", qApp)); in ctkActionsWidgetTest1()
54 actionsWidget.addAction(new QAction(informationIcon, "Action Text2", qApp)); in ctkActionsWidgetTest1()
57 actionsWidget.addAction(new QAction(qApp), "category 1"); in ctkActionsWidgetTest1()
59 actionsWidget.addAction(new QAction(informationIcon, "Action Text4", qApp), "category 1"); in ctkActionsWidgetTest1()
62 actionsWidget.addAction(new QAction(qApp), "category 3"); in ctkActionsWidgetTest1()
96 actions << new QAction("group action 1",qApp); in ctkActionsWidgetTest1()
97 actions << new QAction("group action 2",qApp); in ctkActionsWidgetTest1()
98 actions << new QAction("group action 3",qApp); in ctkActionsWidgetTest1()
99 actions << new QAction("group action 4",qApp); in ctkActionsWidgetTest1()
[all …]
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/ezx/dialogs/
H A DZLFullScreenDialog.cpp30 …log(const std::string &caption) : ZMainWidget(::qtString(caption), false, qApp->mainWidget(), NULL… in ZLFullScreenDialog()
32 QFont f(qApp->font()); in ZLFullScreenDialog()
56 qApp->enter_loop(); in exec()
63 qApp->exit_loop(); in accept()
66 if (qApp->mainWidget() == this) { in accept()
67 qApp->quit(); in accept()
74 qApp->exit_loop(); in reject()
77 if (qApp->mainWidget() == this) { in reject()
78 qApp->quit(); in reject()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qstylesheetstyle/
H A Dtst_qstylesheetstyle.cpp155 qApp->setStyleSheet(""); in numinstances()
164 qApp->setStyleSheet(""); in numinstances()
186 qApp->setStyleSheet(""); in widgetsBeforeAppStyleSheet()
215 qApp->setStyleSheet(""); in widgetsAfterAppStyleSheet()
233 qApp->setStyleSheet(""); in applicationStyleSheet()
242 qApp->setStyleSheet(""); in windowStyleSheet()
256 qApp->setStyleSheet(""); in windowStyleSheet()
266 qApp->setStyleSheet(""); in widgetStyleSheet()
452 qApp->setStyle(0); in widgetStyle()
479 qApp->setStyle(0); in widgetStyle()
[all …]
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/services/standard/
H A Dstandardserviceroot.cpp43 setTitle(qApp->system()->loggedInUser() + QSL(" (RSS/ATOM/JSON)")); in StandardServiceRoot()
62 QString current_locale = qApp->localization()->loadedLanguage(); in start()
106 FormEditStandardAccount form_pointer(qApp->mainFormWidget()); in editViaGui()
121 if (!qApp->feedUpdateLock()->tryLock()) { in addNewFeed()
125 qApp->showGuiMessage(Notification::Event::GeneralEvent, in addNewFeed()
140 qApp->feedUpdateLock()->unlock(); in addNewFeed()
274 auto* action_metadata = new QAction(qApp->icons()->fromTheme(QSL("emblem-downloads")), in getContextMenuForFeed()
322 QSqlDatabase database = qApp->database()->driver()->connection(metaObject()->className()); in mergeImportExportModel()
393 if (!qApp->feedUpdateLock()->tryLock()) { in addNewCategory()
397 qApp->showGuiMessage(Notification::Event::GeneralEvent, in addNewCategory()
[all …]
/dports/graphics/gwenview/gwenview-21.12.3/lib/backgroundcolorwidget/
H A Dbackgroundcolorwidget.cpp58 , mirrored(qApp->isRightToLeft()) in BackgroundColorWidgetPrivate()
111 QPixmap lightPixmap(lightButton->iconSize() * qApp->devicePixelRatio()); in initPixmaps()
113 QPixmap darkPixmap(darkButton->iconSize() * qApp->devicePixelRatio()); in initPixmaps()
121 …const QColor &lightColor = usingLightTheme ? qApp->palette().base().color() : qApp->palette().text… in initPixmaps()
122 …const QColor &darkColor = usingLightTheme ? qApp->palette().text().color() : qApp->palette().base(… in initPixmaps()
140 …qreal penWidth = qApp->devicePixelRatio() != 1 ? qApp->devicePixelRatio() : qApp->devicePixelRatio… in paintPixmap()
161 …qreal penWidth = qApp->devicePixelRatio() != 1 ? qApp->devicePixelRatio() : qApp->devicePixelRatio… in paintAutoPixmap()
219 connect(qApp, &QApplication::paletteChanged, this, [d]() { in BackgroundColorWidget()
223 connect(qApp, &QApplication::layoutDirectionChanged, this, [d]() { in BackgroundColorWidget()
224 d->mirrored = qApp->isRightToLeft(); in BackgroundColorWidget()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/dockers/animation/
H A Dtimeline_color_scheme.cpp61 QColor color = qApp->palette().color(QPalette::Highlight); in activeLayerBackground()
67 return qApp->palette().brush(QPalette::Button); in headerEmpty()
72 QColor bgColor = qApp->palette().color(QPalette::Base); in headerCachedFrame()
84 return qApp->palette().color(QPalette::Highlight); in onionSkinsSliderEnabledColor()
89 return qApp->palette().color(QPalette::Disabled, QPalette::HighlightedText); in onionSkinsSliderDisabledColor()
94 QColor bgColor = qApp->palette().color(QPalette::Base); in onionSkinsButtonColor()
96 return qApp->palette().color(QPalette::Highlight).lighter(lighterCoeff); in onionSkinsButtonColor()
101 QFont font = qApp->font(); in getOnionSkinsFont()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qmdisubwindow/
H A Dtst_qmdisubwindow.cpp471 qApp->processEvents(); in mainWindowSupport()
507 qApp->processEvents(); in emittingOfSignals()
510 qApp->processEvents(); in emittingOfSignals()
514 qApp->processEvents(); in emittingOfSignals()
551 qApp->processEvents(); in emittingOfSignals()
566 qApp->processEvents(); in showShaded()
659 qApp->processEvents(); in showNormal()
668 qApp->processEvents(); in showNormal()
670 qApp->processEvents(); in showNormal()
725 qApp->processEvents(); in setOpaqueResizeAndMove()
[all …]
/dports/databases/akonadi/akonadi-21.12.3/src/core/
H A Dbraveheart.cpp28 Q_ASSERT(qApp->thread() == QThread::currentThread()); in sonOfScotland()
30 if (!qApp->property("__Akonadi__Braveheart").isNull()) { in sonOfScotland()
34 auto freedom = new QTimer(qApp); in sonOfScotland()
42 qApp->setProperty("__Akonadi__Braveheart", true); in sonOfScotland()
49 if (qApp->thread() != QThread::currentThread()) { in Braveheart()
50 QTimer::singleShot(0, qApp, sonOfScotland); in Braveheart()
/dports/astro/stellarium/stellarium-0.21.3/src/
H A DCLIProcessor.cpp102 qApp->setProperty("verbose", true); in parseCLIArgsPreConfig()
105 qApp->setProperty("onetime_compat33", true); in parseCLIArgsPreConfig()
112 qApp->setProperty("onetime_mesa_mode", true); in parseCLIArgsPreConfig()
115 qApp->setProperty("onetime_angle_mode", true); in parseCLIArgsPreConfig()
120 qApp->setProperty("onetime_angle_mode", true); in parseCLIArgsPreConfig()
133 qApp->setProperty("onetime_mesa_mode", true); in parseCLIArgsPreConfig()
300 qApp->setProperty("spout", "all"); in parseCLIArgsPostConfig()
302 qApp->setProperty("spout", "sky"); in parseCLIArgsPostConfig()
305 qApp->setProperty("spout", "none"); in parseCLIArgsPostConfig()
307 qApp->setProperty("spoutName", spoutName); in parseCLIArgsPostConfig()
[all …]
/dports/graphics/gpxsee/GPXSee-7.32/src/map/
H A Dmaplist.cpp104 qApp->translate("MapList", "Supported files") in formats()
106 + qApp->translate("MapList", "Garmin IMG maps") in formats()
108 + qApp->translate("MapList", "Garmin JNX maps") + " (*.jnx);;" in formats()
109 + qApp->translate("MapList", "OziExplorer maps") + " (*.map);;" in formats()
110 + qApp->translate("MapList", "MBTiles maps") + " (*.mbtiles);;" in formats()
111 + qApp->translate("MapList", "TrekBuddy maps/atlases") + " (*.tar *.tba);;" in formats()
112 + qApp->translate("MapList", "GeoTIFF images") + " (*.tif *.tiff);;" in formats()
113 + qApp->translate("MapList", "TwoNav maps") + " (*.rmap *.rtmap);;" in formats()
114 + qApp->translate("MapList", "Online map sources") + " (*.xml)"; in formats()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qmdiarea/
H A Dtst_qmdiarea.cpp576 qApp->processEvents(); in subWindowActivatedWithMinimize()
580 qApp->processEvents(); in subWindowActivatedWithMinimize()
669 qApp->processEvents(); in changeWindowTitle()
671 qApp->processEvents(); in changeWindowTitle()
683 qApp->processEvents(); in changeWindowTitle()
691 qApp->processEvents(); in changeWindowTitle()
709 qApp->processEvents(); in changeWindowTitle()
718 qApp->processEvents(); in changeWindowTitle()
730 qApp->processEvents(); in changeWindowTitle()
740 qApp->processEvents(); in changeWindowTitle()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/code/
H A Ddoc_src_stylesheet.cpp42 qApp->setStyleSheet("QPushButton { color: white }");
57 qApp->setStyleSheet("QGroupBox { color: red; } ");
61 qApp->setStyleSheet("QGroupBox, QGroupBox * { color: red; }");
71 qApp->setStyleSheet("MyPushButton { background: yellow; }");
83 qApp->setStyleSheet("ns--MyPushButton { background: yellow; }");
99 qApp->setStyleSheet("QLineEdit { background-color: yellow }");
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Ddoc_src_stylesheet.cpp52 qApp->setStyleSheet("QPushButton { color: white }");
67 qApp->setStyleSheet("QGroupBox { color: red; } ");
71 qApp->setStyleSheet("QGroupBox, QGroupBox * { color: red; }");
81 qApp->setStyleSheet("MyPushButton { background: yellow; }");
93 qApp->setStyleSheet("ns--MyPushButton { background: yellow; }");
109 qApp->setStyleSheet("QLineEdit { background-color: yellow }");

12345678910>>...175