Home
last modified time | relevance | path

Searched refs:contentFont (Results 26 – 50 of 117) sorted by relevance

12345

/dports/devel/py-qt5-dbussupport/PyQt5-5.15.4/examples/qtdemo/
H A Dmenucontent.py121 self.description1 = DemoTextItem(para1, Colors.contentFont(),
124 Colors.contentFont(), Colors.heading, 250, self,
/dports/devel/py-qt5-remoteobjects/PyQt5-5.15.4/examples/qtdemo/
H A Dmenucontent.py121 self.description1 = DemoTextItem(para1, Colors.contentFont(),
124 Colors.contentFont(), Colors.heading, 250, self,
/dports/devel/py-qt5-location/PyQt5-5.15.4/examples/qtdemo/
H A Dmenucontent.py121 self.description1 = DemoTextItem(para1, Colors.contentFont(),
124 Colors.contentFont(), Colors.heading, 250, self,
/dports/print/py-qt5-printsupport/PyQt5-5.15.4/examples/qtdemo/
H A Dmenucontent.py121 self.description1 = DemoTextItem(para1, Colors.contentFont(),
124 Colors.contentFont(), Colors.heading, 250, self,
/dports/textproc/py-qt5-xml/PyQt5-5.15.4/examples/qtdemo/
H A Dmenucontent.py121 self.description1 = DemoTextItem(para1, Colors.contentFont(),
124 Colors.contentFont(), Colors.heading, 250, self,
/dports/textproc/py-qt5-xmlpatterns/PyQt5-5.15.4/examples/qtdemo/
H A Dmenucontent.py121 self.description1 = DemoTextItem(para1, Colors.contentFont(),
124 Colors.contentFont(), Colors.heading, 250, self,
/dports/x11/py-qt5-opengl/PyQt5-5.15.4/examples/qtdemo/
H A Dmenucontent.py121 self.description1 = DemoTextItem(para1, Colors.contentFont(),
124 Colors.contentFont(), Colors.heading, 250, self,
/dports/graphics/py-qt5-svg/PyQt5-5.15.4/examples/qtdemo/
H A Dmenucontent.py121 self.description1 = DemoTextItem(para1, Colors.contentFont(),
124 Colors.contentFont(), Colors.heading, 250, self,
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/qtdemo/
H A Dcolors.h120 static QFont contentFont();
H A Dexamplecontent.cpp150 this->description = new DemoTextItem(this->loadDescription(), Colors::contentFont(), in createContent()
/dports/graphics/qgis/qgis-3.22.3/src/core/layout/
H A Dqgslayouttable.cpp181 QFont contentFont; in readPropertiesFromElement() local
182 …if ( !QgsFontUtils::setFromXmlChildNode( contentFont, itemElem, QStringLiteral( "contentFontProper… in readPropertiesFromElement()
184 contentFont.fromString( itemElem.attribute( QStringLiteral( "contentFont" ), QString() ) ); in readPropertiesFromElement()
187 mContentTextFormat.setFont( contentFont ); in readPropertiesFromElement()
188 if ( contentFont.pointSizeF() > 0 ) in readPropertiesFromElement()
190 mContentTextFormat.setSize( contentFont.pointSizeF() ); in readPropertiesFromElement()
193 else if ( contentFont.pixelSize() > 0 ) in readPropertiesFromElement()
195 mContentTextFormat.setSize( contentFont.pixelSize() ); in readPropertiesFromElement()
815 QFont QgsLayoutTable::contentFont() const in contentFont() function in QgsLayoutTable
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layout/
H A Dqgslayouttable.cpp180 QFont contentFont; in readPropertiesFromElement() local
181 …if ( !QgsFontUtils::setFromXmlChildNode( contentFont, itemElem, QStringLiteral( "contentFontProper… in readPropertiesFromElement()
183 contentFont.fromString( itemElem.attribute( QStringLiteral( "contentFont" ), QString() ) ); in readPropertiesFromElement()
186 mContentTextFormat.setFont( contentFont ); in readPropertiesFromElement()
187 if ( contentFont.pointSizeF() > 0 ) in readPropertiesFromElement()
189 mContentTextFormat.setSize( contentFont.pointSizeF() ); in readPropertiesFromElement()
192 else if ( contentFont.pixelSize() > 0 ) in readPropertiesFromElement()
194 mContentTextFormat.setSize( contentFont.pixelSize() ); in readPropertiesFromElement()
813 QFont QgsLayoutTable::contentFont() const in contentFont() function in QgsLayoutTable
/dports/databases/py-qt5-sql/PyQt5-5.15.4/examples/qtdemo/
H A Dexamplecontent.py141 Colors.contentFont(), Colors.heading, 500, self)
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/examples/qtdemo/
H A Dexamplecontent.py141 Colors.contentFont(), Colors.heading, 500, self)
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/examples/qtdemo/
H A Dexamplecontent.py141 Colors.contentFont(), Colors.heading, 500, self)
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/examples/qtdemo/
H A Dexamplecontent.py141 Colors.contentFont(), Colors.heading, 500, self)
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/examples/qtdemo/
H A Dexamplecontent.py141 Colors.contentFont(), Colors.heading, 500, self)
/dports/www/py-qt5-webkit/PyQt5-5.15.4/examples/qtdemo/
H A Dexamplecontent.py141 Colors.contentFont(), Colors.heading, 500, self)
/dports/www/py-qt5-websockets/PyQt5-5.15.4/examples/qtdemo/
H A Dexamplecontent.py141 Colors.contentFont(), Colors.heading, 500, self)
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/examples/qtdemo/
H A Dexamplecontent.py141 Colors.contentFont(), Colors.heading, 500, self)
/dports/x11-toolkits/py-qt5-widgets/PyQt5-5.15.4/examples/qtdemo/
H A Dexamplecontent.py141 Colors.contentFont(), Colors.heading, 500, self)
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/examples/qtdemo/
H A Dexamplecontent.py141 Colors.contentFont(), Colors.heading, 500, self)
/dports/net/py-qt5-network/PyQt5-5.15.4/examples/qtdemo/
H A Dexamplecontent.py141 Colors.contentFont(), Colors.heading, 500, self)
/dports/devel/py-qt5-test/PyQt5-5.15.4/examples/qtdemo/
H A Dexamplecontent.py141 Colors.contentFont(), Colors.heading, 500, self)
/dports/misc/py-qt5-demo/PyQt5-5.15.4/examples/qtdemo/
H A Dexamplecontent.py141 Colors.contentFont(), Colors.heading, 500, self)

12345