Home
last modified time | relevance | path

Searched refs:toolbar (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/buildroot/package/midori/
H A D0001-fix-bug-1492932.patch37 toolbar.show_arrow = true;
39 toolbar.get_style_context ().add_class ("primary-toolbar");
42 toolbar.popup_context_menu.connect ((x, y, button) => {
43 return button == 3 && context_menu (toolbar); });
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/
H A Dbrowserwindow.cpp36 QToolBar *toolbar = createToolBar(); in BrowserWindow() local
37 addToolBar(toolbar); in BrowserWindow()
40 menuBar()->addMenu(createViewMenu(toolbar)); in BrowserWindow()
152 QMenu *BrowserWindow::createViewMenu(QToolBar *toolbar) in createViewMenu() argument
195 connect(viewToolbarAction, &QAction::triggered, [toolbar,viewToolbarAction]() { in createViewMenu()
196 if (toolbar->isVisible()) { in createViewMenu()
198 toolbar->close(); in createViewMenu()
201 toolbar->show(); in createViewMenu()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/
H A Dbrowserwindow.cpp36 QToolBar *toolbar = createToolBar(); in BrowserWindow() local
37 addToolBar(toolbar); in BrowserWindow()
40 menuBar()->addMenu(createViewMenu(toolbar)); in BrowserWindow()
154 QMenu *BrowserWindow::createViewMenu(QToolBar *toolbar) in createViewMenu() argument
197 connect(viewToolbarAction, &QAction::triggered, [toolbar,viewToolbarAction]() { in createViewMenu()
198 if (toolbar->isVisible()) { in createViewMenu()
200 toolbar->close(); in createViewMenu()
203 toolbar->show(); in createViewMenu()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Dbrowserwindow.cpp89 QToolBar *toolbar = createToolBar(); in BrowserWindow() local
90 addToolBar(toolbar); in BrowserWindow()
93 menuBar()->addMenu(createViewMenu(toolbar)); in BrowserWindow()
215 QMenu *BrowserWindow::createViewMenu(QToolBar *toolbar) in createViewMenu() argument
258 connect(viewToolbarAction, &QAction::triggered, [toolbar,viewToolbarAction]() { in createViewMenu()
259 if (toolbar->isVisible()) { in createViewMenu()
261 toolbar->close(); in createViewMenu()
264 toolbar->show(); in createViewMenu()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/
H A Dbrowserwindow.cpp89 QToolBar *toolbar = createToolBar(); in BrowserWindow() local
90 addToolBar(toolbar); in BrowserWindow()
93 menuBar()->addMenu(createViewMenu(toolbar)); in BrowserWindow()
215 QMenu *BrowserWindow::createViewMenu(QToolBar *toolbar) in createViewMenu() argument
258 connect(viewToolbarAction, &QAction::triggered, [toolbar,viewToolbarAction]() { in createViewMenu()
259 if (toolbar->isVisible()) { in createViewMenu()
261 toolbar->close(); in createViewMenu()
264 toolbar->show(); in createViewMenu()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dbookmarks.cpp104 BookmarkNode *toolbar = 0; in load() local
111 if (node->title == tr("Toolbar Bookmarks") && !toolbar) { in load()
114 if (node->title == tr(BOOKMARKBAR) && !toolbar) { in load()
115 toolbar = node; in load()
131 if (!toolbar) { in load()
132 toolbar = new BookmarkNode(BookmarkNode::Folder, m_bookmarkRootNode); in load()
133 toolbar->title = tr(BOOKMARKBAR); in load()
135 m_bookmarkRootNode->add(toolbar); in load()
223 BookmarkNode *BookmarksManager::toolbar() in toolbar() function in BookmarksManager
409 || node == m_bookmarksManager->toolbar()) in removeRows()
[all …]
H A Dbookmarks.h69 BookmarkNode *toolbar();
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dqunit-1.18.0.css1toolbar,#qunit-userAgent,#qunit-testresult{font-family:"Helvetica Neue Light","HelveticaNeue-Light…
H A Dbootstrap.min.css5toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float…
H A Dbootstrap.css3675 .btn-toolbar {
3678 .btn-toolbar .btn,
3679 .btn-toolbar .btn-group,
3680 .btn-toolbar .input-group {
3683 .btn-toolbar > .btn,
3684 .btn-toolbar > .btn-group,
3685 .btn-toolbar > .input-group {
6476 .btn-toolbar:before,
6477 .btn-toolbar:after,
6505 .btn-toolbar:after,
H A Dbootstrap.css.map1toolbar {\n margin-left: -5px;\n}\n.btn-toolbar .btn,\n.btn-toolbar .btn-group,\n.btn-toolbar .in…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/uim/
H A Duim_1.8.8.bb108 ${bindir}/uim-toolbar-gtk \
109 ${bindir}/uim-toolbar-gtk-systray \
115 ${bindir}/uim-toolbar-gtk3 \
116 ${bindir}/uim-toolbar-gtk3-systray \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/geoflickr/flickrmobile/
H A DToolBar.qml54 id: toolbar
66 onClicked: toolbar.button1Clicked()
72 onClicked: toolbar.button2Clicked()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/musicplayer/doc/src/
H A Dqtwinextras-musicplayer.qdoc33 taskbar button overlay, and thumbnail toolbar.
124 The buttons in the thumbnail toolbar are updated accordingly whenever the state
/OK3568_Linux_fs/app/forlinx/forlinx_qt/musicplayer/doc/src/
H A Dqtwinextras-musicplayer.qdoc33 taskbar button overlay, and thumbnail toolbar.
124 The buttons in the thumbnail toolbar are updated accordingly whenever the state
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/mediaplayer/musicplayer/doc/src/
H A Dqtwinextras-musicplayer.qdoc33 taskbar button overlay, and thumbnail toolbar.
124 The buttons in the thumbnail toolbar are updated accordingly whenever the state
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/musicplayer/doc/src/
H A Dqtwinextras-musicplayer.qdoc33 taskbar button overlay, and thumbnail toolbar.
124 The buttons in the thumbnail toolbar are updated accordingly whenever the state
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dgui.py298 toolbar = uimanager.get_widget('/ToolBar')
299 hbox.pack_start(toolbar, True, True, 0)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js298 …r(){var toolbar=id("qunit-testrunner-toolbar"),moduleFilter=document.createElement("span"),moduleF…
299 …oduleFilterHtml;addEvent(moduleFilter.lastChild,"change",applyUrlParams);toolbar.appendChild(modul…
300 …on appendToolbar(){var toolbar=id("qunit-testrunner-toolbar");if(toolbar){toolbar.appendChild(tool…
/OK3568_Linux_fs/kernel/Documentation/process/
H A Demail-clients.rst112 or the toolbar
142 As an added bonus you can customise the message creation toolbar menu
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/
H A Dlarge.txt1464 read(4, ".png\", *, *, \"gtk-large-toolbar\""..., 4000) = 4000
/OK3568_Linux_fs/external/xserver/
H A DChangeLog135471 …Correct the tooltip text for the toolbar X icon to be strictly correct, 'display-number:screen' sh…