Skip to content
  • 144k Topics
    722k Posts
    Kent-DorfmanK
    Sample rate and freqency range are two different things. The sample rate will determine the fidelity of the sound. the 20khz you are refering to is most likely the frequency response since humans cannot hear above around 18khz.
  • Jobs, project showcases, announcements - anything that isn't directly development
    4k 23k
    4k Topics
    23k Posts
    jsulmJ
    @Volodymyr-Mudryk Boot2Qt is commercial software, so you can ask QtCompany directly for support
  • Everything related to designing and design tools

    127 382
    127 Topics
    382 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.

    379 2k
    379 Topics
    2k Posts
    D
    By the way, my test is now deleted from the platform...
  • 2k Topics
    13k Posts
    S
    I am developing a viewer application with model view approach that will display 12 columns of data from a MySQL database. The datasets are to be displayed into a new tab on QTabWidget when selected for the events of that day. The datasets can be very large. I am currently testing with a dataset size of about 56,000 records. I will need 4 of these column need to be able to be set as sortable ASC/DESC. For handling the large datasets I am using QContiguousCache which gives me get smooth viewing in the tableView. without QContiguousCache the large dataset will lock up the application. Current design that is generally working main window creating a new QTableView *m_view Subclassing QAbstractTableModel into my custom myModel then m_view->setModel( myModel ) ui->tabEvents->addTab( m_view, tabDate ) my problem now is that I need to sort my dataset. The sorting need to happen before the QContiguousCache class does its magic. in order to do that, I create a backing store from MySQL in ASC and another in DESC. then use QContiguousCache with QFile from the backing store csv file. Well this works initially until i begin to scroll or page down. at which point thing begin to slow the further in the file the slower things get. With QFile you read line by line so obviously the further in the file you get the longer things will take. I am thinking about trying the seek in the backing store before starting the read. but not sure how I could manage that if I drag my slider 3/4 of the way up or down the view range. looking for some ideas to get me around this hurdle. any ideas out there? Thank you,
  • 4k Topics
    18k Posts
    msauer751M
    @Pl45m4 Ja ist eingebunden. Allerdings bekomme ich dort von clang-tidy ein file not found. Das ganze läst sich aber fehlerfrei compilieren.
  • 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.