Home
last modified time | relevance | path

Searched refs:COLUMN_SHORTCUT (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/xelfviewer/XELFViewer-0.03/XShortcuts/
H A Ddialogshortcuts.cpp52 g_pModel->setHeaderData(COLUMN_SHORTCUT,Qt::Horizontal,tr("Shortcut")); in setData()
80 g_pModel->setItem(i,COLUMN_SHORTCUT,pTypeShortcut); in setData()
88 ui->tableViewShortcuts->setColumnWidth(COLUMN_SHORTCUT,200); // TODO in setData()
132 QStandardItem *pItem=g_pModel->item(nRow,COLUMN_SHORTCUT); in eventFilter()
172 QString sShortcut=listSelected.at(COLUMN_SHORTCUT).data().toString(); in onCellChanged()
193 QStandardItem *pItem=g_pModel->item(nRow,COLUMN_SHORTCUT); in on_pushButtonClear_clicked()
H A Ddialogshortcuts.h43 COLUMN_SHORTCUT enumerator
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/renderer/
H A Dtable_layout_test.cc53 COLUMN_SHORTCUT = 0, enumerator
95 EXPECT_RECT_EQ(3, 26, 0, 10, layout.GetCellRect(1, COLUMN_SHORTCUT)); in TEST()
140 EXPECT_RECT_EQ(3, 26, 0, 10, layout.GetCellRect(1, COLUMN_SHORTCUT)); in TEST()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/renderer/
H A Dtable_layout_test.cc53 COLUMN_SHORTCUT = 0, enumerator
95 EXPECT_RECT_EQ(3, 26, 0, 10, layout.GetCellRect(1, COLUMN_SHORTCUT)); in TEST()
140 EXPECT_RECT_EQ(3, 26, 0, 10, layout.GetCellRect(1, COLUMN_SHORTCUT)); in TEST()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/renderer/
H A Dtable_layout_test.cc53 COLUMN_SHORTCUT = 0, enumerator
95 EXPECT_RECT_EQ(3, 26, 0, 10, layout.GetCellRect(1, COLUMN_SHORTCUT)); in TEST()
140 EXPECT_RECT_EQ(3, 26, 0, 10, layout.GetCellRect(1, COLUMN_SHORTCUT)); in TEST()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/renderer/
H A Dtable_layout_test.cc53 COLUMN_SHORTCUT = 0, enumerator
95 EXPECT_RECT_EQ(3, 26, 0, 10, layout.GetCellRect(1, COLUMN_SHORTCUT)); in TEST()
140 EXPECT_RECT_EQ(3, 26, 0, 10, layout.GetCellRect(1, COLUMN_SHORTCUT)); in TEST()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/renderer/
H A Dtable_layout_test.cc53 COLUMN_SHORTCUT = 0, enumerator
95 EXPECT_RECT_EQ(3, 26, 0, 10, layout.GetCellRect(1, COLUMN_SHORTCUT)); in TEST()
140 EXPECT_RECT_EQ(3, 26, 0, 10, layout.GetCellRect(1, COLUMN_SHORTCUT)); in TEST()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/renderer/
H A Dtable_layout_test.cc53 COLUMN_SHORTCUT = 0, enumerator
95 EXPECT_RECT_EQ(3, 26, 0, 10, layout.GetCellRect(1, COLUMN_SHORTCUT)); in TEST()
140 EXPECT_RECT_EQ(3, 26, 0, 10, layout.GetCellRect(1, COLUMN_SHORTCUT)); in TEST()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/list_tools/
H A Ddlg-personalize-scripts.c40 COLUMN_SHORTCUT, enumerator
163 COLUMN_SHORTCUT, get_shortcut_label (data, script), in set_script_list()
270 "text", COLUMN_SHORTCUT, in add_columns()
389 COLUMN_SHORTCUT, "", in script_editor_dialog__response_cb()
431 COLUMN_SHORTCUT, shortcut->label, in script_editor_dialog__response_cb()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/renderer/mac/
H A DCandidateView.h47 COLUMN_SHORTCUT = 0, // show shortcut key enumerator
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/renderer/mac/
H A DCandidateView.h47 COLUMN_SHORTCUT = 0, // show shortcut key enumerator
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/renderer/mac/
H A DCandidateView.h47 COLUMN_SHORTCUT = 0, // show shortcut key enumerator
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/renderer/mac/
H A DCandidateView.h47 COLUMN_SHORTCUT = 0, // show shortcut key enumerator
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/renderer/mac/
H A DCandidateView.h47 COLUMN_SHORTCUT = 0, // show shortcut key enumerator
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/renderer/mac/
H A DCandidateView.h47 COLUMN_SHORTCUT = 0, // show shortcut key enumerator
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dcandidate_window.cc75 COLUMN_SHORTCUT = 0, // show shortcut key enumerator
168 case COLUMN_SHORTCUT: in GetDisplayStringByColumn()
565 GetDisplayStringByColumn(candidate, COLUMN_SHORTCUT); in UpdateLayout()
578 table_layout_->EnsureCellSize(COLUMN_SHORTCUT, rendering_size); in UpdateLayout()
654 {COLUMN_SHORTCUT, COLUMN_CANDIDATE, COLUMN_DESCRIPTION}; in DrawCells()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dcandidate_window.cc75 COLUMN_SHORTCUT = 0, // show shortcut key enumerator
168 case COLUMN_SHORTCUT: in GetDisplayStringByColumn()
565 GetDisplayStringByColumn(candidate, COLUMN_SHORTCUT); in UpdateLayout()
578 table_layout_->EnsureCellSize(COLUMN_SHORTCUT, rendering_size); in UpdateLayout()
654 {COLUMN_SHORTCUT, COLUMN_CANDIDATE, COLUMN_DESCRIPTION}; in DrawCells()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dcandidate_window.cc75 COLUMN_SHORTCUT = 0, // show shortcut key enumerator
168 case COLUMN_SHORTCUT: in GetDisplayStringByColumn()
565 GetDisplayStringByColumn(candidate, COLUMN_SHORTCUT); in UpdateLayout()
578 table_layout_->EnsureCellSize(COLUMN_SHORTCUT, rendering_size); in UpdateLayout()
654 {COLUMN_SHORTCUT, COLUMN_CANDIDATE, COLUMN_DESCRIPTION}; in DrawCells()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dcandidate_window.cc75 COLUMN_SHORTCUT = 0, // show shortcut key enumerator
168 case COLUMN_SHORTCUT: in GetDisplayStringByColumn()
565 GetDisplayStringByColumn(candidate, COLUMN_SHORTCUT); in UpdateLayout()
578 table_layout_->EnsureCellSize(COLUMN_SHORTCUT, rendering_size); in UpdateLayout()
654 {COLUMN_SHORTCUT, COLUMN_CANDIDATE, COLUMN_DESCRIPTION}; in DrawCells()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dcandidate_window.cc75 COLUMN_SHORTCUT = 0, // show shortcut key enumerator
168 case COLUMN_SHORTCUT: in GetDisplayStringByColumn()
565 GetDisplayStringByColumn(candidate, COLUMN_SHORTCUT); in UpdateLayout()
578 table_layout_->EnsureCellSize(COLUMN_SHORTCUT, rendering_size); in UpdateLayout()
654 {COLUMN_SHORTCUT, COLUMN_CANDIDATE, COLUMN_DESCRIPTION}; in DrawCells()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dcandidate_window.cc75 COLUMN_SHORTCUT = 0, // show shortcut key enumerator
168 case COLUMN_SHORTCUT: in GetDisplayStringByColumn()
565 GetDisplayStringByColumn(candidate, COLUMN_SHORTCUT); in UpdateLayout()
578 table_layout_->EnsureCellSize(COLUMN_SHORTCUT, rendering_size); in UpdateLayout()
654 {COLUMN_SHORTCUT, COLUMN_CANDIDATE, COLUMN_DESCRIPTION}; in DrawCells()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/renderer/unix/
H A Dcandidate_window_test.cc595 GetCellRect(i, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
637 GetCellRect(i, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
682 GetCellRect(i, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
727 GetCellRect(i, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
772 GetCellRect(_, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
810 GetCellRect(i, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
860 GetCellRect(_, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
1241 EnsureCellSize(CandidateWindow::COLUMN_SHORTCUT, in TEST_F()
1332 EnsureCellSize(CandidateWindow::COLUMN_SHORTCUT, in TEST_F()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/renderer/unix/
H A Dcandidate_window_test.cc595 GetCellRect(i, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
637 GetCellRect(i, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
682 GetCellRect(i, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
727 GetCellRect(i, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
772 GetCellRect(_, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
810 GetCellRect(i, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
860 GetCellRect(_, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
1241 EnsureCellSize(CandidateWindow::COLUMN_SHORTCUT, in TEST_F()
1332 EnsureCellSize(CandidateWindow::COLUMN_SHORTCUT, in TEST_F()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/renderer/unix/
H A Dcandidate_window_test.cc595 GetCellRect(i, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
637 GetCellRect(i, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
682 GetCellRect(i, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
727 GetCellRect(i, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
772 GetCellRect(_, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
810 GetCellRect(i, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
860 GetCellRect(_, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
1241 EnsureCellSize(CandidateWindow::COLUMN_SHORTCUT, in TEST_F()
1332 EnsureCellSize(CandidateWindow::COLUMN_SHORTCUT, in TEST_F()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/renderer/unix/
H A Dcandidate_window_test.cc595 GetCellRect(i, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
637 GetCellRect(i, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
682 GetCellRect(i, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
727 GetCellRect(i, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
772 GetCellRect(_, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
810 GetCellRect(i, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
860 GetCellRect(_, CandidateWindow::COLUMN_SHORTCUT)) in TEST_F()
1241 EnsureCellSize(CandidateWindow::COLUMN_SHORTCUT, in TEST_F()
1332 EnsureCellSize(CandidateWindow::COLUMN_SHORTCUT, in TEST_F()

12