Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 362 Bytes

README.en.md

File metadata and controls

15 lines (10 loc) · 362 Bytes

QComboBox

1、Data Linkage

Run CityLinkage.py

Three level linkage, data file is data.json

  1. use QComboBox,setModel and QSortFilterProxyModel to filter
  2. the filter role is Qt::ToolTipRole
  3. can use QColumnView maybe like this example

CityLinkage