新增图片文字base64编码互换

This commit is contained in:
leiyu
2021-02-19 13:43:53 +08:00
parent 5789d8c08c
commit 3106c645e4
6 changed files with 332 additions and 0 deletions

20
base64/base64.pro Normal file
View File

@@ -0,0 +1,20 @@
#-------------------------------------------------
#
# Project created by QtCreator 2017-02-08T09:21:04
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = base64
TEMPLATE = app
DESTDIR = $$PWD/../bin
CONFIG += warn_off
SOURCES += main.cpp
SOURCES += frmbase64.cpp
HEADERS += frmbase64.h
FORMS += frmbase64.ui