20#ifndef SAYONARA_PLAYER_MINMAXINTEGERDIALOG_H
21#define SAYONARA_PLAYER_MINMAXINTEGERDIALOG_H
23#include "Utils/Pimpl.h"
30namespace SmartPlaylists
52 [[nodiscard]]
bool isRandomized()
const;
54 [[nodiscard]] SmartPlaylists::Type type()
const;
59 void fillLayout(QWidget* headerWidget);
60 void connectTextFieldChanges(
const QList<Section>& sections)
const;
63 void textChanged(
const QString& text);
64 void currentIndexChanged(
int index);
Definition: MinMaxIntegerDialog.h:42
Definition: EngineUtils.h:33
Definition: SmartPlaylist.h:56