[libcalamaresui] Move PrettyRadioButton from partition
This commit is contained in:
parent
8d4c7767d4
commit
c4951d5090
@ -22,6 +22,7 @@ set( calamaresui_SOURCES
|
|||||||
|
|
||||||
widgets/ClickableLabel.cpp
|
widgets/ClickableLabel.cpp
|
||||||
widgets/FixedAspectRatioLabel.cpp
|
widgets/FixedAspectRatioLabel.cpp
|
||||||
|
widgets/PrettyRadioButton.cpp
|
||||||
widgets/WaitingWidget.cpp
|
widgets/WaitingWidget.cpp
|
||||||
${CMAKE_SOURCE_DIR}/3rdparty/waitingspinnerwidget.cpp
|
${CMAKE_SOURCE_DIR}/3rdparty/waitingspinnerwidget.cpp
|
||||||
|
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PRETTYRADIOBUTTON_H
|
#ifndef LIBCALAMARESUI_PRETTYRADIOBUTTON_H
|
||||||
#define PRETTYRADIOBUTTON_H
|
#define LIBCALAMARESUI_PRETTYRADIOBUTTON_H
|
||||||
|
|
||||||
#include <QRadioButton>
|
#include <QRadioButton>
|
||||||
|
|
||||||
@ -64,4 +64,4 @@ protected:
|
|||||||
QHBoxLayout* m_optionsLayout;
|
QHBoxLayout* m_optionsLayout;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // PRETTYRADIOBUTTON_H
|
#endif // LIBCALAMARESUI_PRETTYRADIOBUTTON_H
|
@ -80,7 +80,6 @@ if ( KPMcore_FOUND AND Qt5DBus_FOUND AND KF5CoreAddons_FOUND AND KF5Config_FOUND
|
|||||||
gui/PartitionSizeController.cpp
|
gui/PartitionSizeController.cpp
|
||||||
gui/PartitionSplitterWidget.cpp
|
gui/PartitionSplitterWidget.cpp
|
||||||
gui/PartitionViewStep.cpp
|
gui/PartitionViewStep.cpp
|
||||||
gui/PrettyRadioButton.cpp
|
|
||||||
gui/ResizeVolumeGroupDialog.cpp
|
gui/ResizeVolumeGroupDialog.cpp
|
||||||
gui/ScanningDialog.cpp
|
gui/ScanningDialog.cpp
|
||||||
gui/ReplaceWidget.cpp
|
gui/ReplaceWidget.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user