Skip to content

Merge develop branch into main branch #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug反馈.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Bug反馈
about: 告诉我们发生了什么错误
title: ''
title: "[BUG]"
labels: bug
assignees: ''
assignees: Chen-Junren

---

Expand All @@ -17,10 +17,10 @@ assignees: ''

#### 如何重现问题
_把你遇到的问题的发生步骤替换掉下面的内容_
Go to '...'
Click on '....'
Scroll down to '....'
See error
前往 '...'
点击 '....'
滑动 '....'
复现错误

---

Expand All @@ -42,4 +42,4 @@ _替换下面的内容_
---

#### 其他说明
添加你认为有必要的内容,否则不写。
_添加你认为有必要的内容,否则不写_
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/提交feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: 提交Feature
about: 为这个项目提交一些想法
title: "[Features]"
labels: ''
assignees: ''

---

### 描述
简要描述您希望添加的新功能。

### 预期行为
描述新功能应该如何工作,以及它将如何改善项目。

### 解决方案建议
(可选)如果您有关于如何实现新功能的想法或建议,请在此处提供。

### 其他信息
(可选)提供任何其他相关信息或截图。

### 相关问题
是否与其他问题或请求有关联?
84 changes: 46 additions & 38 deletions Ui.ui
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,12 @@
<property name="windowTitle">
<string>今日天气</string>
</property>
<widget class="QTextEdit" name="textEdit">
<property name="geometry">
<rect>
<x>125</x>
<y>140</y>
<width>330</width>
<height>231</height>
</rect>
</property>
<property name="font">
<font>
<family>荆南麦圆体</family>
<pointsize>10</pointsize>
</font>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>130</x>
<x>50</x>
<y>70</y>
<width>122</width>
<width>301</width>
<height>62</height>
</rect>
</property>
Expand Down Expand Up @@ -92,16 +76,35 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>380</x>
<y>300</y>
<width>160</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>160</width>
<height>30</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>260</x>
<x>380</x>
<y>70</y>
<width>195</width>
<height>61</height>
<width>160</width>
<height>301</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QPushButton" name="pushButton">
<property name="enabled">
Expand All @@ -113,7 +116,21 @@
</font>
</property>
<property name="text">
<string>查询</string>
<string>查询选中日天气</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_3">
<property name="text">
<string>查询后五日天气</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_4">
<property name="text">
<string>帮助</string>
</property>
</widget>
</item>
Expand All @@ -131,24 +148,15 @@
</item>
</layout>
</widget>
<widget class="QLabel" name="label_3">
<widget class="QCalendarWidget" name="calendarWidget">
<property name="geometry">
<rect>
<x>210</x>
<y>400</y>
<width>160</width>
<height>30</height>
<x>50</x>
<y>150</y>
<width>301</width>
<height>221</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>160</width>
<height>30</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<resources/>
Expand Down