• 大小: 270KB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2021-05-19
  • 语言: Html/CSS
  • 标签: Qt  实用闹钟  

资源简介

此程序使用Qt 5编写,主要是一个闹钟提醒程序,用户可以使用鼠标左键或者滚轮转动转盘,指定多长时间后进行提醒,比如说:你在炖一锅汤,需要文火炖40分钟,就可以把转盘拨到40刻度的位置,等到40分钟后,程序会自动详细你事先选择的音乐,以此种方式提醒使用者“时间到了!” Owl只支持wav格式的音乐,没有wav格式的同学可以使用自己喜欢的格式转换工具把MP3或者其他格式的音乐转换成wav格式 给大家提供一个还不错的音频格式转换工具: http://auvisoft.com/downloads.html

资源截图

代码片段和文件信息

///:
/*****************************************************************************
 **                                                                         **
 **                               .======.                                  **
 **                               | 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  2013-04-28 17:19  Owl\
     文件        5670  2013-04-27 15:39  Owl\AskDialog.cpp
     文件        3973  2013-04-27 15:30  Owl\AskDialog.h
     文件        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
     文件      169984  2013-04-28 17:18  Owl\Owl.exe
     文件         517  2013-04-27 14:39  Owl\Owl.pro
     文件       17303  2013-04-28 14:53  Owl\Owl.pro.user
     文件       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
     文件       15072  2013-04-28 14:56  Owl\Timer.cpp
     文件        4784  2013-04-27 15:03  Owl\Timer.h
     目录           0  2013-04-27 15:40  Owl\icons\
     文件          67  2013-04-25 18:08  Owl\icons\.directory
     文件       10479  2010-11-14 11:54  Owl\icons\Qt.png
     文件       26288  2010-11-14 11:54  Owl\icons\help.png
     文件       17747  2010-11-14 11:55  Owl\icons\owl.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
     文件         282  2013-04-27 15:40  Owl\resource.qrc

评论

共有 条评论