QPdfPageSelector Class
PDF 페이지를 선택하기 위한 위젯입니다. 더 보기...
Header: | #include <QPdfPageSelector> |
Since: | Qt 6.6 |
Inherits: | QWidget |
속성
- currentPage : int
- currentPageLabel : const QString
- document : QPdfDocument*
공용 기능
QPdfPageSelector(QWidget *parent) | |
virtual | ~QPdfPageSelector() override |
int | currentPage() const |
QString | currentPageLabel() const |
QPdfDocument * | document() const |
void | setDocument(QPdfDocument *document) |
공용 슬롯
void | setCurrentPage(int index) |
신호
void | currentPageChanged(int index) |
void | currentPageLabelChanged(const QString &label) |
void | documentChanged(QPdfDocument *document) |
상세 설명
QPdfPageSelector는 QPdfDocument 에서 페이지 레이블을 선택하기 위한 위젯입니다.
QPdfDocument::pageLabel()도 참조하십시오 .
속성 문서
currentPage : int
이 속성은 문서에서 현재 페이지의 색인(0
-기반)을 보유합니다.
액세스 함수:
int | currentPage() const |
void | setCurrentPage(int index) |
알림 신호:
void | currentPageChanged(int index) |
[read-only]
currentPageLabel : const QString
이 속성은 문서의 현재 페이지에 해당하는 페이지 레이블을 보유합니다.
사용자에게 표시되는 텍스트입니다.
액세스 기능:
QString | currentPageLabel() const |
알림 신호:
void | currentPageLabelChanged(const QString &label) |
QPdfDocument::pageLabel()도 참조하세요 .
document : QPdfDocument*
이 속성에는 볼 문서가 저장됩니다.
액세스 함수:
QPdfDocument * | document() const |
void | setDocument(QPdfDocument *document) |
알림 신호:
void | documentChanged(QPdfDocument *document) |
멤버 함수 문서
[explicit]
QPdfPageSelector::QPdfPageSelector(QWidget *parent)
부모 위젯으로 PDF 페이지 선택기를 구성합니다 parent.
[override virtual noexcept]
QPdfPageSelector::~QPdfPageSelector()
페이지 선택기를 삭제합니다.
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.