• 大小: 163KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-19
  • 语言: 其他
  • 标签: qT  

资源简介

Qt闹钟提醒 简单迷你

资源截图

代码片段和文件信息

///:
/*****************************************************************************
 **                                                                         **
 **                               .======.                                  **
 **                               | INRI |                                  **
 **                               |      |                                  **
 **                               |      |                                  **
 **                      .========‘      ‘========.                         **
 **                      |   _      xxxx      _   |                         **
 **                      |  /_;-.__ / _\  _.-;_\  |                         **
 **                      |     ‘-._‘‘‘_/‘‘.-‘     |                         **
 **                      ‘========.‘\   /‘========‘                         **
 **                               | |  / |                                  **
 **                               |/-.(  |                                  **
 **                               |\_._\ |                                  **
 **                               | \ \‘;|                                  **
 **                               |  > |/|                                  **
 **                               | / // |                                  **
 **                               | |//  |                                  **
 **                               | \(\  |                                  **
 **                               |  ‘‘  |                                  **
 **                               |      |                                  **
 **                               |      |                                  **
 **                               |      |                                  **
 **                               |      |                                  **
 **                   \\    _  _\\| \//  |//_   _ \// _                     **
 **                  ^ ‘^‘^ ^‘‘ ‘^ ^‘ ‘‘^^‘  ‘^^‘ ‘^ ‘^                     **
 **                                                                         **
 **                    Copyright © 1997-2013 by Tong G.                     **
 **                          ALL RIGHTS RESERVED.                           **
 **                                                                         **
 ****************************************************************************/

#include “AskDialog.h“

#include 
#include 
#include 
#include 
#include 
#include 
#include 
//.._AskDialog类实现

    /* 构造函数实现 */
    _AskDialog::_AskDialog(QWidget *_Parent)
        : QDialog(_Parent)
        {
        m_IconLabel = new QLabel(““);
        m_AskLabel = new QLabel(QString::fromUtf8(“

您还没有选择任何音频作为闹铃,是否选择一个?


                                                  “


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-04-18 22:31  Owl\
     文件        5670  2013-04-27 15:39  Owl\AskDialog.cpp
     文件        3973  2013-04-27 15:30  Owl\AskDialog.h
     目录           0  2018-04-18 22:31  Owl\Debug\
     文件         726  2018-04-03 23:57  Owl\Debug\.qmake.stash
     目录           0  2018-05-18 11:41  Owl\Debug\debug\
     文件       26484  2018-04-03 23:57  Owl\Debug\Makefile
     文件       85835  2018-04-03 23:57  Owl\Debug\Makefile.Debug
     文件       86039  2018-04-03 23:57  Owl\Debug\Makefile.Release
     文件         236  2018-04-03 23:57  Owl\Debug\object_script.Owl.Debug
     文件         256  2018-04-03 23:57  Owl\Debug\object_script.Owl.Release
     目录           0  2018-04-03 23:57  Owl\Debug\release\
     目录           0  2018-04-18 22:31  Owl\icons\
     文件          67  2013-04-25 18:08  Owl\icons\.directory
     文件       26288  2010-11-14 11:54  Owl\icons\help.png
     文件       17747  2010-11-14 11:55  Owl\icons\owl.png
     文件       10479  2010-11-14 11:54  Owl\icons\Qt.png
     文件       14348  2010-11-14 11:54  Owl\icons\reportbug.png
     文件       17383  2010-11-14 11:54  Owl\icons\setmusic.png
     文件       10155  2010-11-14 11:54  Owl\icons\warning.png
     文件        3777  2013-04-26 22:38  Owl\main.cpp
     文件        7697  2013-04-27 13:20  Owl\MainWindow.cpp
     文件        4162  2013-04-27 18:03  Owl\MainWindow.h
     文件       61949  2013-04-26 17:39  Owl\Owl
     文件         517  2013-04-27 14:39  Owl\Owl.pro
     文件       23730  2018-04-04 00:09  Owl\Owl.pro.user
     文件       17303  2013-04-28 14:53  Owl\Owl.pro.user.2.7pre1
     文件       16970  2013-04-26 17:09  Owl\Owl.pro.user.be36585
     文件        5164  2013-04-28 17:18  Owl\RemindDialog.cpp
     文件        3945  2013-04-28 17:16  Owl\RemindDialog.h
     文件         282  2013-04-27 15:40  Owl\resource.qrc
............此处省略2个文件信息

评论

共有 条评论