text stringlengths 9 39.2M | dir stringlengths 25 226 | lang stringclasses 163
values | created_date timestamp[s] | updated_date timestamp[s] | repo_name stringclasses 751
values | repo_full_name stringclasses 752
values | star int64 1.01k 183k | len_tokens int64 1 18.5M |
|---|---|---|---|---|---|---|---|---|
```unknown
<RCC>
<qresource prefix="/FontToPng">
<file>FontToPng.qml</file>
</qresource>
</RCC>
``` | /content/code_sandbox/components/MakeGroup/FontToPng/qml/FontToPng.qrc | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 36 |
```c++
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "fonttopng.h"
// Qt lib import
#include <QFontDatabase>
#include <QPainter>
#include <QFileDialog>
#include <QJsonObject>
#include <QEventLoop>
#include <QtCon... | /content/code_sandbox/components/MakeGroup/FontToPng/cpp/fonttopng.cpp | c++ | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 3,044 |
```qmake
#
# This file is part of JQTools
#
# Project introduce: path_to_url
#
#
# Contact email: Jason@JasonServer.com
#
# GitHub: path_to_url
#
INCLUDEPATH *= \
$$PWD/cpp/
HEADERS *= \
$$PWD/cpp/fonttopng.h
SOURCES *= \
$$PWD/cpp/fonttopng.cpp
RESOURCES *= \
$$PWD/qml/FontToPng.qrc \
$... | /content/code_sandbox/components/MakeGroup/FontToPng/FontToPng.pri | qmake | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 114 |
```qmake
#
# This file is part of JQTools
#
# Project introduce: path_to_url
#
#
# Contact email: Jason@JasonServer.com
#
# GitHub: path_to_url
#
include( $$PWD/library/JQLibrary/JQLibrary.pri )
include( $$PWD/library/JQLibrary/JQQRCodeReader.pri )
include( $$PWD/library/JQLibrary/JQQRCodeWriter.pri )
include(... | /content/code_sandbox/JQLibraryImport.pri | qmake | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 130 |
```c++
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#ifndef __CPP_JQTOOLS_MANAGE_HPP__
#define __CPP_JQTOOLS_MANAGE_HPP__
// Qt ib import
#include <QObject>
#include <QEventLoop>
// JQToolsLibrary import
#include <JQToo... | /content/code_sandbox/cpp/jqtools_manage.hpp | c++ | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 135 |
```objective-c
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#ifndef MAKEGROUP_MAKEGROUP_H_
#define MAKEGROUP_MAKEGROUP_H_
// MakeGroup lib import
#include <IconMaker>
#include <FontToPng>
#include <QRCodeMaker>
#include ... | /content/code_sandbox/components/MakeGroup/makegroup.h | objective-c | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 144 |
```unknown
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "fonttopng.h"
``` | /content/code_sandbox/components/MakeGroup/FontToPng/cpp/FontToPng | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 45 |
```qmake
#
# This file is part of JQTools
#
# Project introduce: path_to_url
#
#
# Contact email: Jason@JasonServer.com
#
# GitHub: path_to_url
#
INCLUDEPATH *= \
$$PWD/cpp/
HEADERS *= \
$$PWD/cpp/iconmaker.h
SOURCES *= \
$$PWD/cpp/iconmaker.cpp
RESOURCES *= \
$$PWD/qml/IconMaker.qrc \
$... | /content/code_sandbox/components/MakeGroup/IconMaker/IconMaker.pri | qmake | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 105 |
```unknown
<RCC>
<qresource prefix="/IconMaker">
<file>Background.jpg</file>
<file>DefaultIcon.png</file>
</qresource>
</RCC>
``` | /content/code_sandbox/components/MakeGroup/IconMaker/Image/IconMakerImage.qrc | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 41 |
```qml
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
import QtQuick 2.7
import QtQuick.Controls 1.4
import QtGraphicalEffects 1.0
import "qrc:/MaterialUI/Interface/"
Item {
id: fontToPng
width: 620
height: 540... | /content/code_sandbox/components/MakeGroup/FontToPng/qml/FontToPng.qml | qml | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 2,086 |
```unknown
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "iconmaker.h"
``` | /content/code_sandbox/components/MakeGroup/IconMaker/cpp/IconMaker | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 44 |
```objective-c
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#ifndef GROUP_MAKEGROUP_ICONMAKER_CPP_ICONMAKER_H_
#define GROUP_MAKEGROUP_ICONMAKER_CPP_ICONMAKER_H_
// Qt lib import
#include <QImage>
// JQToolsLibrary impo... | /content/code_sandbox/components/MakeGroup/IconMaker/cpp/iconmaker.h | objective-c | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 447 |
```unknown
<RCC>
<qresource prefix="/IconMaker">
<file>IconMaker.qml</file>
</qresource>
</RCC>
``` | /content/code_sandbox/components/MakeGroup/IconMaker/qml/IconMaker.qrc | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 32 |
```qml
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
import QtQuick 2.7
import QtQuick.Controls 1.4
import "qrc:/MaterialUI/Interface/"
import IconMaker 1.0
Item {
id: iconMaker
width: 620
height: 540
fun... | /content/code_sandbox/components/MakeGroup/IconMaker/qml/IconMaker.qml | qml | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 1,493 |
```qmake
#
# This file is part of JQTools
#
# Project introduce: path_to_url
#
#
# Contact email: Jason@JasonServer.com
#
# GitHub: path_to_url
#
INCLUDEPATH *= \
$$PWD/cpp/
HEADERS *= \
$$PWD/cpp/barcodemaker.h
SOURCES *= \
$$PWD/cpp/barcodemaker.cpp
RESOURCES *= \
$$PWD/qml/BarcodeMakerQml... | /content/code_sandbox/components/MakeGroup/BarcodeMaker/BarcodeMaker.pri | qmake | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 98 |
```c++
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "iconmaker.h"
// Qt lib import
#include <QImage>
#include <QFileDialog>
#include <QStandardPaths>
#include <QtConcurrent>
using namespace IconMaker;
Manage::... | /content/code_sandbox/components/MakeGroup/IconMaker/cpp/iconmaker.cpp | c++ | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 3,532 |
```c++
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "barcodemaker.h"
// Qt lib import
#include <QDebug>
#include <QQmlApplicationEngine>
#include <QFileDialog>
#include <QStandardPaths>
#include <QPainter>
// J... | /content/code_sandbox/components/MakeGroup/BarcodeMaker/cpp/barcodemaker.cpp | c++ | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 486 |
```unknown
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "barcodemaker.h"
``` | /content/code_sandbox/components/MakeGroup/BarcodeMaker/cpp/BarcodeMaker | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 45 |
```objective-c
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#ifndef GROUP_MAKEGROUP_BARCODEMAKER_CPP_BARCODEMAKER_H_
#define GROUP_MAKEGROUP_BARCODEMAKER_CPP_BARCODEMAKER_H_
// Qt lib import
#include <QImage>
#include <Q... | /content/code_sandbox/components/MakeGroup/BarcodeMaker/cpp/barcodemaker.h | objective-c | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 251 |
```unknown
<RCC>
<qresource prefix="/BarcodeMaker">
<file>BarcodeMaker.qml</file>
</qresource>
</RCC>
``` | /content/code_sandbox/components/MakeGroup/BarcodeMaker/qml/BarcodeMakerQml.qrc | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 32 |
```qmake
#
# This file is part of JQTools
#
# Project introduce: path_to_url
#
#
# Contact email: Jason@JasonServer.com
#
# GitHub: path_to_url
#
INCLUDEPATH *= \
$$PWD/cpp/
HEADERS *= \
$$PWD/cpp/qrcodemaker.h
SOURCES *= \
$$PWD/cpp/qrcodemaker.cpp
RESOURCES *= \
$$PWD/qml/QRCodeMakerQml.qr... | /content/code_sandbox/components/MakeGroup/QRCodeMaker/QRCodeMaker.pri | qmake | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 101 |
```qml
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
import QtQuick 2.7
import QtQuick.Controls 1.4
import "qrc:/MaterialUI/Interface/"
import BarcodeMaker 1.0
Item {
id: qrcodeMaker
width: 620
height: 540
... | /content/code_sandbox/components/MakeGroup/BarcodeMaker/qml/BarcodeMaker.qml | qml | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 404 |
```c++
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "qrcodemaker.h"
// Qt lib import
#include <QDebug>
#include <QQmlApplicationEngine>
#include <QFileDialog>
#include <QStandardPaths>
#include <QPainter>
// JQ... | /content/code_sandbox/components/MakeGroup/QRCodeMaker/cpp/qrcodemaker.cpp | c++ | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 426 |
```objective-c
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#ifndef GROUP_MAKEGROUP_QRCODEMAKER_CPP_QRCODEMAKER_H_
#define GROUP_MAKEGROUP_QRCODEMAKER_CPP_QRCODEMAKER_H_
// Qt lib import
#include <QImage>
#include <QQuic... | /content/code_sandbox/components/MakeGroup/QRCodeMaker/cpp/qrcodemaker.h | objective-c | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 261 |
```unknown
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "qrcodemaker.h"
``` | /content/code_sandbox/components/MakeGroup/QRCodeMaker/cpp/QRCodeMaker | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 46 |
```unknown
<RCC>
<qresource prefix="/QRCodeMaker">
<file>QRCodeMaker.qml</file>
</qresource>
</RCC>
``` | /content/code_sandbox/components/MakeGroup/QRCodeMaker/qml/QRCodeMakerQml.qrc | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 34 |
```qmake
#
# This file is part of JQTools
#
# Project introduce: path_to_url
#
#
# Contact email: Jason@JasonServer.com
#
# GitHub: path_to_url
#
INCLUDEPATH *= \
$$PWD/cpp/
HEADERS *= \
$$PWD/cpp/webpmaker.h
SOURCES *= \
$$PWD/cpp/webpmaker.cpp
RESOURCES *= \
$$PWD/qml/WebPMaker.qrc
``` | /content/code_sandbox/components/MakeGroup/WebPMaker/WebPMaker.pri | qmake | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 96 |
```qml
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
import QtQuick 2.7
import QtQuick.Controls 1.4
import "qrc:/MaterialUI/Interface/"
import QRCodeMaker 1.0
Item {
id: qrCodeMaker
width: 620
height: 540
... | /content/code_sandbox/components/MakeGroup/QRCodeMaker/qml/QRCodeMaker.qml | qml | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 401 |
```unknown
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "webpmaker.h"
``` | /content/code_sandbox/components/MakeGroup/WebPMaker/cpp/WebPMaker | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 45 |
```objective-c
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#ifndef GROUP_TOOLSGROUP_WEBPMAKER_CPP_WEBPMAKER_H_
#define GROUP_TOOLSGROUP_WEBPMAKER_CPP_WEBPMAKER_H_
// C++ lib import
#include <functional>
// Qt lib impor... | /content/code_sandbox/components/MakeGroup/WebPMaker/cpp/webpmaker.h | objective-c | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 384 |
```unknown
<RCC>
<qresource prefix="/WebPMaker">
<file>WebPMaker.qml</file>
</qresource>
</RCC>
``` | /content/code_sandbox/components/MakeGroup/WebPMaker/qml/WebPMaker.qrc | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 34 |
```c++
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "webpmaker.h"
// C++ lib import
#include <functional>
// Qt lib import
#include <QFileDialog>
#include <QStandardPaths>
#include <QtConcurrent>
// JQLibrary ... | /content/code_sandbox/components/MakeGroup/WebPMaker/cpp/webpmaker.cpp | c++ | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 1,381 |
```qmake
#
# This file is part of JQTools
#
# Project introduce: path_to_url
#
#
# Contact email: Jason@JasonServer.com
#
# GitHub: path_to_url
#
include( $$PWD/LinesStatistics/LinesStatistics.pri )
include( $$PWD/LanFileTransport/LanFileTransport.pri )
include( $$PWD/PngOptimize/PngOptimize.pri )
mac {
in... | /content/code_sandbox/components/ToolsGroup/ToolsGroup.pri | qmake | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 171 |
```objective-c
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#ifndef TOOLSGROUP_TOOLSGROUP_H_
#define TOOLSGROUP_TOOLSGROUP_H_
// ToolsGroup lib import
#include <LinesStatistics>
#include <ScreenColorPicker>
#include <Png... | /content/code_sandbox/components/ToolsGroup/toolsgroup.h | objective-c | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 276 |
```unknown
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "toolsgroup.h"
``` | /content/code_sandbox/components/ToolsGroup/ToolsGroup | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 45 |
```qmake
#
# This file is part of JQTools
#
# Project introduce: path_to_url
#
#
# Contact email: Jason@JasonServer.com
#
# GitHub: path_to_url
#
INCLUDEPATH *= \
$$PWD/cpp/
HEADERS *= \
$$PWD/cpp/qrcodereader.h
SOURCES *= \
$$PWD/cpp/qrcodereader_.cpp
RESOURCES *= \
$$PWD/qml/QRCodeReaderQm... | /content/code_sandbox/components/ToolsGroup/QRCodeReader/QRCodeReader.pri | qmake | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 117 |
```unknown
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "qrcodereader.h"
``` | /content/code_sandbox/components/ToolsGroup/QRCodeReader/cpp/QRCodeReader | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 47 |
```objective-c
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#ifndef GROUP_MAKEGROUP_QRCODEREADER_CPP_QRCODEREADER_H_
#define GROUP_MAKEGROUP_QRCODEREADER_CPP_QRCODEREADER_H_
// Qt lib import
#include <QImage>
#include <Q... | /content/code_sandbox/components/ToolsGroup/QRCodeReader/cpp/qrcodereader.h | objective-c | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 252 |
```c++
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "qrcodereader.h"
// Qt lib import
#include <QDebug>
#include <QFileDialog>
#include <QStandardPaths>
#include <QUrl>
// JQLibrary lib import
#include "JQQRCod... | /content/code_sandbox/components/ToolsGroup/QRCodeReader/cpp/qrcodereader_.cpp | c++ | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 287 |
```qml
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
import QtQuick 2.7
import QtQuick.Controls 1.4
import QtGraphicalEffects 1.0
import "qrc:/MaterialUI/Interface/"
import WebPMaker 1.0
Item {
id: webPMaker
width... | /content/code_sandbox/components/MakeGroup/WebPMaker/qml/WebPMaker.qml | qml | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 1,871 |
```unknown
<RCC>
<qresource prefix="/QRCodeReaderImages">
<file>test.png</file>
</qresource>
</RCC>
``` | /content/code_sandbox/components/ToolsGroup/QRCodeReader/resources/images/QRCodeReaderImages.qrc | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 33 |
```unknown
<RCC>
<qresource prefix="/QRCodeReader">
<file>QRCodeReader.qml</file>
</qresource>
</RCC>
``` | /content/code_sandbox/components/ToolsGroup/QRCodeReader/qml/QRCodeReaderQml.qrc | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 34 |
```qmake
#
# This file is part of JQTools
#
# Project introduce: path_to_url
#
#
# Contact email: Jason@JasonServer.com
#
# GitHub: path_to_url
#
INCLUDEPATH *= \
$$PWD/cpp/
HEADERS *= \
$$PWD/cpp/batchreplacement.h
SOURCES *= \
$$PWD/cpp/batchreplacement.cpp
RESOURCES *= \
$$PWD/qml/BatchRe... | /content/code_sandbox/components/ToolsGroup/BatchReplacement/BatchReplacement.pri | qmake | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 96 |
```qml
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
import QtQuick 2.7
import QtQuick.Controls 1.4
import "qrc:/MaterialUI/Interface/"
import QRCodeReader 1.0
Item {
id: qrCodeReader
width: 620
height: 540
... | /content/code_sandbox/components/ToolsGroup/QRCodeReader/qml/QRCodeReader.qml | qml | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 391 |
```unknown
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "batchreplacement.h"
``` | /content/code_sandbox/components/ToolsGroup/BatchReplacement/cpp/BatchReplacement | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 44 |
```c++
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "batchreplacement.h"
// Qt lib import
#include <QSet>
#include <QFileDialog>
#include <QStandardPaths>
#include <QJsonArray>
#include <QEventLoop>
#include <Qt... | /content/code_sandbox/components/ToolsGroup/BatchReplacement/cpp/batchreplacement.cpp | c++ | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 1,316 |
```objective-c
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#ifndef GROUP_TOOLSGROUP_BATCHREPLACEMENT_CPP_BATCHREPLACEMENT_H_
#define GROUP_TOOLSGROUP_BATCHREPLACEMENT_CPP_BATCHREPLACEMENT_H_
// Qt lib import
#include <Q... | /content/code_sandbox/components/ToolsGroup/BatchReplacement/cpp/batchreplacement.h | objective-c | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 234 |
```unknown
<RCC>
<qresource prefix="/BatchReplacement">
<file>BatchReplacement.qml</file>
</qresource>
</RCC>
``` | /content/code_sandbox/components/ToolsGroup/BatchReplacement/qml/BatchReplacement.qrc | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 32 |
```qmake
#
# This file is part of JQTools
#
# Project introduce: path_to_url
#
#
# Contact email: Jason@JasonServer.com
#
# GitHub: path_to_url
#
INCLUDEPATH *= \
$$PWD/cpp/
HEADERS *= \
$$PWD/cpp/pngoptimize.h
SOURCES *= \
$$PWD/cpp/pngoptimize.cpp
RESOURCES *= \
$$PWD/qml/PngOptimize.qrc
... | /content/code_sandbox/components/ToolsGroup/PngOptimize/PngOptimize.pri | qmake | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 95 |
```qml
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
import QtQuick 2.7
import QtQuick.Controls 1.4
import QtGraphicalEffects 1.0
import "qrc:/MaterialUI/Interface/"
import BatchReplacement 1.0
Item {
id: batchReplace... | /content/code_sandbox/components/ToolsGroup/BatchReplacement/qml/BatchReplacement.qml | qml | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 1,179 |
```unknown
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "pngoptimize.h"
``` | /content/code_sandbox/components/ToolsGroup/PngOptimize/cpp/PngOptimize | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 44 |
```objective-c
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#ifndef GROUP_TOOLSGROUP_PNGOPTIMIZE_CPP_PNGOPTIMIZE_H_
#define GROUP_TOOLSGROUP_PNGOPTIMIZE_CPP_PNGOPTIMIZE_H_
// C++ lib import
#include <functional>
// Qt l... | /content/code_sandbox/components/ToolsGroup/PngOptimize/cpp/pngoptimize.h | objective-c | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 388 |
```c++
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "pngoptimize.h"
// C++ lib import
#include <functional>
// Qt lib import
#include <QFileDialog>
#include <QStandardPaths>
#include <QtConcurrent>
// JQLibrar... | /content/code_sandbox/components/ToolsGroup/PngOptimize/cpp/pngoptimize.cpp | c++ | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 1,282 |
```unknown
<RCC>
<qresource prefix="/PngOptimize">
<file>PngOptimize.qml</file>
</qresource>
</RCC>
``` | /content/code_sandbox/components/ToolsGroup/PngOptimize/qml/PngOptimize.qrc | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 35 |
```qmake
#
# This file is part of JQTools
#
# Project introduce: path_to_url
#
#
# Contact email: Jason@JasonServer.com
#
# GitHub: path_to_url
#
INCLUDEPATH *= \
$$PWD/cpp/
HEADERS *= \
$$PWD/cpp/colorpicker.h\
$$PWD/cpp/mousedropper.h \
$$PWD/cpp/screenColorPicker.h
$$PWD/cpp/screenColor... | /content/code_sandbox/components/ToolsGroup/ScreenColorPicker/ScreenColorPicker.pri | qmake | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 158 |
```objective-c
#ifndef MOUSEDROPPER_H
#define MOUSEDROPPER_H
#include <QMouseEvent>
#include <QWidget>
#include <QDebug>
#include <QTimer>
class MouseDropper : public QWidget
{
Q_OBJECT
public:
explicit MouseDropper(QWidget *parent = nullptr);
QColor getColor() const;
private:
QColor color;
protected:... | /content/code_sandbox/components/ToolsGroup/ScreenColorPicker/cpp/mousedropper.h | objective-c | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 94 |
```objective-c
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#ifndef GROUP_TOOLSGROUP_SCREENCOLORPICKER_CPP_SCREENCOLORPICKER_H
#define GROUP_TOOLSGROUP_SCREENCOLORPICKER_CPP_SCREENCOLORPICKER_H
// Qt lib import
#include ... | /content/code_sandbox/components/ToolsGroup/ScreenColorPicker/cpp/screenColorPicker.h | objective-c | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 268 |
```c++
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "screenColorPicker.h"
#include <QClipboard>
using namespace ScreenColorPicker;
Manage::Manage(): colorPicker(new ColorPicker),currentColor(QColor("blue"))
{... | /content/code_sandbox/components/ToolsGroup/ScreenColorPicker/cpp/screenColorPicker.cpp | c++ | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 157 |
```objective-c
#ifndef COLORPICKER_H
#define COLORPICKER_H
#include "mousedropper.h"
#include <QWidget>
class ColorPicker : public QWidget
{
Q_OBJECT
public:
explicit ColorPicker(QWidget *parent = nullptr);
private:
MouseDropper *mousedropper;
protected:
void paintEvent(QPaintEvent *e);
void mouse... | /content/code_sandbox/components/ToolsGroup/ScreenColorPicker/cpp/colorpicker.h | objective-c | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 108 |
```qml
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
import QtQuick 2.7
import QtQuick.Controls 1.4
import QtGraphicalEffects 1.0
import "qrc:/MaterialUI/Interface/"
import PngOptimize 1.0
Item {
id: pngOptimize
w... | /content/code_sandbox/components/ToolsGroup/PngOptimize/qml/PngOptimize.qml | qml | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 1,875 |
```unknown
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "screenColorPicker.h"
``` | /content/code_sandbox/components/ToolsGroup/ScreenColorPicker/cpp/ScreenColorPicker | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 45 |
```c++
#include "colorpicker.h"
#include <QApplication>
#include <QGuiApplication>
#include <QScreen>
#include <QDesktopWidget>
#include <QPainter>
ColorPicker::ColorPicker(QWidget *parent)
: QWidget(parent)
, mousedropper(new MouseDropper(this))
{
resize(QGuiApplication::primaryScreen()->size());
thi... | /content/code_sandbox/components/ToolsGroup/ScreenColorPicker/cpp/colorpicker.cpp | c++ | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 205 |
```unknown
<RCC>
<qresource prefix="/ScreenColorPicker">
<file>ScreenColorPicker.qml</file>
<file>ColorChooser.png</file>
<file>ColorPickerPen.png</file>
</qresource>
</RCC>
``` | /content/code_sandbox/components/ToolsGroup/ScreenColorPicker/qml/ScreenColorPicker.qrc | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 55 |
```c++
#include "mousedropper.h"
#include <QApplication>
#include <QDesktopWidget>
#include <QPainter>
#include <QScreen>
#include <QCursor>
const QSize winSize(100,100); //
const int grabInterval=50; //
const int magnificationTimes=10; //
const double split=0.7; //
const int sizeOfMouseI... | /content/code_sandbox/components/ToolsGroup/ScreenColorPicker/cpp/mousedropper.cpp | c++ | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 632 |
```qml
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
import QtQuick 2.7
import QtQuick.Controls 1.4
import "qrc:/MaterialUI/Interface/"
import ScreenColorPicker 1.0
Item {
id: screenColorPicker
width: 620
he... | /content/code_sandbox/components/ToolsGroup/ScreenColorPicker/qml/ScreenColorPicker.qml | qml | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 328 |
```qmake
#
# This file is part of JQTools
#
# Project introduce: path_to_url
#
#
# Contact email: Jason@JasonServer.com
#
# GitHub: path_to_url
#
DEFINES += \
TOOLSGROUP_JPGOPTIMIZE_ENABLE
INCLUDEPATH *= \
$$PWD/cpp/
HEADERS *= \
$$PWD/cpp/jpgoptimize.h
SOURCES *= \
$$PWD/cpp/jpgoptimize.cpp... | /content/code_sandbox/components/ToolsGroup/JpgOptimize/JpgOptimize.pri | qmake | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 111 |
```objective-c
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#ifndef GROUP_TOOLSGROUP_JPGOPTIMIZE_CPP_JPGOPTIMIZE_H_
#define GROUP_TOOLSGROUP_JPGOPTIMIZE_CPP_JPGOPTIMIZE_H_
// C++ lib import
#include <functional>
// Qt l... | /content/code_sandbox/components/ToolsGroup/JpgOptimize/cpp/jpgoptimize.h | objective-c | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 391 |
```unknown
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "jpgoptimize.h"
``` | /content/code_sandbox/components/ToolsGroup/JpgOptimize/cpp/JpgOptimize | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 44 |
```c++
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "jpgoptimize.h"
// C++ lib import
#include <functional>
// Qt lib import
#include <QFileDialog>
#include <QStandardPaths>
#include <QtConcurrent>
// JQGuetzl... | /content/code_sandbox/components/ToolsGroup/JpgOptimize/cpp/jpgoptimize.cpp | c++ | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 1,304 |
```unknown
<RCC>
<qresource prefix="/JpgOptimize">
<file>JpgOptimize.qml</file>
</qresource>
</RCC>
``` | /content/code_sandbox/components/ToolsGroup/JpgOptimize/qml/JpgOptimize.qrc | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 35 |
```qmake
#
# This file is part of JQTools
#
# Project introduce: path_to_url
#
#
# Contact email: Jason@JasonServer.com
#
# GitHub: path_to_url
#
INCLUDEPATH *= \
$$PWD/cpp/
HEADERS *= \
$$PWD/cpp/lanfiletransport.h
SOURCES *= \
$$PWD/cpp/lanfiletransport_.cpp
RESOURCES *= \
$$PWD/qml/LanFil... | /content/code_sandbox/components/ToolsGroup/LanFileTransport/LanFileTransport.pri | qmake | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 100 |
```objective-c
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#ifndef GROUP_TOOLSGROUP_LANFILETRANSPORT_CPP_LANFILETRANSPORT_H_
#define GROUP_TOOLSGROUP_LANFILETRANSPORT_CPP_LANFILETRANSPORT_H_
// JQToolsLibrary import
#in... | /content/code_sandbox/components/ToolsGroup/LanFileTransport/cpp/lanfiletransport.h | objective-c | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 479 |
```qml
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
import QtQuick 2.7
import QtQuick.Controls 1.4
import QtGraphicalEffects 1.0
import "qrc:/MaterialUI/Interface/"
import JpgOptimize 1.0
Item {
id: jpgOptimize
w... | /content/code_sandbox/components/ToolsGroup/JpgOptimize/qml/JpgOptimize.qml | qml | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 1,888 |
```unknown
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "lanfiletransport.h"
``` | /content/code_sandbox/components/ToolsGroup/LanFileTransport/cpp/LanFileTransport | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 45 |
```unknown
<RCC>
<qresource prefix="/LanFileTransport">
<file>LanFileTransport.qml</file>
</qresource>
</RCC>
``` | /content/code_sandbox/components/ToolsGroup/LanFileTransport/qml/LanFileTransport.qrc | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 35 |
```c++
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "lanfiletransport.h"
// Qt lib import
#include <QHostInfo>
#include <QStandardPaths>
#include <QtConcurrent>
// JQNetwork lib import
#include <JQNetworkLan>
#... | /content/code_sandbox/components/ToolsGroup/LanFileTransport/cpp/lanfiletransport_.cpp | c++ | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 2,470 |
```qmake
#
# This file is part of JQTools
#
# Project introduce: path_to_url
#
#
# Contact email: Jason@JasonServer.com
#
# GitHub: path_to_url
#
INCLUDEPATH *= \
$$PWD/cpp/
HEADERS *= \
$$PWD/cpp/linesstatistics.h
SOURCES *= \
$$PWD/cpp/linesstatistics.cpp
RESOURCES *= \
$$PWD/qml/LinesStat... | /content/code_sandbox/components/ToolsGroup/LinesStatistics/LinesStatistics.pri | qmake | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 96 |
```c++
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "linesstatistics.h"
// Qt lib import
#include <QSet>
#include <QFileDialog>
#include <QStandardPaths>
#include <QJsonArray>
#include <QEventLoop>
#include <QtC... | /content/code_sandbox/components/ToolsGroup/LinesStatistics/cpp/linesstatistics.cpp | c++ | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 543 |
```qml
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
import QtQuick 2.7
import QtQuick.Controls 1.4
import QtGraphicalEffects 1.0
import "qrc:/MaterialUI/Interface/"
import LanFileTransport 1.0
Item {
id: lanFileTrans... | /content/code_sandbox/components/ToolsGroup/LanFileTransport/qml/LanFileTransport.qml | qml | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 1,651 |
```unknown
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "linesstatistics.h"
``` | /content/code_sandbox/components/ToolsGroup/LinesStatistics/cpp/LinesStatistics | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 44 |
```unknown
<RCC>
<qresource prefix="/LinesStatistics">
<file>LinesStatistics.qml</file>
</qresource>
</RCC>
``` | /content/code_sandbox/components/ToolsGroup/LinesStatistics/qml/LinesStatistics.qrc | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 32 |
```objective-c
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#ifndef GROUP_TOOLSGROUP_LINESSTATISTICS_CPP_LINESSTATISTICS_H_
#define GROUP_TOOLSGROUP_LINESSTATISTICS_CPP_LINESSTATISTICS_H_
// Qt lib import
#include <QJson... | /content/code_sandbox/components/ToolsGroup/LinesStatistics/cpp/linesstatistics.h | objective-c | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 202 |
```unknown
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "textgroup.h"
``` | /content/code_sandbox/components/TextGroup/TextGroup | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 44 |
```objective-c
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#ifndef TEXTGROUP_TEXTGROUP_H_
#define TEXTGROUP_TEXTGROUP_H_
// TextGroup lib import
#include <Utf16Transform>
#include <RgbStringTransform>
#include <CaseTran... | /content/code_sandbox/components/TextGroup/textgroup.h | objective-c | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 177 |
```qmake
#
# This file is part of JQTools
#
# Project introduce: path_to_url
#
#
# Contact email: Jason@JasonServer.com
#
# GitHub: path_to_url
#
include( $$PWD/Utf16Transform/Utf16Transform.pri )
include( $$PWD/RgbStringTransform/RgbStringTransform.pri )
include( $$PWD/UrlEncode/UrlEncode.pri )
include( $$PWD... | /content/code_sandbox/components/TextGroup/TextGroup.pri | qmake | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 171 |
```qmake
#
# This file is part of JQTools
#
# Project introduce: path_to_url
#
#
# Contact email: Jason@JasonServer.com
#
# GitHub: path_to_url
#
INCLUDEPATH *= \
$$PWD/cpp/
HEADERS *= \
$$PWD/cpp/jsonformat.h
SOURCES *= \
$$PWD/cpp/jsonformat.cpp
RESOURCES *= \
$$PWD/qml/JsonFormat.qrc
``` | /content/code_sandbox/components/TextGroup/JsonFormat/JsonFormat.pri | qmake | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 94 |
```unknown
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "jsonformat.h"
``` | /content/code_sandbox/components/TextGroup/JsonFormat/cpp/JsonFormat | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 44 |
```qml
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
import QtQuick 2.7
import QtQuick.Controls 1.4
import QtGraphicalEffects 1.0
import "qrc:/MaterialUI/Interface/"
import LinesStatistics 1.0
Item {
id: linesStatisti... | /content/code_sandbox/components/ToolsGroup/LinesStatistics/qml/LinesStatistics.qml | qml | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 893 |
```objective-c
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#ifndef GROUP_TEXTGROUP_JSONFORMAT_CPP_JSONFORMAT_H_
#define GROUP_TEXTGROUP_JSONFORMAT_CPP_JSONFORMAT_H_
// JQToolsLibrary import
#include <JQToolsLibrary>
#d... | /content/code_sandbox/components/TextGroup/JsonFormat/cpp/jsonformat.h | objective-c | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 190 |
```c++
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "jsonformat.h"
// Qt lib import
#include <QJsonObject>
#include <QJsonDocument>
using namespace JsonFormat;
bool Manage::check(const QString &string)
{
r... | /content/code_sandbox/components/TextGroup/JsonFormat/cpp/jsonformat.cpp | c++ | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 145 |
```unknown
<RCC>
<qresource prefix="/JsonFormat">
<file>JsonFormat.qml</file>
</qresource>
</RCC>
``` | /content/code_sandbox/components/TextGroup/JsonFormat/qml/JsonFormat.qrc | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 32 |
```qmake
#
# This file is part of JQTools
#
# Project introduce: path_to_url
#
#
# Contact email: Jason@JasonServer.com
#
# GitHub: path_to_url
#
INCLUDEPATH *= \
$$PWD/cpp/
HEADERS *= \
$$PWD/cpp/urlencode.h
SOURCES *= \
$$PWD/cpp/urlencode.cpp
RESOURCES *= \
$$PWD/qml/UrlEncode.qrc
``` | /content/code_sandbox/components/TextGroup/UrlEncode/UrlEncode.pri | qmake | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 94 |
```objective-c
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#ifndef GROUP_TEXTGROUP_URLENCODE_CPP_URLENCODE_H_
#define GROUP_TEXTGROUP_URLENCODE_CPP_URLENCODE_H_
// JQToolsLibrary import
#include <JQToolsLibrary>
#defin... | /content/code_sandbox/components/TextGroup/UrlEncode/cpp/urlencode.h | objective-c | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 204 |
```qml
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
import QtQuick 2.7
import QtQuick.Controls 1.4
import QtGraphicalEffects 1.0
import "qrc:/MaterialUI/Interface/"
import JsonFormat 1.0
Item {
id: jsonFormat
wid... | /content/code_sandbox/components/TextGroup/JsonFormat/qml/JsonFormat.qml | qml | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 679 |
```unknown
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "urlencode.h"
``` | /content/code_sandbox/components/TextGroup/UrlEncode/cpp/UrlEncode | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 43 |
```c++
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "urlencode.h"
// Qt lib import
#include <QDebug>
#include <QColor>
#include <QUrl>
using namespace UrlEncode;
QString Manage::encode(const QString &string)
{... | /content/code_sandbox/components/TextGroup/UrlEncode/cpp/urlencode.cpp | c++ | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 120 |
```unknown
<RCC>
<qresource prefix="/UrlEncode">
<file>UrlEncode.qml</file>
</qresource>
</RCC>
``` | /content/code_sandbox/components/TextGroup/UrlEncode/qml/UrlEncode.qrc | unknown | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 32 |
```qmake
#
# This file is part of JQTools
#
# Project introduce: path_to_url
#
#
# Contact email: Jason@JasonServer.com
#
# GitHub: path_to_url
#
INCLUDEPATH *= \
$$PWD/cpp/
HEADERS *= \
$$PWD/cpp/casetransform.h
SOURCES *= \
$$PWD/cpp/casetransform.cpp
RESOURCES *= \
$$PWD/qml/CaseTransform... | /content/code_sandbox/components/TextGroup/CaseTransform/CaseTransform.pri | qmake | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 98 |
```c++
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
#include "casetransform.h"
// Qt lib import
#include <QColor>
#include <QUrl>
using namespace CaseTransform;
QString Manage::upper(const QString &string)
{
return... | /content/code_sandbox/components/TextGroup/CaseTransform/cpp/casetransform.cpp | c++ | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 100 |
```qml
/*
This file is part of JQTools
Project introduce: path_to_url
Contact email: Jason@JasonServer.com
GitHub: path_to_url
*/
import QtQuick 2.7
import QtQuick.Controls 1.4
import QtGraphicalEffects 1.0
import "qrc:/MaterialUI/Interface/"
import UrlEncode 1.0
Item {
id: urlEncode
width... | /content/code_sandbox/components/TextGroup/UrlEncode/qml/UrlEncode.qml | qml | 2016-05-15T04:09:51 | 2024-08-15T07:23:05 | JQTools | 188080501/JQTools | 1,683 | 482 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.