mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2021-08-11 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'SYSTEM.TIME_FORMAT' field from the database. * Added a 'SYSTEM.SHOW_TWELVE_HOUR_TIME' field to the database. * Incremented the database version 352. * Added 'RDSystem::showTwelveHourTime()' and 'RDSystem::setShowTwelveHourTime()' methods. * Refactored 'RDTimeEdit' to support 12 hour time format. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -182,9 +182,7 @@ EditCart::EditCart(const QList<unsigned> &cartnums,QString *path,bool new_cart,
|
||||
//
|
||||
rdcart_controls.forced_length_edit=new RDTimeEdit(this);
|
||||
rdcart_controls.forced_length_edit->setGeometry(530,36,85,21);
|
||||
rdcart_controls.forced_length_edit->
|
||||
setDisplay(RDTimeEdit::Hours|RDTimeEdit::Minutes|RDTimeEdit::Seconds|
|
||||
RDTimeEdit::Tenths);
|
||||
rdcart_controls.forced_length_edit->setShowTenths(true);
|
||||
rdcart_forced_length_ledit=new QLineEdit(this);
|
||||
rdcart_forced_length_ledit->setGeometry(535,36,80,21);
|
||||
rdcart_forced_length_ledit->hide();
|
||||
|
||||
Reference in New Issue
Block a user