我刚刚开始一个新项目,并且在尝试创建QFormLayout
对象时,我没有“自动完成”选项。
我已经加入了QLayout
类,并且可以选择创建QBoxLayout
(以及QVBoxLayout
和QHBoxLayout
)和{{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
以下是问题的屏幕截图: