• 大小: 0.23M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2024-04-22
  • 语言: C/C++
  • 标签: editor  text  edit  IT  

资源简介


资源截图

代码片段和文件信息

/****************************************************************************
**
** Copyright (C) 2017 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or alternatively in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
** BSD License Usage
** Alternatively you may use this file under the terms of the BSD license
** as follows:
**
** “Redistribution and use in source and binary forms with or without
** modification are permitted provided that the following conditions are
** met:
**   * Redistributions of source code must retain the above copyright
**     notice this list of conditions and the following disclaimer.
**   * Redistributions in binary form must reproduce the above copyright
**     notice this list of conditions and the following disclaimer in
**     the documentation and/or other materials provided with the
**     distribution.
**   * Neither the name of The Qt Company Ltd nor the names of its
**     contributors may be used to endorse or promote products derived
**     from this software without specific prior written permission.
**
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
** “AS IS“ AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT
** LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL
** SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT
** LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE
** DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
** THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
** OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.“
**
** $QT_END_LICENSE$
**
****************************************************************************/

#include “documenthandler.h“

#include 
#include 
#include 
#include se>
#include 
#include 
#include 
#include 
#include 
#include 
#include 

DocumentHandler::DocumentHandler(Qobject *parent)
    : Qobject(parent)
     m_document(nullptr)
     m_cursorPosition(-1)
     m_selectionstart(0)
     m_selectionEnd(0)
{
}

QQu

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2020-11-03 03:28  texteditor\
     文件        3811  2020-08-24 09:20  texteditor\texteditor.cpp
     文件        6179  2020-08-24 09:20  texteditor\documenthandler.h
     文件        6148  2020-11-03 03:29  texteditor\.DS_Store
     文件         120  2020-11-03 03:29  __MACOSX\texteditor\._.DS_Store
     目录           0  2020-11-03 03:19  texteditor\qml\
     文件        6604  2020-08-24 09:20  texteditor\example.md
     目录           0  2020-10-30 05:47  texteditor\images\
     目录           0  2020-10-30 05:47  texteditor\+touch\
     文件       19989  2020-08-24 09:20  texteditor\einstein.png
     文件        2040  2020-08-24 09:20  texteditor\texteditor.html
     文件         431  2020-08-24 09:20  texteditor\texteditor.pro
     目录           0  2020-10-30 05:47  texteditor\doc\
     文件       25271  2020-11-02 09:21  texteditor\texteditor.pro.user
     文件      106703  2020-08-24 09:20  texteditor\creatorKateHighlighter.png
     文件       11278  2020-08-24 09:20  texteditor\documenthandler.cpp
     文件         359  2020-11-03 03:09  texteditor\texteditor.qrc
     文件         133  2020-08-24 09:20  texteditor\qtquickcontrols2.conf
     目录           0  2020-10-30 05:47  texteditor\fonts\
     文件         133  2020-08-24 09:20  texteditor\qtquickcontrols2_copy.conf
     文件         130  2020-08-24 09:20  texteditor\red.png
     目录           0  2020-11-04 03:23  texteditor\qml\+touch\
     文件       15899  2020-11-03 03:19  texteditor\qml\texteditor.qml
     文件        4039  2020-08-24 09:20  texteditor\images\qt-logo.png
     文件         455  2020-08-24 09:20  texteditor\+touch\texteditor.html
     目录           0  2020-10-30 05:47  texteditor\doc\images\
     目录           0  2020-10-30 05:47  texteditor\doc\src\
     文件       10152  2020-08-24 09:20  texteditor\fonts\fontello.ttf
     文件        9602  2020-11-04 03:23  texteditor\qml\+touch\texteditor.qml
     文件       76304  2020-08-24 09:20  texteditor\doc\images\qtquickcontrols2-texteditor-desktop.jpg
     文件       31203  2020-08-24 09:20  texteditor\doc\images\qtquickcontrols2-texteditor-touch.jpg
............此处省略1个文件信息

评论

共有 条评论