2021-08-12 Fred Gleason <fredg@paravelsystems.com>

* Added an 'RDDateTimeEdit' widget.
	* Adjusted layout in the 'Editing Item' dialog in
	rdcastmanager(1) to be compatible with short date format.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-08-12 04:31:56 -04:00
parent bb2ae0bcaa
commit 5e70aba7ac
7 changed files with 196 additions and 13 deletions

View File

@@ -80,6 +80,7 @@ SOURCES += rddatedecode.cpp
SOURCES += rddateedit.cpp
SOURCES += rddatepicker.cpp
SOURCES += rddatetime.cpp
SOURCES += rddatetimeedit.cpp
SOURCES += rddb.cpp
SOURCES += rddisclookup.cpp
SOURCES += rddbheartbeat.cpp
@@ -264,6 +265,7 @@ HEADERS += rddatedecode.h
HEADERS += rddatedialog.h
HEADERS += rddatepicker.h
HEADERS += rddatetime.h
HEADERS += rddatetimeedit.h
HEADERS += rddb.h
HEADERS += rddbheartbeat.h
HEADERS += rddebug.h