mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2021-09-12 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDBiPushButton' widget. * Modified the behavior of the buttons in the 'Edit Cart' dialog in rdlibrary(1) to grey-out when there is no cut selected. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# lib.pro
|
||||
# librd.pro
|
||||
#
|
||||
# The lib/ QMake project file for Rivendell.
|
||||
#
|
||||
@@ -44,6 +44,7 @@ SOURCES += rdapplication.cpp
|
||||
SOURCES += rdaudio_exists.cpp
|
||||
SOURCES += rdaudio_port.cpp
|
||||
SOURCES += rdaudiosettings.cpp
|
||||
SOURCES += rdbipushbutton.cpp
|
||||
SOURCES += rdbusybar.cpp
|
||||
SOURCES += rdbusydialog.cpp
|
||||
SOURCES += rdbutton_dialog.cpp
|
||||
@@ -228,6 +229,7 @@ HEADERS += rdapplication.h
|
||||
HEADERS += rdaudio_exists.h
|
||||
HEADERS += rdaudio_port.h
|
||||
HEADERS += rdaudiosettings.h
|
||||
HEADERS += rdbipushbutton.h
|
||||
HEADERS += rdbusybar.h
|
||||
HEADERS += rdbusydialog.h
|
||||
HEADERS += rdbutton_dialog.h
|
||||
|
Reference in New Issue
Block a user