Changeset 351


Ignore:
Timestamp:
08/10/10 04:42:21 (18 months ago)
Author:
antonbatenev.ya.ru
Message:

fix #5 - исправление формата времени (без секунд)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/form_date_ui.cpp

    r350 r351  
    4545        m_text_time = new QTimeEdit(this); 
    4646        m_text_time->setButtonSymbols(QAbstractSpinBox::UpDownArrows); 
     47        m_text_time->setDisplayFormat("hh:mm"); 
    4748        m_calendar_layout->addWidget(m_text_time); 
    4849 
  • trunk/version.h

    r350 r351  
    2020 * \brief Дата билда (заменяется автоматически при каждом билде в version.h, что и приводит к смене номера ревизии) 
    2121 */ 
    22 #define AVALON_DATE "Втр Авг  3 23:05:10 MSD 2010" 
     22#define AVALON_DATE "Втр Авг 10 04:39:03 MSD 2010" 
    2323 
    2424#endif 
Note: See TracChangeset for help on using the changeset viewer.