Home
last modified time | relevance | path

Searched refs:m_styleCombo (Results 1 – 25 of 57) sorted by relevance

123

/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtcharts/examples/charts/piechartcustomization/
H A Dbrushtool.cpp42 m_styleCombo = new QComboBox(); in BrushTool()
43 m_styleCombo->addItem("Nobrush", (int) Qt::NoBrush); in BrushTool()
44 m_styleCombo->addItem("Solidpattern", (int) Qt::SolidPattern); in BrushTool()
46 m_styleCombo->addItem("Dense2attern", (int) Qt::Dense2Pattern); in BrushTool()
52 m_styleCombo->addItem("HorPattern", (int) Qt::HorPattern); in BrushTool()
53 m_styleCombo->addItem("VerPattern", (int) Qt::VerPattern); in BrushTool()
54 m_styleCombo->addItem("CrossPattern", (int) Qt::CrossPattern); in BrushTool()
55 m_styleCombo->addItem("BDiagPattern", (int) Qt::BDiagPattern); in BrushTool()
56 m_styleCombo->addItem("FDiagPattern", (int) Qt::FDiagPattern); in BrushTool()
61 layout->addRow("Style", m_styleCombo); in BrushTool()
[all …]
H A Dpentool.cpp47 m_styleCombo = new QComboBox(); in PenTool()
48 m_styleCombo->addItem("NoPen"); in PenTool()
49 m_styleCombo->addItem("SolidLine"); in PenTool()
50 m_styleCombo->addItem("DashLine"); in PenTool()
51 m_styleCombo->addItem("DotLine"); in PenTool()
52 m_styleCombo->addItem("DashDotLine"); in PenTool()
53 m_styleCombo->addItem("DashDotDotLine"); in PenTool()
69 layout->addRow("Style", m_styleCombo); in PenTool()
79 connect(m_styleCombo, in PenTool()
95 m_styleCombo->setCurrentIndex(m_pen.style()); // index matches the enum in setPen()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/designer/src/components/formeditor/
H A Ddeviceprofiledialog.cpp94 m_ui->m_styleCombo->addItem(tr("Default"), QVariant(QString())); in DeviceProfileDialog()
97 m_ui->m_styleCombo->addItem(*it, *it); in DeviceProfileDialog()
124 rc.setStyle(m_ui->m_styleCombo->itemData(m_ui->m_styleCombo->currentIndex()).toString()); in deviceProfile()
136 const int styleIndex = m_ui->m_styleCombo->findData(s.style()); in setDeviceProfile()
137 m_ui->m_styleCombo->setCurrentIndex(styleIndex != -1 ? styleIndex : 0); in setDeviceProfile()
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Ddeviceprofiledialog.cpp86 m_ui->m_styleCombo->addItem(tr("Default"), QVariant(QString())); in DeviceProfileDialog()
89 m_ui->m_styleCombo->addItem(*it, *it); in DeviceProfileDialog()
119 rc.setStyle(m_ui->m_styleCombo->itemData(m_ui->m_styleCombo->currentIndex()).toString()); in deviceProfile()
131 const int styleIndex = m_ui->m_styleCombo->findData(s.style()); in setDeviceProfile()
132 m_ui->m_styleCombo->setCurrentIndex(styleIndex != -1 ? styleIndex : 0); in setDeviceProfile()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Ddeviceprofiledialog.cpp86 m_ui->m_styleCombo->addItem(tr("Default"), QVariant(QString())); in DeviceProfileDialog()
89 m_ui->m_styleCombo->addItem(*it, *it); in DeviceProfileDialog()
119 rc.setStyle(m_ui->m_styleCombo->itemData(m_ui->m_styleCombo->currentIndex()).toString()); in deviceProfile()
131 const int styleIndex = m_ui->m_styleCombo->findData(s.style()); in setDeviceProfile()
132 m_ui->m_styleCombo->setCurrentIndex(styleIndex != -1 ? styleIndex : 0); in setDeviceProfile()
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Ddeviceprofiledialog.cpp86 m_ui->m_styleCombo->addItem(tr("Default"), QVariant(QString())); in DeviceProfileDialog()
89 m_ui->m_styleCombo->addItem(*it, *it); in DeviceProfileDialog()
119 rc.setStyle(m_ui->m_styleCombo->itemData(m_ui->m_styleCombo->currentIndex()).toString()); in deviceProfile()
131 const int styleIndex = m_ui->m_styleCombo->findData(s.style()); in setDeviceProfile()
132 m_ui->m_styleCombo->setCurrentIndex(styleIndex != -1 ? styleIndex : 0); in setDeviceProfile()
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Ddeviceprofiledialog.cpp86 m_ui->m_styleCombo->addItem(tr("Default"), QVariant(QString())); in DeviceProfileDialog()
89 m_ui->m_styleCombo->addItem(*it, *it); in DeviceProfileDialog()
119 rc.setStyle(m_ui->m_styleCombo->itemData(m_ui->m_styleCombo->currentIndex()).toString()); in deviceProfile()
131 const int styleIndex = m_ui->m_styleCombo->findData(s.style()); in setDeviceProfile()
132 m_ui->m_styleCombo->setCurrentIndex(styleIndex != -1 ? styleIndex : 0); in setDeviceProfile()
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Ddeviceprofiledialog.cpp86 m_ui->m_styleCombo->addItem(tr("Default"), QVariant(QString())); in DeviceProfileDialog()
89 m_ui->m_styleCombo->addItem(*it, *it); in DeviceProfileDialog()
119 rc.setStyle(m_ui->m_styleCombo->itemData(m_ui->m_styleCombo->currentIndex()).toString()); in deviceProfile()
131 const int styleIndex = m_ui->m_styleCombo->findData(s.style()); in setDeviceProfile()
132 m_ui->m_styleCombo->setCurrentIndex(styleIndex != -1 ? styleIndex : 0); in setDeviceProfile()
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Ddeviceprofiledialog.cpp86 m_ui->m_styleCombo->addItem(tr("Default"), QVariant(QString())); in DeviceProfileDialog()
89 m_ui->m_styleCombo->addItem(*it, *it); in DeviceProfileDialog()
119 rc.setStyle(m_ui->m_styleCombo->itemData(m_ui->m_styleCombo->currentIndex()).toString()); in deviceProfile()
131 const int styleIndex = m_ui->m_styleCombo->findData(s.style()); in setDeviceProfile()
132 m_ui->m_styleCombo->setCurrentIndex(styleIndex != -1 ? styleIndex : 0); in setDeviceProfile()
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Ddeviceprofiledialog.cpp86 m_ui->m_styleCombo->addItem(tr("Default"), QVariant(QString())); in DeviceProfileDialog()
89 m_ui->m_styleCombo->addItem(*it, *it); in DeviceProfileDialog()
119 rc.setStyle(m_ui->m_styleCombo->itemData(m_ui->m_styleCombo->currentIndex()).toString()); in deviceProfile()
131 const int styleIndex = m_ui->m_styleCombo->findData(s.style()); in setDeviceProfile()
132 m_ui->m_styleCombo->setCurrentIndex(styleIndex != -1 ? styleIndex : 0); in setDeviceProfile()
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Ddeviceprofiledialog.cpp86 m_ui->m_styleCombo->addItem(tr("Default"), QVariant(QString())); in DeviceProfileDialog()
89 m_ui->m_styleCombo->addItem(*it, *it); in DeviceProfileDialog()
119 rc.setStyle(m_ui->m_styleCombo->itemData(m_ui->m_styleCombo->currentIndex()).toString()); in deviceProfile()
131 const int styleIndex = m_ui->m_styleCombo->findData(s.style()); in setDeviceProfile()
132 m_ui->m_styleCombo->setCurrentIndex(styleIndex != -1 ? styleIndex : 0); in setDeviceProfile()
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Ddeviceprofiledialog.cpp86 m_ui->m_styleCombo->addItem(tr("Default"), QVariant(QString())); in DeviceProfileDialog()
89 m_ui->m_styleCombo->addItem(*it, *it); in DeviceProfileDialog()
119 rc.setStyle(m_ui->m_styleCombo->itemData(m_ui->m_styleCombo->currentIndex()).toString()); in deviceProfile()
131 const int styleIndex = m_ui->m_styleCombo->findData(s.style()); in setDeviceProfile()
132 m_ui->m_styleCombo->setCurrentIndex(styleIndex != -1 ? styleIndex : 0); in setDeviceProfile()
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Ddeviceprofiledialog.cpp86 m_ui->m_styleCombo->addItem(tr("Default"), QVariant(QString())); in DeviceProfileDialog()
89 m_ui->m_styleCombo->addItem(*it, *it); in DeviceProfileDialog()
119 rc.setStyle(m_ui->m_styleCombo->itemData(m_ui->m_styleCombo->currentIndex()).toString()); in deviceProfile()
131 const int styleIndex = m_ui->m_styleCombo->findData(s.style()); in setDeviceProfile()
132 m_ui->m_styleCombo->setCurrentIndex(styleIndex != -1 ? styleIndex : 0); in setDeviceProfile()
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Ddeviceprofiledialog.cpp86 m_ui->m_styleCombo->addItem(tr("Default"), QVariant(QString())); in DeviceProfileDialog()
89 m_ui->m_styleCombo->addItem(*it, *it); in DeviceProfileDialog()
119 rc.setStyle(m_ui->m_styleCombo->itemData(m_ui->m_styleCombo->currentIndex()).toString()); in deviceProfile()
131 const int styleIndex = m_ui->m_styleCombo->findData(s.style()); in setDeviceProfile()
132 m_ui->m_styleCombo->setCurrentIndex(styleIndex != -1 ? styleIndex : 0); in setDeviceProfile()
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Ddeviceprofiledialog.cpp86 m_ui->m_styleCombo->addItem(tr("Default"), QVariant(QString())); in DeviceProfileDialog()
89 m_ui->m_styleCombo->addItem(*it, *it); in DeviceProfileDialog()
119 rc.setStyle(m_ui->m_styleCombo->itemData(m_ui->m_styleCombo->currentIndex()).toString()); in deviceProfile()
131 const int styleIndex = m_ui->m_styleCombo->findData(s.style()); in setDeviceProfile()
132 m_ui->m_styleCombo->setCurrentIndex(styleIndex != -1 ? styleIndex : 0); in setDeviceProfile()
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Ddeviceprofiledialog.cpp86 m_ui->m_styleCombo->addItem(tr("Default"), QVariant(QString())); in DeviceProfileDialog()
89 m_ui->m_styleCombo->addItem(*it, *it); in DeviceProfileDialog()
119 rc.setStyle(m_ui->m_styleCombo->itemData(m_ui->m_styleCombo->currentIndex()).toString()); in deviceProfile()
131 const int styleIndex = m_ui->m_styleCombo->findData(s.style()); in setDeviceProfile()
132 m_ui->m_styleCombo->setCurrentIndex(styleIndex != -1 ? styleIndex : 0); in setDeviceProfile()
/dports/graphics/qt5-pixeltool/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Ddeviceprofiledialog.cpp86 m_ui->m_styleCombo->addItem(tr("Default"), QVariant(QString())); in DeviceProfileDialog()
89 m_ui->m_styleCombo->addItem(*it, *it); in DeviceProfileDialog()
119 rc.setStyle(m_ui->m_styleCombo->itemData(m_ui->m_styleCombo->currentIndex()).toString()); in deviceProfile()
131 const int styleIndex = m_ui->m_styleCombo->findData(s.style()); in setDeviceProfile()
132 m_ui->m_styleCombo->setCurrentIndex(styleIndex != -1 ? styleIndex : 0); in setDeviceProfile()
/dports/x11/qt5-qev/kde-qttools-5.15.2p17/src/designer/src/components/formeditor/
H A Ddeviceprofiledialog.cpp86 m_ui->m_styleCombo->addItem(tr("Default"), QVariant(QString())); in DeviceProfileDialog()
89 m_ui->m_styleCombo->addItem(*it, *it); in DeviceProfileDialog()
119 rc.setStyle(m_ui->m_styleCombo->itemData(m_ui->m_styleCombo->currentIndex()).toString()); in deviceProfile()
131 const int styleIndex = m_ui->m_styleCombo->findData(s.style()); in setDeviceProfile()
132 m_ui->m_styleCombo->setCurrentIndex(styleIndex != -1 ? styleIndex : 0); in setDeviceProfile()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/uic/baseline/
H A Dpreviewconfigurationwidget.ui.h32 QComboBox *m_styleCombo; variable
55 m_styleCombo = new QComboBox(PreviewConfigurationWidget); in setupUi()
56 m_styleCombo->setObjectName(QString::fromUtf8("m_styleCombo")); in setupUi()
58 formLayout->setWidget(0, QFormLayout::FieldRole, m_styleCombo); in setupUi()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/designer/src/lib/shared/
H A Dpreviewconfigurationwidget.cpp147 m_ui.m_styleCombo->setEditable(false); in PreviewConfigurationWidgetPrivate()
150 m_ui.m_styleCombo->addItems(styleItems); in PreviewConfigurationWidgetPrivate()
206 QString style = m_ui.m_styleCombo->currentText(); in previewConfiguration()
221 int styleIndex = m_ui.m_styleCombo->findText(pc.style()); in setPreviewConfiguration()
223 styleIndex = m_ui.m_styleCombo->findText(m_defaultStyle); in setPreviewConfiguration()
224 m_ui.m_styleCombo->setCurrentIndex(styleIndex); in setPreviewConfiguration()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dpreviewconfigurationwidget.cpp130 m_ui.m_styleCombo->setEditable(false); in PreviewConfigurationWidgetPrivate()
133 m_ui.m_styleCombo->addItems(styleItems); in PreviewConfigurationWidgetPrivate()
189 QString style = m_ui.m_styleCombo->currentText(); in previewConfiguration()
204 int styleIndex = m_ui.m_styleCombo->findText(pc.style()); in setPreviewConfiguration()
206 styleIndex = m_ui.m_styleCombo->findText(m_defaultStyle); in setPreviewConfiguration()
207 m_ui.m_styleCombo->setCurrentIndex(styleIndex); in setPreviewConfiguration()
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dpreviewconfigurationwidget.cpp130 m_ui.m_styleCombo->setEditable(false); in PreviewConfigurationWidgetPrivate()
133 m_ui.m_styleCombo->addItems(styleItems); in PreviewConfigurationWidgetPrivate()
189 QString style = m_ui.m_styleCombo->currentText(); in previewConfiguration()
204 int styleIndex = m_ui.m_styleCombo->findText(pc.style()); in setPreviewConfiguration()
206 styleIndex = m_ui.m_styleCombo->findText(m_defaultStyle); in setPreviewConfiguration()
207 m_ui.m_styleCombo->setCurrentIndex(styleIndex); in setPreviewConfiguration()
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dpreviewconfigurationwidget.cpp130 m_ui.m_styleCombo->setEditable(false); in PreviewConfigurationWidgetPrivate()
133 m_ui.m_styleCombo->addItems(styleItems); in PreviewConfigurationWidgetPrivate()
189 QString style = m_ui.m_styleCombo->currentText(); in previewConfiguration()
204 int styleIndex = m_ui.m_styleCombo->findText(pc.style()); in setPreviewConfiguration()
206 styleIndex = m_ui.m_styleCombo->findText(m_defaultStyle); in setPreviewConfiguration()
207 m_ui.m_styleCombo->setCurrentIndex(styleIndex); in setPreviewConfiguration()
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dpreviewconfigurationwidget.cpp130 m_ui.m_styleCombo->setEditable(false); in PreviewConfigurationWidgetPrivate()
133 m_ui.m_styleCombo->addItems(styleItems); in PreviewConfigurationWidgetPrivate()
189 QString style = m_ui.m_styleCombo->currentText(); in previewConfiguration()
204 int styleIndex = m_ui.m_styleCombo->findText(pc.style()); in setPreviewConfiguration()
206 styleIndex = m_ui.m_styleCombo->findText(m_defaultStyle); in setPreviewConfiguration()
207 m_ui.m_styleCombo->setCurrentIndex(styleIndex); in setPreviewConfiguration()
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dpreviewconfigurationwidget.cpp130 m_ui.m_styleCombo->setEditable(false); in PreviewConfigurationWidgetPrivate()
133 m_ui.m_styleCombo->addItems(styleItems); in PreviewConfigurationWidgetPrivate()
189 QString style = m_ui.m_styleCombo->currentText(); in previewConfiguration()
204 int styleIndex = m_ui.m_styleCombo->findText(pc.style()); in setPreviewConfiguration()
206 styleIndex = m_ui.m_styleCombo->findText(m_defaultStyle); in setPreviewConfiguration()
207 m_ui.m_styleCombo->setCurrentIndex(styleIndex); in setPreviewConfiguration()

123