跳到內容

Brainstorm

Stuck? Some ideas just need to be dumped on someone before they can materialize.
456 主題 3.2k 貼文
  • revealing advanced user options

    Solved
    5
    0 評價
    5 貼文
    878 瀏覽
    mzimmersM
    Thanks for the input, guys. Jon makes a good point about the need to convey this "hidden" feature to the user. That said, I might go ahead and try implementing this, simply because I can foresee a lot of good uses for the QKeyEvents. I can always go back and implement something that Jon could live with. Thanks again... EDIT: QKeyEvents aren't a great solution. It turns out that, on Windows and Linux (but not Mac), holding down keys prevents a button push from signalling. You have to press and release the keys, then push the button. Much clunkier than I'd hoped for.
  • Whiteboard chat

    Unsolved
    7
    0 評價
    7 貼文
    1k 瀏覽
    fcarneyF
    Does it update in real time? If it does then what events happen on one should be sent to the other. Like @eyllanesc said, those would be the "instructions" of what to draw.
  • any Windows networking mavens out there?

    Solved windows sockets broadcast
    20
    0 評價
    20 貼文
    4k 瀏覽
    M
    @mzimmers If i iterate over the interfaces like in your script, then it works with no problem :) Running on windows :) When using only the QHostAddress::Broadcast I get the wrong broadcast addr. I too think it is strange, but this is no issue for me, as it's always simple to determine the right address by code or manually :) just strange as you say :) Anways, off to new issues :D
  • changing from 1:1 to 1:many

    Solved
    12
    0 評價
    12 貼文
    2k 瀏覽
    mzimmersM
    Thanks for the suggestions. I'm sure I'll have more questions about implementation, but as the original issue has been answered, I'm marking this as solved.
  • QJsonObject comparison

    Unsolved
    3
    0 評價
    3 貼文
    2k 瀏覽
    R
    @JonB Thanks a lot for your insight!
  • PUBLISHING A SIDE PROJECT (HOBBY PROJECT)

    Unsolved
    2
    0 評價
    2 貼文
    553 瀏覽
    jsulmJ
    @EHSUN7B If you want to publish source code also then there is nothing special to consider. If you do not want to deliver source code then use LGPL license for Qt and use Qt shared libraries. When using static Qt libraries you have to be prepared to give the users the object files so they can relink the app against their own Qt libs. Note: I'm not a lawyer.
  • deterministic free store using memory pools

    Unsolved
    7
    1 評價
    7 貼文
    1k 瀏覽
    Kent-DorfmanK
    @Konstantin-Tokarev I think you're saying I'm wrong and then restating exactly what I wrote in the first place? The default allocator reverts to the default heap manager and I'm well aware that it can be overriden, as I mentioned that as a potential strategy. so yes, it is implicit in the default STL. Normally I stay well away from boost. Historically the lack of real boost documentation and frequently changing interfaces have left me severely jaded where boost is concerned. If/when something from boost finds its way into the standard then I'm more likely to give it a whirl, but I may take a look at their pool allocators. Thanks!
  • Replace DLL name and DLL dependecy

    Unsolved
    3
    0 評價
    3 貼文
    678 瀏覽
    A
    @aha_1980 Thank you for your kind reply and.... you are right, is not enough replace the name of the linked dll.
  • General Open Source Software License Question

    Unsolved
    4
    0 評價
    4 貼文
    693 瀏覽
    K
    Does it satisfy the requirements for BSD and MIT? I mean it is easy to find. Who does not know "Help > About" ? at first you will see a list of all third party libraries. You can look how other companies (like Apple, Google, or, surprise, Qt itself) are handling 3rd-party BSD/MIT licensed code. It may be buried deep down in app or documentation and it's still ok because persistent user can find it. But If I changed it I would have released them as open source under the same License. BSD and MIT allow any modifications in code without requirement to publish them, as long as you comply with their terms. Read licenses, they are very concise..
  • Qt in company - licensing

    Unsolved
    7
    0 評價
    7 貼文
    2k 瀏覽
    Umberto2020U
    @AndyS @JKSH @Konstantin-Tokarev @bterrier Thanks for the answers. I read into the details of the GPL and LGPL licenses and it looks like (for my Qt library use) i don't need to purchase a license.
  • time and time zones

    Solved
    18
    0 評價
    18 貼文
    4k 瀏覽
    Kent-DorfmanK
    what you are asking for is POSIX TZ format. It can be pulled or generated from the POSIX tzfile(5) database. A quick search of the database on my machine shows that all of the timesonze files I searched contained a newline terminated TZ string fallback for dates after the prior exception rules. You most likely would have to parse the tzfiles according to the zone selected and use the fallback string if it exists, or build the correct string from the data if it doesn't exist. This of course assumes that you are on a unix/linux machine.
  • Smart home system

    Unsolved
    3
    0 評價
    3 貼文
    680 瀏覽
    K
    FWIW, if you make your project open source under GPL license, and not planning to sell devices which runit as a part of firmware, you can also ignore all license stuff and be safe. But if you are planning to produce such devices, it's better to consult a lawyer, though it's still possible to do with open source Qt if users can reflash device or have read-write access to its file system and can build their own Qt for them.
  • qwebp.dll malware Variant.Adware.Kazy.795337

    Unsolved
    4
    0 評價
    4 貼文
    924 瀏覽
    aha_1980A
    Hi @ludek-vodicka, But who you think to contact? These AV companies? Yeah, these are the only ones that can update their whitelists. Regards
  • Qt/C++, QML Themes and Templates

    已移動 Unsolved
    4
    4 評價
    4 貼文
    3k 瀏覽
    A
    @Vova-Shevchyk this is a bit old, but I want to check how's the work on this website going?
  • Qt6 technical vision

    Unsolved
    2
    0 評價
    2 貼文
    554 瀏覽
    SGaistS
    Hi, If you'd like to interact with Qt developers, you should rather post your Qt6 related questions on the interest mailing list. You'll find there Qt developers/maintainers. This forum is more user oriented.
  • Dynamic layouts in Qt

    Unsolved
    1
    0 評價
    1 貼文
    480 瀏覽
    尚無回覆
  • How to debug crash in object->metaObject()->className() of err_method_notfound method

    Unsolved
    4
    0 評價
    4 貼文
    828 瀏覽
    SGaistS
    In that case comment all the code that makes the test crash and te-add stuff gradually until the test starts to crash again. It should give you clues about what is going on.
  • Qt in One DLL at Release

    Unsolved
    7
    0 評價
    7 貼文
    2k 瀏覽
    JonBJ
    And further to what @SGaist has just said about licensing required for static, I would have thought you would probably run the same risk with your "all Qt DLLs into one DLL". The LGPL requires users should be able to just use a new set of Qt DLLs with your software, recompile Qt for themselves etc., and that might not hold (in a straightforward fashion) if you start replacing the standard, freely available Qt DLLs with some concoction you create yourself.
  • Loading Large Images in Qt

    已移動 Solved
    14
    0 評價
    14 貼文
    7k 瀏覽
    B
    @zed962 could you please help me to creating my own tiling process for large images (Reading the image, dissecting it to multiple tiles and loading tiles accordingly). I am thankful to you.
  • How can I connect to Visual SVN server Repository C++ with Qt

    Unsolved
    6
    0 評價
    6 貼文
    2k 瀏覽
    E
    I downloaded subversion however I couldn't integrate with my code. Should I add all the header files to my project? I am very new to C ++ programming sorry and thanks for help .