Skip to content
  • Cout in a loop for QLabel Widgets

    Solved General and Desktop qmap loop cout label qlabel
    9
    0 Votes
    9 Posts
    2k Views
    Swati777999S
    @jsulm said in Cout in a loop for QLabel Widgets: @Swati777999 Names[ii] = new QLabel(QString("Name %1").arg(ii)); Works perfectly! Thanks.
  • Cout int on a label

    Unsolved General and Desktop cout label
    2
    0 Votes
    2 Posts
    851 Views
    TheBadgerT
    @Sanmon The Qt Examples that comes with Qt + QtCreator are a good place to start. From my understanding start looking at the "Calculator Example", it sounds like that should get you a widget with number buttons that when you press them they show on the display.