#include <printing_selector_card_selection_widget.h>
◆ PrintingSelectorCardSelectionWidget()
| PrintingSelectorCardSelectionWidget::PrintingSelectorCardSelectionWidget |
( |
PrintingSelector * | parent | ) |
|
|
explicit |
Constructs a PrintingSelectorCardSelectionWidget for navigating through cards in the deck.
This widget provides buttons that allow users to navigate between cards in the deck. It includes buttons for moving to the previous and next card in the deck.
- Parameters
-
| parent | The parent PrintingSelector widget responsible for managing card selection. |
◆ connectSignals()
| void PrintingSelectorCardSelectionWidget::connectSignals |
( |
| ) |
|
Connects the signals from the buttons to the appropriate slots in the parent widget.
This method connects the click signals of the previous and next card buttons to the selectPreviousCard and selectNextCard slots in the parent PrintingSelector widget.
◆ selectSetForCards
| void PrintingSelectorCardSelectionWidget::selectSetForCards |
( |
| ) |
|
|
slot |
◆ cardSelectionBarLayout
| QHBoxLayout* PrintingSelectorCardSelectionWidget::cardSelectionBarLayout |
|
private |
◆ nextCardButton
| QPushButton* PrintingSelectorCardSelectionWidget::nextCardButton |
|
private |
◆ parent
◆ previousCardButton
| QPushButton* PrintingSelectorCardSelectionWidget::previousCardButton |
|
private |
◆ selectSetForCardsButton
| QPushButton* PrintingSelectorCardSelectionWidget::selectSetForCardsButton |
|
private |
The documentation for this class was generated from the following files: