Home
last modified time | relevance | path

Searched refs:removeSelectedItems (Results 1 – 25 of 46) sorted by relevance

12

/dports/www/falkon/falkon-3.2.0/src/lib/history/
H A Dhistorymanager.cpp46 …ct(ui->deleteB, &QAbstractButton::clicked, ui->historyTree, &HistoryTreeView::removeSelectedItems); in HistoryManager()
91 ui->historyTree->removeSelectedItems(); in keyPressEvent()
159 connect(actDelete, &QAction::triggered, ui->historyTree, &HistoryTreeView::removeSelectedItems); in createContextMenu()
H A Dhistorytreeview.h58 void removeSelectedItems();
H A Dhistorytreeview.cpp101 void HistoryTreeView::removeSelectedItems() in removeSelectedItems() function in HistoryTreeView
250 removeSelectedItems(); in keyPressEvent()
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/widgets/
H A Dtreewidget.py60 def removeSelectedItems(self, item=None): member in TreeWidget
70 self.removeSelectedItems(child)
/dports/cad/fritzing/fritzing-app-0.9.2b/src/partseditor/obsolete/
H A Daddremovelistwidget.cpp44 connect(m_removeButton,SIGNAL(clicked()),this,SLOT(removeSelectedItems())); in AddRemoveListWidget()
75 void AddRemoveListWidget::removeSelectedItems() { in removeSelectedItems() function in AddRemoveListWidget
H A Daddremovelistwidget.h50 void removeSelectedItems();
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/projecteditor/schematiceditor/fsm/
H A Dschematiceditorstate_select.cpp103 return copySelectedItemsToClipboard() && removeSelectedItems(); in processCut()
148 removeSelectedItems(); in processRemove()
415 bool SchematicEditorState_Select::removeSelectedItems() noexcept { in removeSelectedItems() function in librepcb::project::editor::SchematicEditorState_Select
542 removeSelectedItems(); in addActionCut()
558 connect(action, &QAction::triggered, [this]() { removeSelectedItems(); }); in addActionRemove()
H A Dschematiceditorstate_select.h102 bool removeSelectedItems() noexcept;
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/util/
H A Dstring_list_configuration_widget.cpp81 …em, &QPushButton::clicked, this, &StringListConfigurationWidget::removeSelectedItems); in setupConnections()
127 StringListConfigurationWidget::removeSelectedItems() { in removeSelectedItems() function in mtx::gui::Util::StringListConfigurationWidget
H A Dstring_list_configuration_widget.h54 void removeSelectedItems();
/dports/multimedia/QtAV/QtAV-1.13.0/examples/player/playlist/
H A DPlayList.cpp65 connect(mpRemove, SIGNAL(clicked()), SLOT(removeSelectedItems())); in PlayList()
182 void PlayList::removeSelectedItems() in removeSelectedItems() function in PlayList
H A DPlayList.h60 void removeSelectedItems();
/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/bwscheduler/
H A Dweekview.h58 void removeSelectedItems();
H A Dweekview.cpp84 void WeekView::removeSelectedItems() in removeSelectedItems() function in kt::WeekView
/dports/audio/soundkonverter/soundkonverter-3.0.1/src/replaygainscanner/
H A Dreplaygainfilelist.h100 void removeSelectedItems();
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/sym/fsm/
H A Dsymboleditorstate_select.cpp273 return removeSelectedItems(); in processCut()
350 return removeSelectedItems(); in processRemove()
509 connect(aRemove, &QAction::triggered, [this]() { removeSelectedItems(); }); in openContextMenuAtPos()
702 bool SymbolEditorState_Select::removeSelectedItems() noexcept { in removeSelectedItems() function in librepcb::library::editor::SymbolEditorState_Select
H A Dsymboleditorstate_select.h107 bool removeSelectedItems() noexcept;
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/pkg/fsm/
H A Dpackageeditorstate_select.cpp278 return removeSelectedItems(); in processCut()
366 return removeSelectedItems(); in processRemove()
545 connect(aRemove, &QAction::triggered, [this]() { removeSelectedItems(); }); in openContextMenuAtPos()
777 bool PackageEditorState_Select::removeSelectedItems() noexcept { in removeSelectedItems() function in librepcb::library::editor::PackageEditorState_Select
H A Dpackageeditorstate_select.h109 bool removeSelectedItems() noexcept;
/dports/multimedia/qwinff/qwinff-0.2.1-22-g17e987e/src/ui/
H A Dconvertlist.h104 void removeSelectedItems();
/dports/www/falkon/falkon-3.2.0/src/lib/sidebar/
H A Dhistorysidebar.cpp95 connect(actDelete, &QAction::triggered, ui->historyTree, &HistoryTreeView::removeSelectedItems); in createContextMenu()
/dports/audio/soundkonverter/soundkonverter-3.0.1/src/
H A Dfilelist.h103 void removeSelectedItems();
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/scxmleditor/plugin_interface/
H A Dgraphicsscene.h90 void removeSelectedItems(); in QT_FORWARD_DECLARE_CLASS()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/projecteditor/boardeditor/fsm/
H A Dboardeditorstate_select.cpp215 removeSelectedItems(); in processCut()
307 return removeSelectedItems(); in processRemove()
766 connect(action, &QAction::triggered, [this]() { removeSelectedItems(); }); in addActionDelete()
775 removeSelectedItems(); in addActionDeleteAll()
907 bool BoardEditorState_Select::removeSelectedItems() noexcept { in removeSelectedItems() function in librepcb::project::editor::BoardEditorState_Select
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/aliaseditor/
H A DAliasEditorWindow.h128 void removeSelectedItems();

12