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

Search:

Type: Posts; User: mulfycrowh

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,074

    Re: About Qt window background color

    Sorry I forgot to put the code in gray color !
  2. Replies
    1
    Views
    1,074

    About Qt window background color

    Hi there !

    I have the following very short code :

    int main(int argc, char *argv[])
    {
    QApplication app(argc, argv);
    QDir::setCurrent(QCoreApplication::applicationDirPath());
    ...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured