issues Search Results · repo:pureqml/qmlcore language:Python
Filter by
172 results
(66 ms)172 results
inpureqml/qmlcore (press backspace or delete to remove)Hi would like to ask below
1. is qmldir supported ?
2. is it Qt6 or Qt5 ?
3. do you have plan to remove ; on every syntax ?
4. What works and what is not ?
Maybe a document like or a comparison table ...
jhay06
- Opened on Apr 30
- #252
I have several issues/questions regarding the usage of {/} in properties. In QML by Qt I often use something like this
(in a more complex way) to assign values to properties:
property int test: {
if ...
Benn20002
- Opened on Dec 26, 2024
- #250
Hi would like to ask and suggest
, can we remove at the future the needed semicolon ?
and does it support a module or custom module / qmldir
jhay06
- 1
- Opened on Mar 21, 2024
- #246
I m trying to build a simple
import QtQuick.Controls;
Item{
Text {
id: text;
anchors.fill: context;
text: Hello, world! ;
font.pixelSize: 32;
verticalAlignment: Text.AlignVCenter;
horizontalAlignment: ...
tubbadu
- 1
- Opened on Feb 22, 2024
- #245
Setting htmlTag on a component has no effect on its construction. Within the Item.qml constructor, calling htmlTag()
always returns div. Apparently, the properties are not processed and attached to this ...
madagon
- 1
- Opened on Nov 21, 2023
- #244
Sorry if this question is so basic, but how can I run it on Android TV? I m not familiar with Cordova.
question
abouzia
- 1
- Opened on Oct 21, 2023
- #243
Adding a setup.py file would be a good idea. It allows packaging and uploading to PyPI, as well as enabling automatic
installation of binary command-line tools. Have you considered enhancing this functionality? ...
shapled
- Opened on Oct 7, 2023
- #242
The pyinotify package does not support Windows. There should be more universal alternatives available.
shapled
- 1
- Opened on Oct 7, 2023
- #241
It will be very useful to have scale parameter depended on context size
enhancement
comrat
- Opened on Sep 23, 2023
- #240
I congratulate you for an excellent project! Thank you for doing this! I ask you how you can define an object-type
variable with property? example: property var myobject: { name : Jose };
numaelis
- 2
- Opened on Apr 24, 2023
- #239

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.