commit d3f2c0175a65c5790399270929ba5c6f1f64ceea Author: Koji Yokota <yok...@lyx.org> Date: Thu Mar 27 20:51:45 2025 +0900
Modify color table in PrefColors to QTableView - colorTW is changed from QTableWidget to QStandardItemModel/QTableView/ QStyledItemDelegate combination - Reset button goes in each item so that operation completes in one click utilizing the feature of QTableView - Color search is changed to incremental filtering src/frontends/qt/GuiPrefs.cpp | 687 ++++++++++++++++++++---------------- src/frontends/qt/GuiPrefs.h | 208 ++++++++--- src/frontends/qt/ui/PrefColorsUi.ui | 355 +++++++------------ 3 files changed, 661 insertions(+), 589 deletions(-) -- lyx-cvs mailing list lyx-cvs@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-cvs