Skip to content

Commit

Permalink
修改编码为utf-8 with bom
Browse files Browse the repository at this point in the history
  • Loading branch information
pkhubpp8 committed Apr 25, 2024
1 parent 93b36e6 commit 8de4caf
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
环境:
环境:
Qt Creator 12.0.2
Based on Qt 6.6.0 (MSVC 2019, x86_64)

Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "widget.h"
#include "widget.h"

#include <QApplication>

Expand Down
2 changes: 1 addition & 1 deletion regularhelper.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "regularhelper.h"
#include "regularhelper.h"
#include "ui_regularhelper.h"

regularHelper::regularHelper(QWidget *parent)
Expand Down
2 changes: 1 addition & 1 deletion regularhelper.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef REGULARHELPER_H
#ifndef REGULARHELPER_H
#define REGULARHELPER_H

#include <QWidget>
Expand Down
2 changes: 1 addition & 1 deletion regularhelper.ui
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>regularHelper</class>
<widget class="QWidget" name="regularHelper">
Expand Down
2 changes: 1 addition & 1 deletion widget.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <QMimeData>
#include <QMimeData>
#include <QDebug>

#include "widget.h"
Expand Down
2 changes: 1 addition & 1 deletion widget.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef WIDGET_H
#ifndef WIDGET_H
#define WIDGET_H

#include <QWidget>
Expand Down
26 changes: 25 additions & 1 deletion widget.ui
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Widget</class>
<widget class="QWidget" name="Widget">
Expand Down Expand Up @@ -98,6 +98,18 @@
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="minimumSize">
<size>
<width>36</width>
<height>21</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>36</width>
<height>21</height>
</size>
</property>
<property name="text">
<string>把 </string>
</property>
Expand All @@ -112,6 +124,18 @@
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="minimumSize">
<size>
<width>36</width>
<height>21</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>36</width>
<height>21</height>
</size>
</property>
<property name="text">
<string>替换成</string>
</property>
Expand Down

0 comments on commit 8de4caf

Please sign in to comment.