N9中一些ToolBar图标

如下代码,运行便可以看到效果,

如果有些图标看不到,可以将其注释后再运行


import QtQuick 1.1
import com.nokia.meego 1.0

Rectangle {
    width: 100
    height: 62
    Flow {
        ToolIcon {
            iconId: "toolbar-add";
            //增加
        }
        ToolIcon {
            iconId: "toolbar-addressbook";
            //人头
        }
        ToolIcon {
            iconId: "toolbar-alarm";
            //闹铃
        }
        ToolIcon {
            iconId: "toolbar-application";
            //应用
        }
        ToolIcon {
            iconId: "toolbar-attachment";
            //附件
        }
        ToolIcon {
            iconId: "toolbar-cancle";
            //取消
        }
        ToolIcon {
            iconId: "toolbar-backspace";
            //退格键
        }
        ToolIcon {
            iconId: "toolbar-bold";
            //粗T字形
        }
        ToolIcon {
            iconId: "toolbar-callhistory";
            //上下箭头
        }
        ToolIcon {
            iconId: "toolbar-clock";
            //时钟
        }
        ToolIcon {
            iconId: "toolbar-close";
            //叉叉
        }
        ToolIcon {
            iconId: "toolbar-column";
            //像条形码
        }
        ToolIcon {
            iconId: "toolbar-contact";
            //人头像
        }
        ToolIcon {
            iconId: "toolbar-content-audio";
            //音乐符号
        }
        ToolIcon {
            iconId: "toolbar-content-ovi-music";
            //ovi袋子
        }
        ToolIcon {
            iconId: "toolbar-cut-paste";
            //剪刀
        }
        ToolIcon {
            iconId: "toolbar-dialer";
            //T9 九宫格
        }
        ToolIcon {
            iconId: "toolbar-directory-move-to";
            //一个箭头指向一个黑色的矩形
        }
        ToolIcon {
            iconId: "toolbar-directory";
            //文件夹
        }
        ToolIcon {
            iconId: "toolbar-done";
            //对,叉叉的对应
        }
        ToolIcon {
            iconId: "toolbar-down";
            //> 的向下
        }
        ToolIcon {
            iconId: "toolbar-edit";
            //铅笔
        }
        ToolIcon {
            iconId: "toolbar-favorite-mark";
            //实心五角星
        }
        ToolIcon {
            iconId: "toolbar-favorite-unmark";
            //空心五角星
        }
        ToolIcon {
            iconId: "toolbar-forward";
            //箭头指向人头
        }

        ToolIcon {
            iconId: "toolbar-gallery";
            //图片
        }
        ToolIcon {
            iconId: "toolbar-grid";
            //网格
        }
        ToolIcon {
            iconId: "toolbar-home";
            //房子,主页
        }
        ToolIcon {
            iconId: "toolbar-image-edit";
            //图片加铅笔
        }
        ToolIcon {
            iconId: "toolbar-jump-to";
            //向右下角转弯的箭头
        }
        ToolIcon {
            iconId: "toolbar-list";
            //清单,菜单
        }

        ToolIcon {
            iconId: "toolbar-main-view";
            //向上的箭头
        }
        ToolIcon {
            iconId: "toolbar-mediacontrol-backwards";
            //音乐播放快退
        }
        ToolIcon {
            iconId: "toolbar-mediacontrol-forward";
            //            音乐播放 快进
        }
        ToolIcon {
            iconId: "toolbar-mediacontrol-next";
            //            音乐播放 暂停
        }
        ToolIcon {
            iconId: "toolbar-mediacontrol-pause";
            //            音乐播放 停止
        }
        ToolIcon {
            iconId: "toolbar-mediacontrol-play";
            //            向右的实心三角
        }

        ToolIcon {
            iconId: "toolbar-mediacontrol-previous";
            //音乐播放,暂停
        }
        ToolIcon {
            iconId: "toolbar-mediacontrol-stop";
        //正方形
        }
        ToolIcon {
            iconId: "toolbar-new-chat";
        //多个聊天气泡
        }
        ToolIcon {
            iconId: "toolbar-new-message";
        //对话泡
        }
        ToolIcon {
            iconId: "toolbar-next";
        //> 符号,向右
        }
        ToolIcon {
            iconId: "toolbar-pages-all";
        //四个正方形
        }

        ToolIcon {
            iconId: "toolbar-previous";
        //< 符号,向左
        }
        ToolIcon {
            iconId: "toolbar-redo";
        //箭头向右拐,做
        }
        ToolIcon {
            iconId: "toolbar-refresh";
        //刷新
        }
        ToolIcon {
            iconId: "toolbar-repeat";
        //重复
        }
        ToolIcon {
            iconId: "toolbar-reply-all";
        //矩形中有两个向左的箭头
        }

        ToolIcon {
            iconId: "toolbar-reply";
        //箭头指向人头,回复
        }
        ToolIcon {
            iconId: "toolbar-rich-text-view-menu";
        //菜单
        }
        ToolIcon {
            iconId: "toolbar-rich-text";
        //富文本 T字形
        }
        ToolIcon {
            iconId: "toolbar-search";
        //放大镜 ,搜索
        }
        ToolIcon {
            iconId: "toolbar-select-text";
        //ab选择文本
        }
        ToolIcon {
            iconId: "toolbar-settings";
        //齿轮,设置
        }

        ToolIcon {
            iconId: "toolbar-share";
        //分享
        }
        ToolIcon {
            iconId: "toolbar-shuffle";
        //交叉的箭头,随机,洗牌
        }
        ToolIcon {
            iconId: "toolbar-stop";
        //叉叉,停止
        }
        ToolIcon {
            iconId: "toolbar-tab-next";
        //向右推进
        }
        ToolIcon {
            iconId: "toolbar-tab-previous";
        //向左推进
        }
        ToolIcon {
            iconId: "toolbar-tag";
        //标签
        }

        ToolIcon {
            iconId: "toolbar-tools";
        //工具箱
        }
        ToolIcon {
            iconId: "toolbar-trim";
        //修剪
        }
        ToolIcon {
            iconId: "toolbar-underline";
        //带下划线的T字形的
        }
        ToolIcon {
            iconId: "toolbar-undo";
        //向左拐的箭头
        }
        ToolIcon {
            iconId: "toolbar-up";
        //>向上的箭头
        }
        ToolIcon {
            iconId: "toolbar-update";
        //来自应用的推送更新,与刷新不一样
        }
        
        ToolIcon {
            iconId: "toolbar-view-menu";
        //菜单
        }
        ToolIcon {
            iconId: "toolbar-volume-off";
        //喇叭,静音
        }
        ToolIcon {
            iconId: "toolbar-volume";
        //喇叭扬声
        }
    }
}



  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值