更新代码

This commit is contained in:
feiyangqingyun
2021-11-25 20:00:02 +08:00
parent 8bb21ab880
commit b4289f86d5
71 changed files with 164 additions and 159 deletions

View File

@@ -6,6 +6,7 @@
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
a.setFont(QFont("Microsoft Yahei", 9));
Widget w;
w.setWindowTitle("回车自动跳转 (QQ: 517216493 WX: feiyangqingyun)");

View File

@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
<width>800</width>
<height>600</height>
</rect>
</property>
<widget class="QLineEdit" name="lineEdit1">
@@ -15,30 +15,39 @@
<rect>
<x>10</x>
<y>10</y>
<width>113</width>
<width>181</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Qt自定义控件大全</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit2">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>113</width>
<width>181</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>QQ517216493</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit3">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>113</width>
<width>181</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>WXfeiyangqingyun</string>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>