Skip to content
  • 144k Topics
    722k Posts
    B
    I've tried this solution (currently working with Qt 6.10)... and it has no effect. My app STILL shows up under the Status Bar and Navigation Bar on startup... Rotating to landscape and back fixes this... but, when in landscape, it shows up under the Nav Bar, but not the Status Bar.
  • Jobs, project showcases, announcements - anything that isn't directly development
    4k 23k
    4k Topics
    23k Posts
    DeSGuND
    @JonB read post more once and did through qml thanks an answer
  • Everything related to designing and design tools

    127 383
    127 Topics
    383 Posts
    R
    I see this is an old thread and I see several unresolved threads on this topic. I'm leaving this incase it helps someone else who ends up here. The solution was twofold for me. Go to File > Export Project and select Enable Python Generator. This will create a main.py. Make sure you pip install PySide6-DS Hope this helps someone.
  • Everything related to the QA Tools

    77 213
    77 Topics
    213 Posts
    J
    Hello i am using WinCC OA to develop a qt application. WinCC OA has some custom elements which cannot be detected by squish for example a polygon. Squish is now not able to detect this element with the picker. I know the name of the element but as it is of WinCC OA internal i do not know the type: waitForObject( {"container": "container", "name": "POLYGON1","type": "???","visible": 1} ); How do i get this information? And what to use if unknown? Is there any other way? I mainly just need to click this element. Thanks a lot
  • Everything related to learning Qt.

    382 2k
    382 Topics
    2k Posts
    Ash_QtA
    Hey! Thanks for taking the time to tackle the QML for Beginners challenges! You are right that States could be a good application here to toggle between the business card's 'front' and 'back'! Well done in exploring and implementing this :) One way of stopping the flickering you mentioned is to bind the minimumHeight and maximumHeight properties of the Window to the business card ratio we want: minimumHeight: width / 1.586 maximumHeight: width / 1.586 You can learn more about those here
  • 2k Topics
    13k Posts
    S
    @SGaist applying delegate did not make any difference in opening response. but turning off resizeColumnsToContents made a substantial difference. Now it is basically doing everything I need it to. Now to the fine tunning and clean up. thanks to you all for you input. greatly appreciated.
  • 4k Topics
    18k Posts
    A
    Merci pour les infos, j'ai lancé le Maintenance Tool, j'ai demandé à mettre à jour les modules, par contre il me parle de mettre au moins "un dépôt valide et actif", et en me rendant dans les paramètres, j'ai plusieurs choix avec Proxy (si nécessaire), je ne sais pas quoi choisir, et quelle adresse mettre si c'est nécessaire [image: 73205a3d-31e0-43c2-b26a-b855d714826c.jpg] [image: 28a8624f-2574-4ea6-a94b-71ec6672f3a6.jpg]
  • This is where all the posts related to the Qt web services go. Including severe sillyness.
    1k 10k
    1k Topics
    10k Posts
    SGaistS
    @RokeJulianLockhart to the best of my knowledge, no. The first release of Discourse was in 2014 and the forum is several years older than that.