没有选择创建qformlayout

时间:2018-07-07 16:06:11

标签: c++ qt qlayout

我刚刚开始一个新项目,并且在尝试创建QFormLayout对象时,我没有“自动完成”选项。

我已经加入了QLayout类,并且可以选择创建QBoxLayout(以及QVBoxLayoutQHBoxLayout)和{{1} },而不是QGridLayout。我知道我可以在标题中加入QFormLayout,但是我想知道为什么我的方法不起作用。

这是我的代码:fenprinc.cpp:

QFormLayout

fenprinc.cpp:

#ifndef FENPRINC_H
#define FENPRINC_H

#include <QMainWindow>
#include <QLayout>

class fenPrinc : public QMainWindow
{

public:
fenPrinc();
};

#endif // FENPRINC_H

以下是问题的屏幕截图:

problem

0 个答案:

没有答案