Using QtSql instead of sqlite3 to access data -- might change this back but trying to set up a good data model.

Also subclassed QListView so we can eventually implement fading by age in the list view.
This commit is contained in:
Nick Foster
2012-07-10 09:17:53 -07:00
parent f2f344538a
commit 2eb7426688
3 changed files with 58 additions and 24 deletions

View File

@@ -42,6 +42,7 @@ GR_PYTHON_INSTALL(
modes_raw_server.py
modes_sbs1.py
modes_sql.py
modesfadinglistview.py
Quaternion.py
DESTINATION ${GR_PYTHON_DIR}/air_modes
)