WSJT-X/item_delegates
Bill Somerville b8e4517718 Improve performance of Fox and contest log view windows
This include inverting  the order of table view rows  so the newest is
at the top, without that the Qt MVC interactions when using a database
table based model is too slow and complex to manage.

The table views  now have sort by column capability  in the normal way
(click column  header to  reverse sort order)  for timely  logging and
non-disruption  of  Tx  starts  the  log  view  should  be  sorted  in
descending time order and scrolled to the last row added. Without that
Fox and  contest logging will work  but serious delays may  be invoked
that disrupt operation.
2018-12-06 05:41:16 +00:00
..
CallsignDelegate.cpp Improve performance of Fox and contest log view windows 2018-12-06 05:41:16 +00:00
CallsignDelegate.hpp Add some item delagate classes useful for database fields 2018-11-12 02:00:35 +00:00
CandidateKeyFilter.cpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
CandidateKeyFilter.hpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
DateTimeAsSecsSinceEpochDelegate.hpp Include seconds in datebase field date/time item delegate editor 2018-12-02 15:31:22 +00:00
ForeignKeyDelegate.cpp Set foreign key item delegate references key values combo box size according to contents 2018-11-25 21:55:19 +00:00
ForeignKeyDelegate.hpp Set foreign key item delegate references key values combo box size according to contents 2018-11-25 21:55:19 +00:00
MaidenheadLocatorDelegate.cpp Add some item delagate classes useful for database fields 2018-11-12 02:00:35 +00:00
MaidenheadLocatorDelegate.hpp Add some item delagate classes useful for database fields 2018-11-12 02:00:35 +00:00
item_delegates.pri Add some item delagate classes useful for database fields 2018-11-12 02:00:35 +00:00