PdfStyle QML Type
Una interfaz de estilo para los componentes del visor de PDF. Más...
| Import Statement: | import QtQuick.Pdf |
| Inherits: |
Propiedades
- currentSearchResultStrokeColor : color
- currentSearchResultStrokeWidth : real
- pageSearchResultsColor : color
- selectionColor : color
Descripción detallada
PdfStyle proporciona propiedades para modificar la apariencia de PdfMultiPageView, PdfScrollablePageView, y PdfPageView.
Se proporcionan estilos predeterminados para que coincidan con los estilos de Qt Quick Controls. Los selectores de archivo se utilizan para cargar el estilo PDF correspondiente al estilo Controls en uso. Son posibles estilos personalizados, utilizando diferentes file selectors.
Documentación de propiedades
currentSearchResultStrokeColor : color
El color del contorno de la caja alrededor de current search result.
Véase también PdfMultiPageView::searchBack(), PdfMultiPageView::searchForward() y PdfSearchModel::currentResult.
currentSearchResultStrokeWidth : real
El ancho de línea del contorno de la caja alrededor de current search result.
Véase también PdfMultiPageView::searchBack(), PdfMultiPageView::searchForward() y PdfSearchModel::currentResult.
pageSearchResultsColor : color
El color de los rectángulos translúcidos que se superponen al texto coincide con el de search string.
Véase también PdfSearchModel.
selectionColor : color
El color de los rectángulos translúcidos que se superponen en selected text.
Véase también PdfSelection.
© 2026 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.