我有一个gridpane,行数可能是不确定的。 如何添加一行gridpane? 或者如何在gridpane的最后添加?
感谢。
答案 0 :(得分:1)
只需找到qImage = new QPixmap(path);
QPixmap qImage2 = qImage->scaled(this->width(),this->height(), Qt::KeepAspectRatio, Qt::SmoothTransformation);
qImage2.toImage();
qImage2.save(QDir::currentPath());
qDebug()<<QDir::currentPath();
的子项中的最大行索引:
GridPane
GridPane gridPane = ...