CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: alenn

Search: Search took 0.03 seconds.

  1. Qt c++ play sound on key press - stops working after a few seconds

    I'm making an apllication which needs to play .wav file when user type something inside QTextEdit. I made some code but after minute or less the sound stops, so I made silly workarround. After 30...
  2. Replies
    2
    Views
    1,849

    Re: Qt c++ Problem with resizing widget

    thank you, but I fixed it by placing QSpacers.
  3. Replies
    2
    Views
    1,849

    Qt c++ Problem with resizing widget

    Hi all

    I have QTextEdit in mainWindow. I'm trying to resize QTextEdit so height = mainwindow.height and width = height/2. That should change when I change the size of mainWindow during runtime.
    ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured