首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏c++ 学习分享

    随机码随机码

    mainLayout->addWidget(signEdit, 4, 1, 1, 5); QWidget *subWidget = new QWidget(this); QHBoxLayout *subLayout = new QHBoxLayout(subWidget); subLayout->setMargin(0); subLayout->addWidget(m_outputFileNameEdit); subLayout->addWidget(fileNameBtn); mainLayout->addWidget(subWidget, 3, 1, 1, 5); // m_buttonBox

    42740编辑于 2023-09-09
  • 来自专栏JackieZheng

    漫谈可视化Prefuse(二)---一分钟学会Prefuse

    Math.PI); m_vis.putAction("treeLayout", treeLayout); CollapsedSubtreeLayout subLayout = new CollapsedSubtreeLayout(tree);//折叠子树布局 m_vis.putAction("subLayout", subLayout); TreeRootAction(tree)); filter.add(fonts); filter.add(treeLayout); filter.add(subLayout = new CollapsedSubtreeLayout(tree, m_orientation); m_vis.putAction("subLayout", subLayout); AutoPanAction autoPan = new AutoPanAction(); // create

    1.7K60发布于 2018-01-08
  • 来自专栏24K纯开源

    ChartDirector应用笔记(二)

    delete m_panel; 30 delete m_quitBtn; 31 delete m_saveAsBtn; 32 33 delete vlayout; // the sublayout

    94950发布于 2018-01-18
  • 来自专栏全栈程序员必看

    QCustomPlot配置[通俗易懂]

    setTickLabelColor(QColor("#6050F8")); // add an extra axis on the left and color its numbers QCPLayoutGrid *subLayout (0, 0, wideAxisRect); // insert axis rect in first row customPlot->plotLayout()->addElement(1, 0, subLayout customPlot->plotLayout()->setRowStretchFactor(1, 2); // prepare axis rects that will be placed in the sublayout means to not setup default axes QCPAxisRect *subRectRight = new QCPAxisRect(customPlot, false); subLayout ->addElement(0, 0, subRectLeft); subLayout->addElement(0, 1, subRectRight); subRectRight->setMaximumSize

    2K10编辑于 2022-09-27
领券