Added: 1 year ago
From: VoidRealms
Views: 3,620
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (5)

Sign In or Sign Up now to post a comment!
  • Very clear and to the point explanation.

    To make sure QObject::connect() works, I always use:

    bool b = connect(...);

    Q_ASSERT(b);

    A warning note: don't use:

    Q_ASSERT(connect(...));

    as it will remove a call to connect() in release build.

  • is it possible to make the progress bar stay hidden unless a certain even occurs in which case it is no come into the main window?

  • hi, I Wanna connect a lineedit with horizontalslider, so the value of lineedit (number) change from 0 to 100 for example. but I dont if this is posible with connect.

  • @elperez1988 Go to slot(horizontal slider) valueChanged(int) and in there type  ui->lineEdit->setMaxLength(val­ue);

  • keep up the good work nice one

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more