facontidavide / rosbag_editor

Create a rosbag from a given one, using a simple GUI
412 stars 82 forks source link

Enable calendar popup for date selection #7

Closed VictorLamoine closed 4 years ago

VictorLamoine commented 4 years ago

Fixes #6

Now when the right arrow is clicked a calendar opens which allows to select any available date: Screenshot_20200305_104421

https://doc.qt.io/qt-5/qdatetimeedit.html#calendarPopup-prop

VictorLamoine commented 4 years ago

@facontidavide friendly ping :golf:

facontidavide commented 4 years ago

I haven't tested it. Does it allow you to select the seconds/milliseconds too?

VictorLamoine commented 4 years ago

Without this merge request the two arrows allows to modify the milliseconds count up/down: Screenshot_20200916_095744

With this modification the single arrow opens the calendar. It is still possible to modify the seconds/milliseconds value by typing in the text area but the up/down arrows are gone.