├── .gitignore ├── DeskTop.pro ├── DeskTop.pro.user ├── DeskTop.pro.user.23ea393 ├── LICENSE ├── Makefile ├── Makefile.Debug ├── Makefile.Release ├── README.md ├── addnotifymsg.cpp ├── addnotifymsg.h ├── addnotifymsg.ui ├── app-list-json.txt ├── app-list.txt ├── app.rc ├── app ├── qaccountmgr.cpp ├── qaccountmgr.h ├── qshenhe.cpp ├── qshenhe.h ├── qtianbao.cpp └── qtianbao.h ├── data ├── hfpgsql.cpp ├── hfpgsql.h ├── qluaconf.cpp ├── qluaconf.h ├── qtododata.cpp └── qtododata.h ├── dialog.ui ├── doc ├── 动态密码.edx ├── 动态密码流程图.png ├── 账户.edx ├── 账户.jpg ├── 账户系统接入.doc ├── 软件中心.doc ├── 软件中心.edx ├── 软件中心.png └── 进程间通信.doc ├── html ├── addapp.html ├── dock.html ├── examine.html ├── files │ ├── LICENSE.txt │ ├── alllist.txt │ ├── alllist2.txt │ ├── apps.json │ ├── common.txt │ ├── installed.json │ ├── local.txt │ ├── my.txt │ └── xjb.txt ├── images │ ├── calendar.png │ ├── code.png │ ├── desktop.png │ ├── dock-bg.gif │ ├── dock-bg2.gif │ ├── email.png │ ├── history.png │ ├── home.png │ ├── ie.png │ ├── main-bg.gif │ ├── music.png │ ├── notify.png │ ├── portfolio.png │ ├── rss.png │ ├── rss2.png │ ├── tools.png │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png │ ├── ui-bg_diagonals-thick_20_666666_40x40.png │ ├── ui-bg_flat_10_000000_40x100.png │ ├── ui-bg_glass_100_f6f6f6_1x400.png │ ├── ui-bg_glass_100_fdf5ce_1x400.png │ ├── ui-bg_glass_65_ffffff_1x400.png │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png │ ├── ui-bg_highlight-soft_100_eeeeee_1x100.png │ ├── ui-bg_highlight-soft_75_ffe45c_1x100.png │ ├── ui-icons_222222_256x240.png │ ├── ui-icons_228ef1_256x240.png │ ├── ui-icons_ef8c08_256x240.png │ ├── ui-icons_ffd27a_256x240.png │ ├── ui-icons_ffffff_256x240.png │ ├── video.png │ └── 新建 Microsoft PowerPoint 幻灯片.ppt ├── img │ ├── add.png │ ├── app.png │ ├── arrow.png │ ├── back.jpg │ ├── bank.png │ ├── btn_close_highlight.png │ ├── btn_close_normal.png │ ├── btn_mini_highlight.png │ ├── btn_mini_normal.png │ ├── certificate.png │ ├── chatapp.png │ ├── db.png │ ├── docker.png │ ├── dtjk.png │ ├── dwzw.png │ ├── gwk.png │ ├── im.ico │ ├── intro.png │ ├── kjzw.png │ ├── line.png │ ├── logo.png │ ├── mana.png │ ├── menu.png │ ├── numback.png │ ├── point.png │ ├── refresh.png │ ├── yszx.png │ └── 新建 Microsoft PowerPoint 幻灯片.ppt ├── intro.html ├── login.html ├── res │ ├── easyui.css │ ├── hf-jquery.css │ ├── hf-jquery.js │ ├── interface.js │ ├── jPaginator-min.js │ ├── jPaginator.css │ ├── jquery-1.11.3.min.js │ ├── jquery-easyui-1.4.3.zip │ ├── jquery-easyui-1.4.3 │ │ ├── changelog.txt │ │ ├── demo-mobile │ │ │ ├── accordion │ │ │ │ ├── _content.html │ │ │ │ ├── basic.html │ │ │ │ └── header.html │ │ │ ├── animation │ │ │ │ ├── basic.html │ │ │ │ ├── fade.html │ │ │ │ ├── pop.html │ │ │ │ └── slide.html │ │ │ ├── badge │ │ │ │ ├── basic.html │ │ │ │ ├── button.html │ │ │ │ ├── list.html │ │ │ │ └── tabs.html │ │ │ ├── button │ │ │ │ ├── basic.html │ │ │ │ ├── group.html │ │ │ │ ├── style.html │ │ │ │ └── switch.html │ │ │ ├── datagrid │ │ │ │ ├── basic.html │ │ │ │ └── rowediting.html │ │ │ ├── datalist │ │ │ │ ├── basic.html │ │ │ │ ├── group.html │ │ │ │ └── selection.html │ │ │ ├── dialog │ │ │ │ ├── basic.html │ │ │ │ └── message.html │ │ │ ├── form │ │ │ │ └── basic.html │ │ │ ├── images │ │ │ │ ├── login1.jpg │ │ │ │ ├── modem.png │ │ │ │ ├── more.png │ │ │ │ ├── pda.png │ │ │ │ ├── scanner.png │ │ │ │ └── tablet.png │ │ │ ├── input │ │ │ │ ├── numberspinner.html │ │ │ │ └── textbox.html │ │ │ ├── layout │ │ │ │ └── basic.html │ │ │ ├── menu │ │ │ │ ├── basic.html │ │ │ │ └── menubar.html │ │ │ ├── panel │ │ │ │ ├── _content.html │ │ │ │ ├── ajax.html │ │ │ │ ├── basic.html │ │ │ │ └── nav.html │ │ │ ├── simplelist │ │ │ │ ├── basic.html │ │ │ │ ├── button.html │ │ │ │ ├── group.html │ │ │ │ ├── image.html │ │ │ │ └── link.html │ │ │ ├── tabs │ │ │ │ ├── basic.html │ │ │ │ ├── nav.html │ │ │ │ └── pill.html │ │ │ ├── toolbar │ │ │ │ ├── basic.html │ │ │ │ ├── button.html │ │ │ │ └── menu.html │ │ │ └── tree │ │ │ │ ├── basic.html │ │ │ │ └── dnd.html │ │ ├── demo │ │ │ ├── accordion │ │ │ │ ├── _content.html │ │ │ │ ├── actions.html │ │ │ │ ├── ajax.html │ │ │ │ ├── basic.html │ │ │ │ ├── datagrid_data1.json │ │ │ │ ├── expandable.html │ │ │ │ ├── fluid.html │ │ │ │ ├── multiple.html │ │ │ │ └── tools.html │ │ │ ├── calendar │ │ │ │ ├── basic.html │ │ │ │ ├── custom.html │ │ │ │ ├── disabledate.html │ │ │ │ ├── firstday.html │ │ │ │ └── fluid.html │ │ │ ├── combo │ │ │ │ ├── animation.html │ │ │ │ └── basic.html │ │ │ ├── combobox │ │ │ │ ├── actions.html │ │ │ │ ├── basic.html │ │ │ │ ├── combobox_data1.json │ │ │ │ ├── combobox_data2.json │ │ │ │ ├── customformat.html │ │ │ │ ├── dynamicdata.html │ │ │ │ ├── fluid.html │ │ │ │ ├── group.html │ │ │ │ ├── icons.html │ │ │ │ ├── multiline.html │ │ │ │ ├── multiple.html │ │ │ │ ├── navigation.html │ │ │ │ ├── remotedata.html │ │ │ │ └── remotejsonp.html │ │ │ ├── combogrid │ │ │ │ ├── actions.html │ │ │ │ ├── basic.html │ │ │ │ ├── datagrid_data1.json │ │ │ │ ├── fluid.html │ │ │ │ ├── initvalue.html │ │ │ │ ├── multiple.html │ │ │ │ ├── navigation.html │ │ │ │ └── setvalue.html │ │ │ ├── combotree │ │ │ │ ├── actions.html │ │ │ │ ├── basic.html │ │ │ │ ├── fluid.html │ │ │ │ ├── initvalue.html │ │ │ │ ├── multiple.html │ │ │ │ └── tree_data1.json │ │ │ ├── datagrid │ │ │ │ ├── aligncolumns.html │ │ │ │ ├── basic.html │ │ │ │ ├── cacheeditor.html │ │ │ │ ├── cellediting.html │ │ │ │ ├── cellstyle.html │ │ │ │ ├── checkbox.html │ │ │ │ ├── clientpagination.html │ │ │ │ ├── columngroup.html │ │ │ │ ├── complextoolbar.html │ │ │ │ ├── contextmenu.html │ │ │ │ ├── custompager.html │ │ │ │ ├── datagrid_data1.json │ │ │ │ ├── datagrid_data2.json │ │ │ │ ├── fluid.html │ │ │ │ ├── footer.html │ │ │ │ ├── formatcolumns.html │ │ │ │ ├── frozencolumns.html │ │ │ │ ├── frozenrows.html │ │ │ │ ├── mergecells.html │ │ │ │ ├── multisorting.html │ │ │ │ ├── products.json │ │ │ │ ├── rowborder.html │ │ │ │ ├── rowediting.html │ │ │ │ ├── rowstyle.html │ │ │ │ ├── selection.html │ │ │ │ ├── simpletoolbar.html │ │ │ │ └── transform.html │ │ │ ├── datalist │ │ │ │ ├── basic.html │ │ │ │ ├── checkbox.html │ │ │ │ ├── datalist_data1.json │ │ │ │ ├── group.html │ │ │ │ ├── multiselect.html │ │ │ │ └── remotedata.html │ │ │ ├── datebox │ │ │ │ ├── basic.html │ │ │ │ ├── buttons.html │ │ │ │ ├── clone.html │ │ │ │ ├── dateformat.html │ │ │ │ ├── events.html │ │ │ │ ├── fluid.html │ │ │ │ ├── restrict.html │ │ │ │ ├── sharedcalendar.html │ │ │ │ └── validate.html │ │ │ ├── datetimebox │ │ │ │ ├── basic.html │ │ │ │ ├── fluid.html │ │ │ │ ├── initvalue.html │ │ │ │ └── showseconds.html │ │ │ ├── datetimespinner │ │ │ │ ├── basic.html │ │ │ │ ├── clearicon.html │ │ │ │ ├── fluid.html │ │ │ │ └── format.html │ │ │ ├── demo.css │ │ │ ├── dialog │ │ │ │ ├── basic.html │ │ │ │ ├── complextoolbar.html │ │ │ │ ├── fluid.html │ │ │ │ └── toolbarbuttons.html │ │ │ ├── draggable │ │ │ │ ├── basic.html │ │ │ │ ├── constrain.html │ │ │ │ └── snap.html │ │ │ ├── droppable │ │ │ │ ├── accept.html │ │ │ │ ├── basic.html │ │ │ │ └── sort.html │ │ │ ├── easyloader │ │ │ │ └── basic.html │ │ │ ├── filebox │ │ │ │ ├── basic.html │ │ │ │ ├── buttonalign.html │ │ │ │ └── fluid.html │ │ │ ├── form │ │ │ │ ├── basic.html │ │ │ │ ├── form_data1.json │ │ │ │ ├── load.html │ │ │ │ └── validateonsubmit.html │ │ │ ├── layout │ │ │ │ ├── _content.html │ │ │ │ ├── addremove.html │ │ │ │ ├── autoheight.html │ │ │ │ ├── basic.html │ │ │ │ ├── complex.html │ │ │ │ ├── datagrid_data1.json │ │ │ │ ├── fluid.html │ │ │ │ ├── full.html │ │ │ │ ├── nestedlayout.html │ │ │ │ ├── nocollapsible.html │ │ │ │ ├── propertygrid_data1.json │ │ │ │ └── tree_data1.json │ │ │ ├── linkbutton │ │ │ │ ├── basic.html │ │ │ │ ├── fluid.html │ │ │ │ ├── group.html │ │ │ │ ├── iconalign.html │ │ │ │ ├── plain.html │ │ │ │ ├── size.html │ │ │ │ ├── style.html │ │ │ │ └── toggle.html │ │ │ ├── menu │ │ │ │ ├── basic.html │ │ │ │ ├── customitem.html │ │ │ │ ├── events.html │ │ │ │ ├── inline.html │ │ │ │ └── nav.html │ │ │ ├── menubutton │ │ │ │ ├── actions.html │ │ │ │ ├── alignment.html │ │ │ │ ├── basic.html │ │ │ │ └── nav.html │ │ │ ├── messager │ │ │ │ ├── alert.html │ │ │ │ ├── basic.html │ │ │ │ ├── interactive.html │ │ │ │ └── position.html │ │ │ ├── numberbox │ │ │ │ ├── basic.html │ │ │ │ ├── fluid.html │ │ │ │ ├── format.html │ │ │ │ └── range.html │ │ │ ├── numberspinner │ │ │ │ ├── basic.html │ │ │ │ ├── fluid.html │ │ │ │ ├── increment.html │ │ │ │ └── range.html │ │ │ ├── pagination │ │ │ │ ├── attaching.html │ │ │ │ ├── basic.html │ │ │ │ ├── custombuttons.html │ │ │ │ ├── layout.html │ │ │ │ ├── links.html │ │ │ │ └── simple.html │ │ │ ├── panel │ │ │ │ ├── _content.html │ │ │ │ ├── basic.html │ │ │ │ ├── customtools.html │ │ │ │ ├── fluid.html │ │ │ │ ├── footer.html │ │ │ │ ├── loadcontent.html │ │ │ │ ├── nestedpanel.html │ │ │ │ └── paneltools.html │ │ │ ├── progressbar │ │ │ │ ├── basic.html │ │ │ │ └── fluid.html │ │ │ ├── propertygrid │ │ │ │ ├── basic.html │ │ │ │ ├── customcolumns.html │ │ │ │ ├── groupformat.html │ │ │ │ └── propertygrid_data1.json │ │ │ ├── resizable │ │ │ │ └── basic.html │ │ │ ├── searchbox │ │ │ │ ├── basic.html │ │ │ │ ├── category.html │ │ │ │ └── fluid.html │ │ │ ├── slider │ │ │ │ ├── basic.html │ │ │ │ ├── fluid.html │ │ │ │ ├── formattip.html │ │ │ │ ├── nonlinear.html │ │ │ │ ├── range.html │ │ │ │ ├── rule.html │ │ │ │ └── vertical.html │ │ │ ├── splitbutton │ │ │ │ ├── actions.html │ │ │ │ └── basic.html │ │ │ ├── switchbutton │ │ │ │ ├── action.html │ │ │ │ └── basic.html │ │ │ ├── tabs │ │ │ │ ├── _content.html │ │ │ │ ├── autoheight.html │ │ │ │ ├── basic.html │ │ │ │ ├── dropdown.html │ │ │ │ ├── fixedwidth.html │ │ │ │ ├── fluid.html │ │ │ │ ├── hover.html │ │ │ │ ├── images │ │ │ │ │ ├── modem.png │ │ │ │ │ ├── pda.png │ │ │ │ │ ├── scanner.png │ │ │ │ │ └── tablet.png │ │ │ │ ├── nestedtabs.html │ │ │ │ ├── striptools.html │ │ │ │ ├── style.html │ │ │ │ ├── tabimage.html │ │ │ │ ├── tabposition.html │ │ │ │ ├── tabstools.html │ │ │ │ └── tree_data1.json │ │ │ ├── textbox │ │ │ │ ├── basic.html │ │ │ │ ├── button.html │ │ │ │ ├── clearicon.html │ │ │ │ ├── custom.html │ │ │ │ ├── fluid.html │ │ │ │ ├── icons.html │ │ │ │ ├── multiline.html │ │ │ │ └── size.html │ │ │ ├── timespinner │ │ │ │ ├── actions.html │ │ │ │ ├── basic.html │ │ │ │ ├── fluid.html │ │ │ │ └── range.html │ │ │ ├── tooltip │ │ │ │ ├── _content.html │ │ │ │ ├── _dialog.html │ │ │ │ ├── ajax.html │ │ │ │ ├── basic.html │ │ │ │ ├── customcontent.html │ │ │ │ ├── customstyle.html │ │ │ │ ├── position.html │ │ │ │ ├── toolbar.html │ │ │ │ └── tooltipdialog.html │ │ │ ├── tree │ │ │ │ ├── actions.html │ │ │ │ ├── animation.html │ │ │ │ ├── basic.html │ │ │ │ ├── checkbox.html │ │ │ │ ├── contextmenu.html │ │ │ │ ├── dnd.html │ │ │ │ ├── editable.html │ │ │ │ ├── formatting.html │ │ │ │ ├── icons.html │ │ │ │ ├── lazyload.html │ │ │ │ ├── lines.html │ │ │ │ ├── tree_data1.json │ │ │ │ └── tree_data2.json │ │ │ ├── treegrid │ │ │ │ ├── actions.html │ │ │ │ ├── basic.html │ │ │ │ ├── clientpagination.html │ │ │ │ ├── contextmenu.html │ │ │ │ ├── editable.html │ │ │ │ ├── fluid.html │ │ │ │ ├── footer.html │ │ │ │ ├── lines.html │ │ │ │ ├── reports.html │ │ │ │ ├── treegrid_data1.json │ │ │ │ ├── treegrid_data2.json │ │ │ │ └── treegrid_data3.json │ │ │ ├── validatebox │ │ │ │ ├── basic.html │ │ │ │ ├── customtooltip.html │ │ │ │ └── validateonblur.html │ │ │ └── window │ │ │ │ ├── basic.html │ │ │ │ ├── customtools.html │ │ │ │ ├── fluid.html │ │ │ │ ├── footer.html │ │ │ │ ├── inlinewindow.html │ │ │ │ ├── modalwindow.html │ │ │ │ └── windowlayout.html │ │ ├── easyloader.js │ │ ├── jquery.easyui.min.js │ │ ├── jquery.easyui.mobile.js │ │ ├── jquery.min.js │ │ ├── licence_gpl.txt │ │ ├── locale │ │ │ ├── easyui-lang-af.js │ │ │ ├── easyui-lang-am.js │ │ │ ├── easyui-lang-ar.js │ │ │ ├── easyui-lang-bg.js │ │ │ ├── easyui-lang-ca.js │ │ │ ├── easyui-lang-cs.js │ │ │ ├── easyui-lang-cz.js │ │ │ ├── easyui-lang-da.js │ │ │ ├── easyui-lang-de.js │ │ │ ├── easyui-lang-el.js │ │ │ ├── easyui-lang-en.js │ │ │ ├── easyui-lang-es.js │ │ │ ├── easyui-lang-fr.js │ │ │ ├── easyui-lang-it.js │ │ │ ├── easyui-lang-jp.js │ │ │ ├── easyui-lang-nl.js │ │ │ ├── easyui-lang-pl.js │ │ │ ├── easyui-lang-pt_BR.js │ │ │ ├── easyui-lang-ru.js │ │ │ ├── easyui-lang-sv_SE.js │ │ │ ├── easyui-lang-tr.js │ │ │ ├── easyui-lang-zh_CN.js │ │ │ └── easyui-lang-zh_TW.js │ │ ├── plugins │ │ │ ├── jquery.accordion.js │ │ │ ├── jquery.calendar.js │ │ │ ├── jquery.combo.js │ │ │ ├── jquery.combobox.js │ │ │ ├── jquery.combogrid.js │ │ │ ├── jquery.combotree.js │ │ │ ├── jquery.datagrid.js │ │ │ ├── jquery.datalist.js │ │ │ ├── jquery.datebox.js │ │ │ ├── jquery.datetimebox.js │ │ │ ├── jquery.datetimespinner.js │ │ │ ├── jquery.dialog.js │ │ │ ├── jquery.draggable.js │ │ │ ├── jquery.droppable.js │ │ │ ├── jquery.filebox.js │ │ │ ├── jquery.form.js │ │ │ ├── jquery.layout.js │ │ │ ├── jquery.linkbutton.js │ │ │ ├── jquery.menu.js │ │ │ ├── jquery.menubutton.js │ │ │ ├── jquery.messager.js │ │ │ ├── jquery.mobile.js │ │ │ ├── jquery.numberbox.js │ │ │ ├── jquery.numberspinner.js │ │ │ ├── jquery.pagination.js │ │ │ ├── jquery.panel.js │ │ │ ├── jquery.parser.js │ │ │ ├── jquery.progressbar.js │ │ │ ├── jquery.propertygrid.js │ │ │ ├── jquery.resizable.js │ │ │ ├── jquery.searchbox.js │ │ │ ├── jquery.slider.js │ │ │ ├── jquery.spinner.js │ │ │ ├── jquery.splitbutton.js │ │ │ ├── jquery.switchbutton.js │ │ │ ├── jquery.tabs.js │ │ │ ├── jquery.textbox.js │ │ │ ├── jquery.timespinner.js │ │ │ ├── jquery.tooltip.js │ │ │ ├── jquery.tree.js │ │ │ ├── jquery.treegrid.js │ │ │ ├── jquery.validatebox.js │ │ │ └── jquery.window.js │ │ ├── readme.txt │ │ ├── src │ │ │ ├── easyloader.js │ │ │ ├── jquery.accordion.js │ │ │ ├── jquery.calendar.js │ │ │ ├── jquery.combobox.js │ │ │ ├── jquery.datebox.js │ │ │ ├── jquery.draggable.js │ │ │ ├── jquery.droppable.js │ │ │ ├── jquery.form.js │ │ │ ├── jquery.linkbutton.js │ │ │ ├── jquery.menu.js │ │ │ ├── jquery.parser.js │ │ │ ├── jquery.progressbar.js │ │ │ ├── jquery.propertygrid.js │ │ │ ├── jquery.resizable.js │ │ │ ├── jquery.slider.js │ │ │ ├── jquery.tabs.js │ │ │ └── jquery.window.js │ │ └── themes │ │ │ ├── black │ │ │ ├── accordion.css │ │ │ ├── calendar.css │ │ │ ├── combo.css │ │ │ ├── combobox.css │ │ │ ├── datagrid.css │ │ │ ├── datalist.css │ │ │ ├── datebox.css │ │ │ ├── dialog.css │ │ │ ├── easyui.css │ │ │ ├── filebox.css │ │ │ ├── images │ │ │ │ ├── accordion_arrows.png │ │ │ │ ├── blank.gif │ │ │ │ ├── calendar_arrows.png │ │ │ │ ├── combo_arrow.png │ │ │ │ ├── datagrid_icons.png │ │ │ │ ├── datebox_arrow.png │ │ │ │ ├── layout_arrows.png │ │ │ │ ├── linkbutton_bg.png │ │ │ │ ├── loading.gif │ │ │ │ ├── menu_arrows.png │ │ │ │ ├── messager_icons.png │ │ │ │ ├── pagination_icons.png │ │ │ │ ├── panel_tools.png │ │ │ │ ├── searchbox_button.png │ │ │ │ ├── slider_handle.png │ │ │ │ ├── spinner_arrows.png │ │ │ │ ├── tabs_icons.png │ │ │ │ ├── tree_icons.png │ │ │ │ └── validatebox_warning.png │ │ │ ├── layout.css │ │ │ ├── linkbutton.css │ │ │ ├── menu.css │ │ │ ├── menubutton.css │ │ │ ├── messager.css │ │ │ ├── numberbox.css │ │ │ ├── pagination.css │ │ │ ├── panel.css │ │ │ ├── progressbar.css │ │ │ ├── propertygrid.css │ │ │ ├── searchbox.css │ │ │ ├── slider.css │ │ │ ├── spinner.css │ │ │ ├── splitbutton.css │ │ │ ├── switchbutton.css │ │ │ ├── tabs.css │ │ │ ├── textbox.css │ │ │ ├── tooltip.css │ │ │ ├── tree.css │ │ │ ├── validatebox.css │ │ │ └── window.css │ │ │ ├── bootstrap │ │ │ ├── accordion.css │ │ │ ├── calendar.css │ │ │ ├── combo.css │ │ │ ├── combobox.css │ │ │ ├── datagrid.css │ │ │ ├── datalist.css │ │ │ ├── datebox.css │ │ │ ├── dialog.css │ │ │ ├── easyui.css │ │ │ ├── filebox.css │ │ │ ├── images │ │ │ │ ├── accordion_arrows.png │ │ │ │ ├── blank.gif │ │ │ │ ├── calendar_arrows.png │ │ │ │ ├── combo_arrow.png │ │ │ │ ├── datagrid_icons.png │ │ │ │ ├── datebox_arrow.png │ │ │ │ ├── layout_arrows.png │ │ │ │ ├── linkbutton_bg.png │ │ │ │ ├── loading.gif │ │ │ │ ├── menu_arrows.png │ │ │ │ ├── messager_icons.png │ │ │ │ ├── pagination_icons.png │ │ │ │ ├── panel_tools.png │ │ │ │ ├── searchbox_button.png │ │ │ │ ├── slider_handle.png │ │ │ │ ├── spinner_arrows.png │ │ │ │ ├── tabs_icons.png │ │ │ │ ├── tree_icons.png │ │ │ │ └── validatebox_warning.png │ │ │ ├── layout.css │ │ │ ├── linkbutton.css │ │ │ ├── menu.css │ │ │ ├── menubutton.css │ │ │ ├── messager.css │ │ │ ├── numberbox.css │ │ │ ├── pagination.css │ │ │ ├── panel.css │ │ │ ├── progressbar.css │ │ │ ├── propertygrid.css │ │ │ ├── searchbox.css │ │ │ ├── slider.css │ │ │ ├── spinner.css │ │ │ ├── splitbutton.css │ │ │ ├── switchbutton.css │ │ │ ├── tabs.css │ │ │ ├── textbox.css │ │ │ ├── tooltip.css │ │ │ ├── tree.css │ │ │ ├── validatebox.css │ │ │ └── window.css │ │ │ ├── color.css │ │ │ ├── default │ │ │ ├── accordion.css │ │ │ ├── calendar.css │ │ │ ├── combo.css │ │ │ ├── combobox.css │ │ │ ├── datagrid.css │ │ │ ├── datalist.css │ │ │ ├── datebox.css │ │ │ ├── dialog.css │ │ │ ├── easyui.css │ │ │ ├── filebox.css │ │ │ ├── images │ │ │ │ ├── accordion_arrows.png │ │ │ │ ├── blank.gif │ │ │ │ ├── calendar_arrows.png │ │ │ │ ├── combo_arrow.png │ │ │ │ ├── datagrid_icons.png │ │ │ │ ├── datebox_arrow.png │ │ │ │ ├── layout_arrows.png │ │ │ │ ├── linkbutton_bg.png │ │ │ │ ├── loading.gif │ │ │ │ ├── menu_arrows.png │ │ │ │ ├── messager_icons.png │ │ │ │ ├── pagination_icons.png │ │ │ │ ├── panel_tools.png │ │ │ │ ├── searchbox_button.png │ │ │ │ ├── slider_handle.png │ │ │ │ ├── spinner_arrows.png │ │ │ │ ├── tabs_icons.png │ │ │ │ ├── tree_icons.png │ │ │ │ └── validatebox_warning.png │ │ │ ├── layout.css │ │ │ ├── linkbutton.css │ │ │ ├── menu.css │ │ │ ├── menubutton.css │ │ │ ├── messager.css │ │ │ ├── numberbox.css │ │ │ ├── pagination.css │ │ │ ├── panel.css │ │ │ ├── progressbar.css │ │ │ ├── propertygrid.css │ │ │ ├── searchbox.css │ │ │ ├── slider.css │ │ │ ├── spinner.css │ │ │ ├── splitbutton.css │ │ │ ├── switchbutton.css │ │ │ ├── tabs.css │ │ │ ├── textbox.css │ │ │ ├── tooltip.css │ │ │ ├── tree.css │ │ │ ├── validatebox.css │ │ │ └── window.css │ │ │ ├── gray │ │ │ ├── accordion.css │ │ │ ├── calendar.css │ │ │ ├── combo.css │ │ │ ├── combobox.css │ │ │ ├── datagrid.css │ │ │ ├── datalist.css │ │ │ ├── datebox.css │ │ │ ├── dialog.css │ │ │ ├── easyui.css │ │ │ ├── filebox.css │ │ │ ├── images │ │ │ │ ├── accordion_arrows.png │ │ │ │ ├── blank.gif │ │ │ │ ├── calendar_arrows.png │ │ │ │ ├── combo_arrow.png │ │ │ │ ├── datagrid_icons.png │ │ │ │ ├── datebox_arrow.png │ │ │ │ ├── layout_arrows.png │ │ │ │ ├── linkbutton_bg.png │ │ │ │ ├── loading.gif │ │ │ │ ├── menu_arrows.png │ │ │ │ ├── messager_icons.png │ │ │ │ ├── pagination_icons.png │ │ │ │ ├── panel_tools.png │ │ │ │ ├── searchbox_button.png │ │ │ │ ├── slider_handle.png │ │ │ │ ├── spinner_arrows.png │ │ │ │ ├── tabs_icons.png │ │ │ │ ├── tree_icons.png │ │ │ │ └── validatebox_warning.png │ │ │ ├── layout.css │ │ │ ├── linkbutton.css │ │ │ ├── menu.css │ │ │ ├── menubutton.css │ │ │ ├── messager.css │ │ │ ├── numberbox.css │ │ │ ├── pagination.css │ │ │ ├── panel.css │ │ │ ├── progressbar.css │ │ │ ├── propertygrid.css │ │ │ ├── searchbox.css │ │ │ ├── slider.css │ │ │ ├── spinner.css │ │ │ ├── splitbutton.css │ │ │ ├── switchbutton.css │ │ │ ├── tabs.css │ │ │ ├── textbox.css │ │ │ ├── tooltip.css │ │ │ ├── tree.css │ │ │ ├── validatebox.css │ │ │ └── window.css │ │ │ ├── icon.css │ │ │ ├── icons │ │ │ ├── back.png │ │ │ ├── blank.gif │ │ │ ├── cancel.png │ │ │ ├── clear.png │ │ │ ├── cut.png │ │ │ ├── edit_add.png │ │ │ ├── edit_remove.png │ │ │ ├── filesave.png │ │ │ ├── filter.png │ │ │ ├── help.png │ │ │ ├── large_chart.png │ │ │ ├── large_clipart.png │ │ │ ├── large_picture.png │ │ │ ├── large_shapes.png │ │ │ ├── large_smartart.png │ │ │ ├── lock.png │ │ │ ├── man.png │ │ │ ├── mini_add.png │ │ │ ├── mini_edit.png │ │ │ ├── mini_refresh.png │ │ │ ├── more.png │ │ │ ├── no.png │ │ │ ├── ok.png │ │ │ ├── pencil.png │ │ │ ├── print.png │ │ │ ├── redo.png │ │ │ ├── reload.png │ │ │ ├── search.png │ │ │ ├── sum.png │ │ │ ├── tip.png │ │ │ └── undo.png │ │ │ ├── metro │ │ │ ├── accordion.css │ │ │ ├── calendar.css │ │ │ ├── combo.css │ │ │ ├── combobox.css │ │ │ ├── datagrid.css │ │ │ ├── datalist.css │ │ │ ├── datebox.css │ │ │ ├── dialog.css │ │ │ ├── easyui.css │ │ │ ├── filebox.css │ │ │ ├── images │ │ │ │ ├── accordion_arrows.png │ │ │ │ ├── blank.gif │ │ │ │ ├── calendar_arrows.png │ │ │ │ ├── combo_arrow.png │ │ │ │ ├── datagrid_icons.png │ │ │ │ ├── datebox_arrow.png │ │ │ │ ├── layout_arrows.png │ │ │ │ ├── linkbutton_bg.png │ │ │ │ ├── loading.gif │ │ │ │ ├── menu_arrows.png │ │ │ │ ├── messager_icons.png │ │ │ │ ├── pagination_icons.png │ │ │ │ ├── panel_tools.png │ │ │ │ ├── searchbox_button.png │ │ │ │ ├── slider_handle.png │ │ │ │ ├── spinner_arrows.png │ │ │ │ ├── tabs_icons.png │ │ │ │ ├── tree_icons.png │ │ │ │ └── validatebox_warning.png │ │ │ ├── layout.css │ │ │ ├── linkbutton.css │ │ │ ├── menu.css │ │ │ ├── menubutton.css │ │ │ ├── messager.css │ │ │ ├── numberbox.css │ │ │ ├── pagination.css │ │ │ ├── panel.css │ │ │ ├── progressbar.css │ │ │ ├── propertygrid.css │ │ │ ├── searchbox.css │ │ │ ├── slider.css │ │ │ ├── spinner.css │ │ │ ├── splitbutton.css │ │ │ ├── switchbutton.css │ │ │ ├── tabs.css │ │ │ ├── textbox.css │ │ │ ├── tooltip.css │ │ │ ├── tree.css │ │ │ ├── validatebox.css │ │ │ └── window.css │ │ │ └── mobile.css │ ├── jquery-multidownload.js │ ├── jquery-ui.min.css │ ├── jquery-ui.min.js │ ├── jquery.cookie.js │ ├── jquery.easyui.min.js │ ├── jquery.honey.pagination.js │ ├── jquery.leanModal.min.js │ ├── jquery.simpletip-1.3.1.min.js │ ├── jquery.tipsy.js │ ├── login.css │ ├── login.js │ ├── mac-dock.css │ ├── nav.css │ ├── pager.css │ ├── softCenter.css │ ├── test.css │ ├── test.js │ └── tipsy.css ├── softCenter.html ├── sysmsg.html ├── tasksManager.html └── tips.html ├── http ├── qhttpdownload.cpp └── qhttpdownload.h ├── ipc ├── qipcmemory.cpp └── qipcmemory.h ├── jsCore ├── qjscore.cpp ├── qjscore.h ├── qtipswidget.cpp └── qtipswidget.h ├── login ├── CommandParse.hpp ├── caoper.cpp ├── caoper.h ├── datatypes.h ├── qfiletrans.cpp ├── qfiletrans.h ├── qlogindesktop.cpp ├── qlogindesktop.h ├── qutil.cpp ├── qutil.h ├── qxmpppacketconsle.cpp ├── qxmpppacketconsle.h ├── session.cpp ├── session.h ├── tcpserver.cpp └── tcpserver.h ├── loginwindow.cpp ├── loginwindow.h ├── loginwithsafe.cpp ├── loginwithsafe.h ├── lua ├── appset.lua ├── getResult.lua └── parseJson.lua ├── main.cpp ├── main.ico ├── maindialog.cpp ├── maindialog.h ├── maindialog.ui ├── panel.cpp ├── panel.h ├── pictures ├── 1-login.png ├── 2-desktop.png ├── 3-desktopwithnotify.png ├── 4-viewURL.png └── 5-base-switch.png ├── plat_panel ├── qaddapplication.cpp ├── qaddapplication.h ├── qproperty.cpp ├── qproperty.h ├── qsetdlg.ui ├── qtips.cpp ├── qtips.h ├── qtiptxt.cpp ├── qtiptxt.h ├── qxmpppacketconsle.ui ├── rapidjson ├── allocators.h ├── document.h ├── encodedstream.h ├── encodings.h ├── error │ ├── en.h │ └── error.h ├── filereadstream.h ├── filewritestream.h ├── internal │ ├── biginteger.h │ ├── diyfp.h │ ├── dtoa.h │ ├── ieee754.h │ ├── itoa.h │ ├── meta.h │ ├── pow10.h │ ├── stack.h │ ├── strfunc.h │ ├── strtod.h │ └── swap.h ├── memorybuffer.h ├── memorystream.h ├── msinttypes │ ├── inttypes.h │ └── stdint.h ├── pointer.h ├── prettywriter.h ├── rapidjson.h ├── reader.h ├── stringbuffer.h └── writer.h ├── res.dat ├── res.qrc ├── result-2.dat ├── safe ├── safeping.cpp └── safeping.h ├── screenOper ├── qscreenselector.cpp ├── qscreenselector.h ├── qscreenshort.cpp ├── qscreenshort.h ├── qsinglescreen.cpp └── qsinglescreen.h ├── skin ├── deskicon.cpp ├── deskicon.h ├── framelesswin.cpp ├── framelesswin.h ├── iconbutton.cpp ├── iconbutton.h ├── loginwin.cpp ├── loginwin.h ├── navbutton.cpp ├── navbutton.h ├── shadowdlg.cpp ├── shadowdlg.h ├── tabbutton.cpp └── tabbutton.h ├── softCenter ├── qaddbsapp.cpp ├── qaddbsapp.h ├── qsoftcenter.cpp └── qsoftcenter.h ├── svrset.ini ├── sysMsg ├── qhtmlviewsysmsgpanel.cpp ├── qhtmlviewsysmsgpanel.h ├── qmessagewidgets.cpp ├── qmessagewidgets.h ├── qsysmessagepanel.cpp └── qsysmessagepanel.h ├── taskbar.cpp ├── taskbar.h ├── test ├── qtest.cpp └── qtest.h ├── todo ├── qtodocontent.cpp ├── qtodocontent.h ├── qtodomanager.cpp ├── qtodomanager.h ├── qtodowidget.cpp └── qtodowidget.h ├── ui ├── Icon_find.png ├── Icon_find_high.png ├── MyAppicon.ico ├── alltask.png ├── app.png ├── btn_close_down.png ├── btn_close_highlight.png ├── btn_close_normal.png ├── btn_down.png ├── btn_highlight.png ├── btn_mini_down.png ├── btn_mini_highlight.png ├── btn_mini_normal.png ├── btn_normal.png ├── btn_set_hover.png ├── btn_set_normal.png ├── btn_set_press.png ├── button_login_down.png ├── button_login_hover.png ├── button_login_normal.png ├── chatapp.png ├── computer.png ├── control.png ├── cycle.png ├── db-small.png ├── db.png ├── db2.png ├── desk.ico ├── desk.jpg ├── dn.png ├── done.png ├── flag.png ├── fund.png ├── govment.png ├── head.gif ├── im.png ├── left.png ├── logo-main.png ├── mac-board.png ├── mac-desk.jpg ├── mac.png ├── next-down.png ├── next-high.png ├── next.png ├── notify.png ├── pre-down.png ├── pre-high.png ├── pre.png ├── right.png ├── room.png ├── screens.png ├── setting.png ├── start.png └── todo.png ├── ui_addnotifymsg.h ├── ui_dialog.h ├── ui_maindialog.h ├── uiframe ├── qappiconpanel.cpp ├── qappiconpanel.h ├── qcontrolconsle.cpp ├── qcontrolconsle.h ├── qdocker.cpp ├── qdocker.h ├── qhfscroll.cpp ├── qhfscroll.h ├── qhtmldock.cpp ├── qhtmldock.h ├── qhtmltips.cpp ├── qhtmltips.h ├── qnoframewin.cpp ├── qnoframewin.h ├── qpoptips.cpp ├── qpoptips.h ├── qpurecolorbutton.cpp ├── qpurecolorbutton.h ├── qsimplemode.cpp ├── qsimplemode.h ├── qtransparentwin.cpp └── qtransparentwin.h ├── utils ├── defines.h ├── qapparg.cpp ├── qapparg.h ├── qapputils.cpp ├── qapputils.h ├── qhfwebview.cpp ├── qhfwebview.h ├── qpacketparse.cpp └── qpacketparse.h ├── web-res ├── cook.html ├── dock.html ├── files │ ├── LICENSE.txt │ ├── alllist.txt │ ├── common.txt │ └── xjb.txt ├── img │ ├── app.png │ ├── back.jpg │ ├── bank.png │ ├── btn_close_highlight.png │ ├── btn_close_normal.png │ ├── btn_mini_highlight.png │ ├── btn_mini_normal.png │ ├── certificate.png │ ├── chatapp.png │ ├── db.png │ ├── docker.png │ ├── dtjk.png │ ├── dwzw.png │ ├── gwk.png │ ├── im.ico │ ├── kjzw.png │ ├── logo.png │ ├── mana.png │ ├── menu.png │ ├── refresh.png │ ├── yszx.png │ └── 新建 Microsoft PowerPoint 幻灯片.ppt ├── login.html ├── nav.html ├── res │ ├── jquery-1.11.3.min.js │ ├── jquery-multidownload.js │ ├── jquery.cookie.js │ ├── login.css │ ├── login.js │ ├── test.css │ └── test.js ├── softCenter.html └── test.html └── winFactory ├── qwinfactory.cpp └── qwinfactory.h /.gitignore: -------------------------------------------------------------------------------- 1 | # Compiled Object files 2 | *.slo 3 | *.lo 4 | *.o 5 | *.obj 6 | 7 | # Precompiled Headers 8 | *.gch 9 | *.pch 10 | 11 | # Compiled Dynamic libraries 12 | *.so 13 | *.dylib 14 | *.dll 15 | 16 | # Fortran module files 17 | *.mod 18 | 19 | # Compiled Static libraries 20 | *.lai 21 | *.la 22 | *.a 23 | *.lib 24 | 25 | # Executables 26 | *.exe 27 | *.out 28 | *.app 29 | #Qt 30 | *.user 31 | *.pdb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # QtDeskTop 2 | OS desktop developed by Qt 3 | ==== 4 | 系统界面 5 | ==== 6 | 7 | 系统通知 8 | ==== 9 | 10 | -------------------------------------------------------------------------------- /addnotifymsg.cpp: -------------------------------------------------------------------------------- 1 | #include "addnotifymsg.h" 2 | #include "ui_addnotifymsg.h" 3 | 4 | AddNotifyMsg::AddNotifyMsg(QWidget *parent) : 5 | QDialog(parent), 6 | ui(new Ui::AddNotifyMsg) 7 | { 8 | ui->setupUi(this); 9 | 10 | setWindowTitle(QString::fromLocal8Bit("添加通知")); 11 | 12 | ui->comboBox->addItem(QString::fromLocal8Bit("chen")); 13 | ui->comboBox->addItem(QString::fromLocal8Bit("国库集中支付")); 14 | ui->comboBox->addItem(QString::fromLocal8Bit("县级版")); 15 | 16 | connect(ui->pushButton,SIGNAL(clicked()),this,SLOT(click())); 17 | } 18 | 19 | AddNotifyMsg::~AddNotifyMsg() 20 | { 21 | delete ui; 22 | } 23 | 24 | void AddNotifyMsg::click() 25 | { 26 | m_app = ui->comboBox->currentText(); 27 | accept(); 28 | } 29 | -------------------------------------------------------------------------------- /addnotifymsg.h: -------------------------------------------------------------------------------- 1 | #ifndef ADDNOTIFYMSG_H 2 | #define ADDNOTIFYMSG_H 3 | 4 | #include 5 | 6 | namespace Ui { 7 | class AddNotifyMsg; 8 | } 9 | 10 | class AddNotifyMsg : public QDialog 11 | { 12 | Q_OBJECT 13 | 14 | public: 15 | explicit AddNotifyMsg(QWidget *parent = 0); 16 | ~AddNotifyMsg(); 17 | 18 | QString getTitle() const 19 | { 20 | return m_app; 21 | } 22 | public slots: 23 | void click(); 24 | 25 | private: 26 | Ui::AddNotifyMsg *ui; 27 | 28 | QString m_app; 29 | }; 30 | 31 | #endif // ADDNOTIFYMSG_H 32 | -------------------------------------------------------------------------------- /app-list-json.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/app-list-json.txt -------------------------------------------------------------------------------- /app-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/app-list.txt -------------------------------------------------------------------------------- /app.rc: -------------------------------------------------------------------------------- 1 | IDI_ICON1 ICON DISCARDABLE "main.ico" -------------------------------------------------------------------------------- /app/qaccountmgr.cpp: -------------------------------------------------------------------------------- 1 | #include "qaccountmgr.h" 2 | 3 | #include 4 | 5 | QAccountMgr::QAccountMgr(QWidget *parent) : QDialog(parent) 6 | { 7 | initUI(); 8 | resize(800,600); 9 | setWindowTitle(QString::fromLocal8Bit("账务系统")); 10 | } 11 | void QAccountMgr::reload() 12 | { 13 | m_web->load(QUrl("html/shenhe.html")); 14 | } 15 | 16 | void QAccountMgr::initUI() 17 | { 18 | QWidget *center = new QWidget(this); 19 | QVBoxLayout *vlay = new QVBoxLayout(center); 20 | QVBoxLayout *mainLay = new QVBoxLayout(this); 21 | 22 | vlay->setMargin(0); 23 | mainLay->setMargin(0); 24 | 25 | m_web = new QHFWebView(this); 26 | vlay->addWidget(m_web); 27 | mainLay->addWidget(center); 28 | 29 | m_web->load(QUrl("html/shenhe.html")); 30 | } 31 | -------------------------------------------------------------------------------- /app/qaccountmgr.h: -------------------------------------------------------------------------------- 1 | #ifndef QACCOUNTMGR_H 2 | #define QACCOUNTMGR_H 3 | 4 | #include "utils/qhfwebview.h" 5 | 6 | #include 7 | #include 8 | #include 9 | 10 | class QAccountMgr : public QDialog 11 | { 12 | Q_OBJECT 13 | public: 14 | explicit QAccountMgr(QWidget *parent = 0); 15 | 16 | void reload(); 17 | signals: 18 | 19 | protected: 20 | void initUI(); 21 | public slots: 22 | private: 23 | QHFWebView *m_web; 24 | }; 25 | 26 | #endif // QACCOUNTMGR_H 27 | -------------------------------------------------------------------------------- /app/qshenhe.cpp: -------------------------------------------------------------------------------- 1 | #include "qshenhe.h" 2 | #include "utils/qapputils.h" 3 | #include 4 | 5 | QShenhe::QShenhe(QWidget *parent) : QDialog(parent) 6 | { 7 | initUI(); 8 | int wid,hei; 9 | QAppUtils::ref().getScreenSize(wid,hei); 10 | resize(wid,hei- 100); 11 | } 12 | 13 | QShenhe::~QShenhe() 14 | { 15 | 16 | } 17 | void QShenhe::initUI() 18 | { 19 | QWidget *center = new QWidget(this); 20 | QVBoxLayout *vlay = new QVBoxLayout(center); 21 | QVBoxLayout *mainLay = new QVBoxLayout(this); 22 | 23 | vlay->setMargin(0); 24 | mainLay->setMargin(0); 25 | 26 | m_web = new QHFWebView(this); 27 | vlay->addWidget(m_web); 28 | mainLay->addWidget(center); 29 | 30 | m_web->load(QUrl("html/shenhe.html")); 31 | } 32 | -------------------------------------------------------------------------------- /app/qshenhe.h: -------------------------------------------------------------------------------- 1 | #ifndef QSHENHE_H 2 | #define QSHENHE_H 3 | 4 | #include "utils/qhfwebview.h" 5 | #include 6 | 7 | class QShenhe : public QDialog 8 | { 9 | Q_OBJECT 10 | public: 11 | explicit QShenhe(QWidget *parent = 0); 12 | 13 | ~QShenhe(); 14 | 15 | signals: 16 | 17 | protected: 18 | void initUI(); 19 | public slots: 20 | 21 | private: 22 | QHFWebView *m_web; 23 | }; 24 | 25 | #endif // QSHENHE_H 26 | -------------------------------------------------------------------------------- /app/qtianbao.cpp: -------------------------------------------------------------------------------- 1 | #include "qtianbao.h" 2 | #include "utils/qapputils.h" 3 | 4 | #include 5 | 6 | QTianBao::QTianBao(QWidget *parent) : QDialog(parent) 7 | { 8 | initUI(); 9 | int wid,hei; 10 | QAppUtils::ref().getScreenSize(wid,hei); 11 | resize(wid,hei - 100); 12 | } 13 | 14 | QTianBao::~QTianBao() 15 | { 16 | 17 | } 18 | 19 | 20 | void QTianBao::initUI() 21 | { 22 | QWidget *center = new QWidget(this); 23 | QVBoxLayout *vlay = new QVBoxLayout(center); 24 | QVBoxLayout *mainLay = new QVBoxLayout(this); 25 | 26 | vlay->setMargin(0); 27 | mainLay->setMargin(0); 28 | 29 | m_web = new QHFWebView(this); 30 | vlay->addWidget(m_web); 31 | mainLay->addWidget(center); 32 | 33 | m_web->load(QUrl("html/tianbao.html")); 34 | } 35 | -------------------------------------------------------------------------------- /app/qtianbao.h: -------------------------------------------------------------------------------- 1 | #ifndef QTIANBAO_H 2 | #define QTIANBAO_H 3 | 4 | #include "utils/qhfwebview.h" 5 | 6 | #include 7 | 8 | class QTianBao : public QDialog 9 | { 10 | Q_OBJECT 11 | public: 12 | explicit QTianBao(QWidget *parent = 0); 13 | ~QTianBao(); 14 | 15 | signals: 16 | 17 | protected: 18 | void initUI(); 19 | public slots: 20 | 21 | private: 22 | QHFWebView *m_web; 23 | }; 24 | 25 | #endif // QTIANBAO_H 26 | -------------------------------------------------------------------------------- /doc/动态密码流程图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/doc/动态密码流程图.png -------------------------------------------------------------------------------- /doc/账户.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/doc/账户.jpg -------------------------------------------------------------------------------- /doc/账户系统接入.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/doc/账户系统接入.doc -------------------------------------------------------------------------------- /doc/软件中心.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/doc/软件中心.doc -------------------------------------------------------------------------------- /doc/软件中心.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/doc/软件中心.png -------------------------------------------------------------------------------- /doc/进程间通信.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/doc/进程间通信.doc -------------------------------------------------------------------------------- /html/dock.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/dock.html -------------------------------------------------------------------------------- /html/files/alllist.txt: -------------------------------------------------------------------------------- 1 | { 2 | "播放器":{"version":"1.0","size":10245,"img":"img/chatapp.png","file":"http://localhost:8080/Hello/yang?file=apps/files/播放器.exe"} 3 | } -------------------------------------------------------------------------------- /html/files/alllist2.txt: -------------------------------------------------------------------------------- 1 | { 2 | "即时通信":{"version":"1.0","size":10245,"img":"img/chatapp.png","file":"http://localhost/files/im.exe"}, 3 | "公务卡":{"version":"1.0","size":10245,"img":"img/gwk.png","file":"http://localhost/files/im.exe"}, 4 | "系统管理":{"version":"1.0","size":21761,"img":"img/mana.png","file":"http://localhost/files/im.exe"}, 5 | "会计账务":{"version":"1.0","size":21761,"img":"img/kjzw.png","file":"http://localhost/files/im.exe"}, 6 | "单位账务":{"version":"1.0","size":21761,"img":"img/dwzw.png","file":"http://localhost/files/im.exe"}, 7 | "动态监控":{"version":"1.0","size":21761,"img":"img/dtjk.png","file":"http://localhost/files/im.exe"}, 8 | "预算执行":{"version":"1.0","size":21761,"img":"img/yszx.png","file":"http://localhost/files/im.exe"}, 9 | "银行支付":{"version":"1.0","size":21761,"img":"img/bank.png","file":"http://localhost/files/im.exe"} 10 | } -------------------------------------------------------------------------------- /html/files/apps.json: -------------------------------------------------------------------------------- 1 | { 2 | "播放器":{"version":"1.1","size":10245,"img":"img/chatapp.png","file":"http://localhost:8080/Hello/yang?file=apps/files/播放器.exe"}, 3 | "即时通讯":{"version":"1.0","size":10245,"img":"img/chatapp.png","file":"http://localhost:8080/Hello/yang?file=apps/files/即时通讯.exe"} 4 | } -------------------------------------------------------------------------------- /html/files/common.txt: -------------------------------------------------------------------------------- 1 | { 2 | "即时通讯":{"version":"1.0","size":10245,"img":"img/chatapp.png","file":"http://localhost:8080/Hello/yang?file=apps/files/即时通讯.exe"} 3 | } -------------------------------------------------------------------------------- /html/files/installed.json: -------------------------------------------------------------------------------- 1 | {"播放器":"yes"} -------------------------------------------------------------------------------- /html/files/local.txt: -------------------------------------------------------------------------------- 1 | { 2 | "账户系统":{"version":"1.0","size":10245,"img":"img/chatapp.png","file":"IM_QXmpp.exe"} 3 | "公务卡系统":{"version":"1.0","size":10245,"img":"img/gwk.png","file":"xjb\\all\\GwCard.lnk"}, 4 | "会计账务":{"version":"1.0","size":10245,"img":"img/kjzw.png","file":"xjb\\all\\kjzw.lnk"}, 5 | "预算执行":{"version":"1.0","size":10245,"img":"img/yszx.png","file":"xjb\\all\\yszx.lnk"}, 6 | "即时通信":{"version":"1.0","size":10245,"img":"img/chatapp.png","file":"IM_QXmpp.exe"} 7 | } -------------------------------------------------------------------------------- /html/files/my.txt: -------------------------------------------------------------------------------- 1 | {"播放器":{"file":"播放器/播放器.exe","img":"../播放器/播放器.png","version":"1.1"}} -------------------------------------------------------------------------------- /html/files/xjb.txt: -------------------------------------------------------------------------------- 1 | { 2 | "公务卡":{"version":"1.0","size":10245,"img":"img/gwk.png","file":"http://localhost/files/im.exe"}, 3 | "系统管理":{"version":"1.0","size":21761,"img":"img/mana.png","file":"http://localhost/files/im.exe"}, 4 | "会计账务":{"version":"1.0","size":21761,"img":"img/kjzw.png","file":"http://localhost/files/im.exe"}, 5 | "单位账务":{"version":"1.0","size":21761,"img":"img/dwzw.png","file":"http://localhost/files/im.exe"}, 6 | "动态监控":{"version":"1.0","size":21761,"img":"img/dtjk.png","file":"http://localhost/files/im.exe"}, 7 | "预算执行":{"version":"1.0","size":21761,"img":"img/yszx.png","file":"http://localhost/files/im.exe"}, 8 | "银行支付":{"version":"1.0","size":21761,"img":"img/bank.png","file":"http://localhost/files/im.exe"} 9 | } -------------------------------------------------------------------------------- /html/images/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/calendar.png -------------------------------------------------------------------------------- /html/images/code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/code.png -------------------------------------------------------------------------------- /html/images/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/desktop.png -------------------------------------------------------------------------------- /html/images/dock-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/dock-bg.gif -------------------------------------------------------------------------------- /html/images/dock-bg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/dock-bg2.gif -------------------------------------------------------------------------------- /html/images/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/email.png -------------------------------------------------------------------------------- /html/images/history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/history.png -------------------------------------------------------------------------------- /html/images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/home.png -------------------------------------------------------------------------------- /html/images/ie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/ie.png -------------------------------------------------------------------------------- /html/images/main-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/main-bg.gif -------------------------------------------------------------------------------- /html/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/music.png -------------------------------------------------------------------------------- /html/images/notify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/notify.png -------------------------------------------------------------------------------- /html/images/portfolio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/portfolio.png -------------------------------------------------------------------------------- /html/images/rss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/rss.png -------------------------------------------------------------------------------- /html/images/rss2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/rss2.png -------------------------------------------------------------------------------- /html/images/tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/tools.png -------------------------------------------------------------------------------- /html/images/ui-bg_diagonals-thick_18_b81900_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/ui-bg_diagonals-thick_18_b81900_40x40.png -------------------------------------------------------------------------------- /html/images/ui-bg_diagonals-thick_20_666666_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/ui-bg_diagonals-thick_20_666666_40x40.png -------------------------------------------------------------------------------- /html/images/ui-bg_flat_10_000000_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/ui-bg_flat_10_000000_40x100.png -------------------------------------------------------------------------------- /html/images/ui-bg_glass_100_f6f6f6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/ui-bg_glass_100_f6f6f6_1x400.png -------------------------------------------------------------------------------- /html/images/ui-bg_glass_100_fdf5ce_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/ui-bg_glass_100_fdf5ce_1x400.png -------------------------------------------------------------------------------- /html/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /html/images/ui-bg_gloss-wave_35_f6a828_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/ui-bg_gloss-wave_35_f6a828_500x100.png -------------------------------------------------------------------------------- /html/images/ui-bg_highlight-soft_100_eeeeee_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/ui-bg_highlight-soft_100_eeeeee_1x100.png -------------------------------------------------------------------------------- /html/images/ui-bg_highlight-soft_75_ffe45c_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/ui-bg_highlight-soft_75_ffe45c_1x100.png -------------------------------------------------------------------------------- /html/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /html/images/ui-icons_228ef1_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/ui-icons_228ef1_256x240.png -------------------------------------------------------------------------------- /html/images/ui-icons_ef8c08_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/ui-icons_ef8c08_256x240.png -------------------------------------------------------------------------------- /html/images/ui-icons_ffd27a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/ui-icons_ffd27a_256x240.png -------------------------------------------------------------------------------- /html/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /html/images/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/video.png -------------------------------------------------------------------------------- /html/images/新建 Microsoft PowerPoint 幻灯片.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/images/新建 Microsoft PowerPoint 幻灯片.ppt -------------------------------------------------------------------------------- /html/img/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/add.png -------------------------------------------------------------------------------- /html/img/app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/app.png -------------------------------------------------------------------------------- /html/img/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/arrow.png -------------------------------------------------------------------------------- /html/img/back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/back.jpg -------------------------------------------------------------------------------- /html/img/bank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/bank.png -------------------------------------------------------------------------------- /html/img/btn_close_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/btn_close_highlight.png -------------------------------------------------------------------------------- /html/img/btn_close_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/btn_close_normal.png -------------------------------------------------------------------------------- /html/img/btn_mini_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/btn_mini_highlight.png -------------------------------------------------------------------------------- /html/img/btn_mini_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/btn_mini_normal.png -------------------------------------------------------------------------------- /html/img/certificate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/certificate.png -------------------------------------------------------------------------------- /html/img/chatapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/chatapp.png -------------------------------------------------------------------------------- /html/img/db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/db.png -------------------------------------------------------------------------------- /html/img/docker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/docker.png -------------------------------------------------------------------------------- /html/img/dtjk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/dtjk.png -------------------------------------------------------------------------------- /html/img/dwzw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/dwzw.png -------------------------------------------------------------------------------- /html/img/gwk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/gwk.png -------------------------------------------------------------------------------- /html/img/im.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/im.ico -------------------------------------------------------------------------------- /html/img/intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/intro.png -------------------------------------------------------------------------------- /html/img/kjzw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/kjzw.png -------------------------------------------------------------------------------- /html/img/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/line.png -------------------------------------------------------------------------------- /html/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/logo.png -------------------------------------------------------------------------------- /html/img/mana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/mana.png -------------------------------------------------------------------------------- /html/img/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/menu.png -------------------------------------------------------------------------------- /html/img/numback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/numback.png -------------------------------------------------------------------------------- /html/img/point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/point.png -------------------------------------------------------------------------------- /html/img/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/refresh.png -------------------------------------------------------------------------------- /html/img/yszx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/yszx.png -------------------------------------------------------------------------------- /html/img/新建 Microsoft PowerPoint 幻灯片.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/img/新建 Microsoft PowerPoint 幻灯片.ppt -------------------------------------------------------------------------------- /html/intro.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 公司介绍 6 | 7 | 16 | 17 |
陕西财政数据平台应用中心
18 |
19 |
    20 |
  • 关于我们
  • 21 |
  • 西安后方软件科技有限公司
  • 22 |
23 | 24 | 25 | -------------------------------------------------------------------------------- /html/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/login.html -------------------------------------------------------------------------------- /html/res/hf-jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/hf-jquery.js -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3.zip -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo-mobile/accordion/_content.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AJAX Content 6 | 7 | 8 |

Here is the content loaded via AJAX.

9 |
    10 |
  • easyui is a collection of user-interface plugin based on jQuery.
  • 11 |
  • easyui provides essential functionality for building modern, interactive, javascript applications.
  • 12 |
  • using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
  • 13 |
  • complete framework for HTML5 web page.
  • 14 |
  • easyui save your time and scales while developing your products.
  • 15 |
  • easyui is very easy but powerful.
  • 16 |
17 | 18 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo-mobile/images/login1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/demo-mobile/images/login1.jpg -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo-mobile/images/modem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/demo-mobile/images/modem.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo-mobile/images/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/demo-mobile/images/more.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo-mobile/images/pda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/demo-mobile/images/pda.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo-mobile/images/scanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/demo-mobile/images/scanner.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo-mobile/images/tablet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/demo-mobile/images/tablet.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo-mobile/panel/_content.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AJAX Content 6 | 7 | 8 |

Here is the content loaded via AJAX.

9 |
    10 |
  • easyui is a collection of user-interface plugin based on jQuery.
  • 11 |
  • easyui provides essential functionality for building modern, interactive, javascript applications.
  • 12 |
  • using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
  • 13 |
  • complete framework for HTML5 web page.
  • 14 |
  • easyui save your time and scales while developing your products.
  • 15 |
  • easyui is very easy but powerful.
  • 16 |
17 | 18 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/accordion/_content.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AJAX Content 6 | 7 | 8 |

Here is the content loaded via AJAX.

9 |
    10 |
  • easyui is a collection of user-interface plugin based on jQuery.
  • 11 |
  • easyui provides essential functionality for building modern, interactive, javascript applications.
  • 12 |
  • using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
  • 13 |
  • complete framework for HTML5 web page.
  • 14 |
  • easyui save your time and scales while developing your products.
  • 15 |
  • easyui is very easy but powerful.
  • 16 |
17 | 18 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/calendar/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic Calendar - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic Calendar

14 |

Click to select date.

15 |
16 |
17 | 18 | 19 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/combobox/combobox_data1.json: -------------------------------------------------------------------------------- 1 | [{ 2 | "id":1, 3 | "text":"Java", 4 | "desc":"Write once, run anywhere" 5 | },{ 6 | "id":2, 7 | "text":"C#", 8 | "desc":"One of the programming languages designed for the Common Language Infrastructure" 9 | },{ 10 | "id":3, 11 | "text":"Ruby", 12 | "selected":true, 13 | "desc":"A dynamic, reflective, general-purpose object-oriented programming language" 14 | },{ 15 | "id":4, 16 | "text":"Perl", 17 | "desc":"A high-level, general-purpose, interpreted, dynamic programming language" 18 | },{ 19 | "id":5, 20 | "text":"Basic", 21 | "desc":"A family of general-purpose, high-level programming languages" 22 | }] -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/combobox/group.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Group ComboBox - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Group ComboBox

14 |

This example shows how to display combobox items in groups.

15 |
16 | 17 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/combobox/remotedata.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Binding to Remote Data - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Binding to Remote Data

14 |

The ComboBox is bound to a remote data.

15 |
16 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/combotree/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic ComboTree - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic ComboTree

14 |

Click the right arrow button to show the tree panel.

15 |
16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/combotree/initvalue.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Initialize Value for ComboTree - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Initialize Value for ComboTree

14 |

Initialize Value when ComboTree is created.

15 |
16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/combotree/tree_data1.json: -------------------------------------------------------------------------------- 1 | [{ 2 | "id":1, 3 | "text":"My Documents", 4 | "children":[{ 5 | "id":11, 6 | "text":"Photos", 7 | "state":"closed", 8 | "children":[{ 9 | "id":111, 10 | "text":"Friend" 11 | },{ 12 | "id":112, 13 | "text":"Wife" 14 | },{ 15 | "id":113, 16 | "text":"Company" 17 | }] 18 | },{ 19 | "id":12, 20 | "text":"Program Files", 21 | "children":[{ 22 | "id":121, 23 | "text":"Intel" 24 | },{ 25 | "id":122, 26 | "text":"Java", 27 | "attributes":{ 28 | "p1":"Custom Attribute1", 29 | "p2":"Custom Attribute2" 30 | } 31 | },{ 32 | "id":123, 33 | "text":"Microsoft Office" 34 | },{ 35 | "id":124, 36 | "text":"Games", 37 | "checked":true 38 | }] 39 | },{ 40 | "id":13, 41 | "text":"index.html" 42 | },{ 43 | "id":14, 44 | "text":"about.html" 45 | },{ 46 | "id":15, 47 | "text":"welcome.html" 48 | }] 49 | }] 50 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/datagrid/products.json: -------------------------------------------------------------------------------- 1 | [ 2 | {"productid":"FI-SW-01","productname":"Koi"}, 3 | {"productid":"K9-DL-01","productname":"Dalmation"}, 4 | {"productid":"RP-SN-01","productname":"Rattlesnake"}, 5 | {"productid":"RP-LI-02","productname":"Iguana"}, 6 | {"productid":"FL-DSH-01","productname":"Manx"}, 7 | {"productid":"FL-DLH-02","productname":"Persian"}, 8 | {"productid":"AV-CB-01","productname":"Amazon Parrot"} 9 | ] 10 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/datalist/datalist_data1.json: -------------------------------------------------------------------------------- 1 | [ 2 | {"text":"Epson WorkForce 845","group":"Printer"}, 3 | {"text":"Canon PIXMA MG5320","group":"Printer"}, 4 | {"text":"HP Deskjet 1000 Printer","group":"Printer"}, 5 | {"text":"Cisco RV110W-A-NA-K9","group":"Firewall"}, 6 | {"text":"ZyXEL ZyWALL USG50","group":"Firewall"}, 7 | {"text":"NETGEAR FVS318","group":"Firewall"}, 8 | {"text":"Logitech Keyboard K120","group":"Keyboard"}, 9 | {"text":"Microsoft Natural Ergonomic Keyboard 4000","group":"Keyboard"}, 10 | {"text":"Logitech Wireless Touch Keyboard K400","group":"Keyboard"}, 11 | {"text":"Logitech Gaming Keyboard G110","group":"Keyboard"}, 12 | {"text":"Nikon COOLPIX L26 16.1 MP","group":"Camera"}, 13 | {"text":"Canon PowerShot A1300","group":"Camera"}, 14 | {"text":"Canon PowerShot A2300","group":"Camera"} 15 | 16 | 17 | 18 | ] -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/datalist/group.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Group DataList - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Group DataList

14 |

This example shows how to display items in groups.

15 |
16 |
21 |
22 | 23 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/datalist/remotedata.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Binding to Remote Data - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Binding to Remote Data

14 |

The DataList is bound to a remote data.

15 |
16 |
20 |
21 | 22 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/datebox/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic DateBox - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic DateBox

14 |

Click the calendar image on the right side.

15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/datebox/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid DateBox - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid DateBox

14 |

This example shows how to set the width of DateBox to a percentage of its parent container.

15 |
16 |

width: 50%

17 | 18 |

width: 30%

19 | 20 | 21 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/datetimebox/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic DateTimeBox - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic DateTimeBox

14 |

Click the calendar image on the right side.

15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/datetimebox/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid DateTimeBox - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid DateTimeBox

14 |

This example shows how to set the width of DateTimeBox to a percentage of its parent container.

15 |
16 |

width: 50%

17 | 18 |

width: 30%

19 | 20 | 21 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/datetimebox/initvalue.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Initialize Value for DateTime - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Initialize Value for DateTime

14 |

The value is initialized when DateTimeBox has been created.

15 |
16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/datetimebox/showseconds.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Display Seconds - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Display Seconds

14 |

The user can decide to display seconds part or not.

15 |
16 | Show Seconds: 17 | 18 |
19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/datetimespinner/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic DateTimeSpinner - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic DateTimeSpinner

14 |

Click spin button to adjust date and time.

15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/datetimespinner/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid DateTimeSpinner - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid DateTimeSpinner

14 |

The width of datetimespinner is set in percentages.

15 |
16 |

width: 50%

17 | 18 |

width: 30%

19 | 20 | 21 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/demo.css: -------------------------------------------------------------------------------- 1 | *{ 2 | font-size:12px; 3 | } 4 | body { 5 | font-family:verdana,helvetica,arial,sans-serif; 6 | padding:20px; 7 | font-size:12px; 8 | margin:0; 9 | } 10 | h2 { 11 | font-size:18px; 12 | font-weight:bold; 13 | margin:0; 14 | margin-bottom:15px; 15 | } 16 | .demo-info{ 17 | padding:0 0 12px 0; 18 | } 19 | .demo-tip{ 20 | display:none; 21 | } 22 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/filebox/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid FileBox - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid FileBox

14 |

This example shows how to set the width of FileBox to a percentage of its parent container.

15 |
16 |

width: 50%

17 | 18 |

width: 30%

19 | 20 | 21 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/form/form_data1.json: -------------------------------------------------------------------------------- 1 | { 2 | "name":"easyui", 3 | "email":"easyui@gmail.com", 4 | "subject":"Subject Title", 5 | "message":"Message Content", 6 | "language":"de" 7 | } -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/layout/_content.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AJAX Content 6 | 7 | 8 |

jQuery EasyUI framework help you build your web page easily.

9 |
    10 |
  • easyui is a collection of user-interface plugin based on jQuery.
  • 11 |
  • easyui provides essential functionality for building modern, interactive, javascript applications.
  • 12 |
  • using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
  • 13 |
  • complete framework for HTML5 web page.
  • 14 |
  • easyui save your time and scales while developing your products.
  • 15 |
  • easyui is very easy but powerful.
  • 16 |
17 | 18 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/layout/propertygrid_data1.json: -------------------------------------------------------------------------------- 1 | {"total":7,"rows":[ 2 | {"name":"Name","value":"Bill Smith","group":"ID Settings","editor":"text"}, 3 | {"name":"Address","value":"","group":"ID Settings","editor":"text"}, 4 | {"name":"Age","value":"40","group":"ID Settings","editor":"numberbox"}, 5 | {"name":"Birthday","value":"01/02/2012","group":"ID Settings","editor":"datebox"}, 6 | {"name":"SSN","value":"123-456-7890","group":"ID Settings","editor":"text"}, 7 | {"name":"Email","value":"bill@gmail.com","group":"Marketing Settings","editor":{ 8 | "type":"validatebox", 9 | "options":{ 10 | "validType":"email" 11 | } 12 | }}, 13 | {"name":"FrequentBuyer","value":"false","group":"Marketing Settings","editor":{ 14 | "type":"checkbox", 15 | "options":{ 16 | "on":true, 17 | "off":false 18 | } 19 | }} 20 | ]} -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/layout/tree_data1.json: -------------------------------------------------------------------------------- 1 | [{ 2 | "id":1, 3 | "text":"My Documents", 4 | "children":[{ 5 | "id":11, 6 | "text":"Photos", 7 | "state":"closed", 8 | "children":[{ 9 | "id":111, 10 | "text":"Friend" 11 | },{ 12 | "id":112, 13 | "text":"Wife" 14 | },{ 15 | "id":113, 16 | "text":"Company" 17 | }] 18 | },{ 19 | "id":12, 20 | "text":"Program Files", 21 | "children":[{ 22 | "id":121, 23 | "text":"Intel" 24 | },{ 25 | "id":122, 26 | "text":"Java", 27 | "attributes":{ 28 | "p1":"Custom Attribute1", 29 | "p2":"Custom Attribute2" 30 | } 31 | },{ 32 | "id":123, 33 | "text":"Microsoft Office" 34 | },{ 35 | "id":124, 36 | "text":"Games", 37 | "checked":true 38 | }] 39 | },{ 40 | "id":13, 41 | "text":"index.html" 42 | },{ 43 | "id":14, 44 | "text":"about.html" 45 | },{ 46 | "id":15, 47 | "text":"welcome.html" 48 | }] 49 | }] 50 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/numberspinner/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic NumberSpinner - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic NumberSpinner

14 |

Click spinner button to change value.

15 |
16 | 21 |
22 | Value: 23 |
24 | 25 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/numberspinner/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid NumberSpinner - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid NumberSpinner

14 |

This example shows how to set the width of NumberSpinner to a percentage of its parent container.

15 |
16 |

width: 50%

17 | 18 |

width: 30%

19 | 20 | 21 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/numberspinner/increment.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Increment Number - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Increment Number

14 |

The sample shows how to set the increment step.

15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/numberspinner/range.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Number Range - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Number Range

14 |

The value is constrained to a range between 10 and 100.

15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/pagination/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic Pagination - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic Pagination

14 |

The user can change page number and page size on page bar.

15 |
16 |
17 |
18 |
19 | 20 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/pagination/links.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Pagination Links - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Pagination Links

14 |

The example shows how to customize numbered pagination links.

15 |
16 |
17 |
21 |
22 | 23 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/pagination/simple.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Simplify Pagination - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Simplify Pagination

14 |

The sample shows how to simplify pagination.

15 |
16 |
17 |
23 |
24 | 25 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/panel/_content.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AJAX Content 6 | 7 | 8 |

Here is the content loaded via AJAX.

9 |
    10 |
  • easyui is a collection of user-interface plugin based on jQuery.
  • 11 |
  • easyui provides essential functionality for building modern, interactive, javascript applications.
  • 12 |
  • using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
  • 13 |
  • complete framework for HTML5 web page.
  • 14 |
  • easyui save your time and scales while developing your products.
  • 15 |
  • easyui is very easy but powerful.
  • 16 |
17 | 18 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/panel/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid Panel - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid Panel

14 |

This example shows how to set the width of Panel to a percentage of its parent container.

15 |
16 |
17 |
18 |

The panel has a width of 100%.

19 |

20 | 21 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/propertygrid/propertygrid_data1.json: -------------------------------------------------------------------------------- 1 | {"total":7,"rows":[ 2 | {"name":"Name","value":"Bill Smith","group":"ID Settings","editor":"text"}, 3 | {"name":"Address","value":"","group":"ID Settings","editor":"text"}, 4 | {"name":"Age","value":"40","group":"ID Settings","editor":"numberbox"}, 5 | {"name":"Birthday","value":"01/02/2012","group":"ID Settings","editor":"datebox"}, 6 | {"name":"SSN","value":"123-456-7890","group":"ID Settings","editor":"text"}, 7 | {"name":"Email","value":"bill@gmail.com","group":"Marketing Settings","editor":{ 8 | "type":"validatebox", 9 | "options":{ 10 | "validType":"email" 11 | } 12 | }}, 13 | {"name":"FrequentBuyer","value":"false","group":"Marketing Settings","editor":{ 14 | "type":"checkbox", 15 | "options":{ 16 | "on":true, 17 | "off":false 18 | } 19 | }} 20 | ]} -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/searchbox/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic SearchBox - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic SearchBox

14 |

Click search button or press enter key in input box to do searching.

15 |
16 | 17 | 22 | 23 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/slider/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic Slider - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic Slider

14 |

Drag the slider to change value.

15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/slider/range.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Range Slider - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Range Slider

14 |

This sample shows how to define a range slider.

15 |
16 | 22 | 23 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/slider/rule.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Slider Rule - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Slider Rule

14 |

This sample shows how to define slider rule.

15 |
16 | 20 | 21 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/slider/vertical.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Vertical Slider - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Vertical Slider

14 |

This sample shows how to create a vertical slider.

15 |
16 |
17 | 23 |
24 | 25 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/tabs/_content.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AJAX Content 6 | 7 | 8 |

Here is the content loaded via AJAX.

9 |
    10 |
  • easyui is a collection of user-interface plugin based on jQuery.
  • 11 |
  • easyui provides essential functionality for building modern, interactive, javascript applications.
  • 12 |
  • using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
  • 13 |
  • complete framework for HTML5 web page.
  • 14 |
  • easyui save your time and scales while developing your products.
  • 15 |
  • easyui is very easy but powerful.
  • 16 |
17 | 18 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/tabs/images/modem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/demo/tabs/images/modem.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/tabs/images/pda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/demo/tabs/images/pda.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/tabs/images/scanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/demo/tabs/images/scanner.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/tabs/images/tablet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/demo/tabs/images/tablet.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/tabs/tree_data1.json: -------------------------------------------------------------------------------- 1 | [{ 2 | "id":1, 3 | "text":"My Documents", 4 | "children":[{ 5 | "id":11, 6 | "text":"Photos", 7 | "state":"closed", 8 | "children":[{ 9 | "id":111, 10 | "text":"Friend" 11 | },{ 12 | "id":112, 13 | "text":"Wife" 14 | },{ 15 | "id":113, 16 | "text":"Company" 17 | }] 18 | },{ 19 | "id":12, 20 | "text":"Program Files", 21 | "children":[{ 22 | "id":121, 23 | "text":"Intel" 24 | },{ 25 | "id":122, 26 | "text":"Java", 27 | "attributes":{ 28 | "p1":"Custom Attribute1", 29 | "p2":"Custom Attribute2" 30 | } 31 | },{ 32 | "id":123, 33 | "text":"Microsoft Office" 34 | },{ 35 | "id":124, 36 | "text":"Games", 37 | "checked":true 38 | }] 39 | },{ 40 | "id":13, 41 | "text":"index.html" 42 | },{ 43 | "id":14, 44 | "text":"about.html" 45 | },{ 46 | "id":15, 47 | "text":"welcome.html" 48 | }] 49 | }] 50 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/textbox/multiline.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Multiline TextBox - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Multiline TextBox

14 |

This example shows how to define a textbox for the user to enter multi-line text input.

15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/timespinner/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic TimeSpinner - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic TimeSpinner

14 |

Click spin button to adjust time.

15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/timespinner/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid TimeSpinner - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid TimeSpinner

14 |

This example shows how to set the width of TimeSpinner to a percentage of its parent container.

15 |
16 |

width: 50%

17 | 18 |

width: 30%

19 | 20 | 21 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/timespinner/range.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Time Range - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Time Range

14 |

The time value is constrained in specified range.

15 |
16 | From 08:30 to 18:00 17 |
18 | 19 | 20 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/tooltip/_content.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AJAX Content 6 | 7 | 8 |

Here is the content loaded via AJAX.

9 |
    10 |
  • easyui is a collection of user-interface plugin based on jQuery.
  • 11 |
  • easyui provides essential functionality for building modern, interactive, javascript applications.
  • 12 |
  • using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
  • 13 |
  • complete framework for HTML5 web page.
  • 14 |
  • easyui save your time and scales while developing your products.
  • 15 |
  • easyui is very easy but powerful.
  • 16 |
17 | 18 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/tooltip/_dialog.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Dialog Content 6 | 7 | 8 |
9 |
10 |
User Name:
11 | 12 |
13 |
14 |
Password:
15 | 16 |
17 |
18 | Login 19 | Cancel 20 |
21 |
22 | 23 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/tooltip/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic Tooltip - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic Tooltip

14 |

Hover the links to display tooltip message.

15 |
16 |

The tooltip can use each elements title attribute. 17 | Hover me to display tooltip. 18 |

19 | 20 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/tree/animation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation Tree - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Animation Tree

14 |

Apply 'animate' property to true to enable animation effect.

15 |
16 |
17 |
    18 |
    19 | 20 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/tree/dnd.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Drag Drop Tree Nodes - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

    Drag Drop Tree Nodes

    14 |

    Press mouse down and drag a node to another position.

    15 |
    16 |
    17 |
      18 |
      19 | 20 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/tree/icons.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Tree Node Icons - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

      Tree Node Icons

      14 |

      This sample illustrates how to add icons to tree node.

      15 |
      16 |
      17 |
        18 |
        19 | 20 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/tree/lines.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Tree Lines - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

        Tree Lines

        14 |

        This sample shows how to show tree lines.

        15 |
        16 |
        17 |
          18 |
          19 | 20 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/tree/tree_data1.json: -------------------------------------------------------------------------------- 1 | [{ 2 | "id":1, 3 | "text":"My Documents", 4 | "children":[{ 5 | "id":11, 6 | "text":"Photos", 7 | "state":"closed", 8 | "children":[{ 9 | "id":111, 10 | "text":"Friend" 11 | },{ 12 | "id":112, 13 | "text":"Wife" 14 | },{ 15 | "id":113, 16 | "text":"Company" 17 | }] 18 | },{ 19 | "id":12, 20 | "text":"Program Files", 21 | "children":[{ 22 | "id":121, 23 | "text":"Intel" 24 | },{ 25 | "id":122, 26 | "text":"Java", 27 | "attributes":{ 28 | "p1":"Custom Attribute1", 29 | "p2":"Custom Attribute2" 30 | } 31 | },{ 32 | "id":123, 33 | "text":"Microsoft Office" 34 | },{ 35 | "id":124, 36 | "text":"Games", 37 | "checked":true 38 | }] 39 | },{ 40 | "id":13, 41 | "text":"index.html" 42 | },{ 43 | "id":14, 44 | "text":"about.html" 45 | },{ 46 | "id":15, 47 | "text":"welcome.html" 48 | }] 49 | }] 50 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/demo/treegrid/treegrid_data2.json: -------------------------------------------------------------------------------- 1 | {"total":7,"rows":[ 2 | {"id":1,"name":"All Tasks","begin":"3/4/2010","end":"3/20/2010","progress":60,"iconCls":"icon-ok"}, 3 | {"id":2,"name":"Designing","begin":"3/4/2010","end":"3/10/2010","progress":100,"_parentId":1,"state":"closed"}, 4 | {"id":21,"name":"Database","persons":2,"begin":"3/4/2010","end":"3/6/2010","progress":100,"_parentId":2}, 5 | {"id":22,"name":"UML","persons":1,"begin":"3/7/2010","end":"3/8/2010","progress":100,"_parentId":2}, 6 | {"id":23,"name":"Export Document","persons":1,"begin":"3/9/2010","end":"3/10/2010","progress":100,"_parentId":2}, 7 | {"id":3,"name":"Coding","persons":2,"begin":"3/11/2010","end":"3/18/2010","progress":80}, 8 | {"id":4,"name":"Testing","persons":1,"begin":"3/19/2010","end":"3/20/2010","progress":20} 9 | ],"footer":[ 10 | {"name":"Total Persons:","persons":7,"iconCls":"icon-sum"} 11 | ]} 12 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/readme.txt: -------------------------------------------------------------------------------- 1 | Current Version: 1.4.3 2 | ====================== 3 | This software is allowed to use under GPL or you need to buy commercial license for better support or other purpose. 4 | Please contact us at info@jeasyui.com 5 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group { 3 | font-size: 12px; 4 | padding: 3px; 5 | padding-right: 0px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group { 15 | font-weight: bold; 16 | } 17 | .combobox-item-hover { 18 | background-color: #777; 19 | color: #fff; 20 | } 21 | .combobox-item-selected { 22 | background-color: #0052A3; 23 | color: #fff; 24 | } 25 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | height: 18px; 6 | padding: 2px 5px; 7 | text-align: center; 8 | } 9 | .datebox-button a { 10 | font-size: 12px; 11 | font-weight: bold; 12 | text-decoration: none; 13 | opacity: 0.6; 14 | filter: alpha(opacity=60); 15 | } 16 | .datebox-button a:hover { 17 | opacity: 1.0; 18 | filter: alpha(opacity=100); 19 | } 20 | .datebox-current, 21 | .datebox-close { 22 | float: left; 23 | } 24 | .datebox-close { 25 | float: right; 26 | } 27 | .datebox .combo-arrow { 28 | background-image: url('images/datebox_arrow.png'); 29 | background-position: center center; 30 | } 31 | .datebox-button { 32 | background-color: #555; 33 | } 34 | .datebox-button a { 35 | color: #fff; 36 | } 37 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | padding: 2px 5px; 6 | } 7 | .dialog-tool-separator { 8 | float: left; 9 | height: 24px; 10 | border-left: 1px solid #444; 11 | border-right: 1px solid #777; 12 | margin: 2px 1px; 13 | } 14 | .dialog-button { 15 | padding: 5px; 16 | text-align: right; 17 | } 18 | .dialog-button .l-btn { 19 | margin-left: 5px; 20 | } 21 | .dialog-toolbar, 22 | .dialog-button { 23 | background: #555; 24 | border-width: 1px; 25 | border-style: solid; 26 | } 27 | .dialog-toolbar { 28 | border-color: #000 #000 #222 #000; 29 | } 30 | .dialog-button { 31 | border-color: #222 #000 #000 #000; 32 | } 33 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/black/images/accordion_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/black/images/blank.gif -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/black/images/calendar_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/black/images/combo_arrow.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/black/images/datagrid_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/black/images/datebox_arrow.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/black/images/layout_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/black/images/linkbutton_bg.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/black/images/loading.gif -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/black/images/menu_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/black/images/messager_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/black/images/pagination_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/black/images/panel_tools.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/black/images/searchbox_button.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/black/images/slider_handle.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/black/images/spinner_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/black/images/tabs_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/black/images/tree_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/black/images/validatebox_warning.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/numberbox.css: -------------------------------------------------------------------------------- 1 | .numberbox { 2 | border: 1px solid #000; 3 | margin: 0; 4 | padding: 0 2px; 5 | vertical-align: middle; 6 | } 7 | .textbox { 8 | padding: 0; 9 | } 10 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/progressbar.css: -------------------------------------------------------------------------------- 1 | .progressbar { 2 | border-width: 1px; 3 | border-style: solid; 4 | -moz-border-radius: 5px 5px 5px 5px; 5 | -webkit-border-radius: 5px 5px 5px 5px; 6 | border-radius: 5px 5px 5px 5px; 7 | overflow: hidden; 8 | position: relative; 9 | } 10 | .progressbar-text { 11 | text-align: center; 12 | position: absolute; 13 | } 14 | .progressbar-value { 15 | position: relative; 16 | overflow: hidden; 17 | width: 0; 18 | -moz-border-radius: 5px 0 0 5px; 19 | -webkit-border-radius: 5px 0 0 5px; 20 | border-radius: 5px 0 0 5px; 21 | } 22 | .progressbar { 23 | border-color: #000; 24 | } 25 | .progressbar-text { 26 | color: #fff; 27 | font-size: 12px; 28 | } 29 | .progressbar-value .progressbar-text { 30 | background-color: #0052A3; 31 | color: #fff; 32 | } 33 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/propertygrid.css: -------------------------------------------------------------------------------- 1 | .propertygrid .datagrid-view1 .datagrid-body td { 2 | padding-bottom: 1px; 3 | border-width: 0 1px 0 0; 4 | } 5 | .propertygrid .datagrid-group { 6 | height: 21px; 7 | overflow: hidden; 8 | border-width: 0 0 1px 0; 9 | border-style: solid; 10 | } 11 | .propertygrid .datagrid-group span { 12 | font-weight: bold; 13 | } 14 | .propertygrid .datagrid-view1 .datagrid-body td { 15 | border-color: #222; 16 | } 17 | .propertygrid .datagrid-view1 .datagrid-group { 18 | border-color: #3d3d3d; 19 | } 20 | .propertygrid .datagrid-view2 .datagrid-group { 21 | border-color: #222; 22 | } 23 | .propertygrid .datagrid-group, 24 | .propertygrid .datagrid-view1 .datagrid-body, 25 | .propertygrid .datagrid-view1 .datagrid-row-over, 26 | .propertygrid .datagrid-view1 .datagrid-row-selected { 27 | background: #3d3d3d; 28 | } 29 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #cccccc; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/black/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group { 3 | font-size: 12px; 4 | padding: 3px; 5 | padding-right: 0px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group { 15 | font-weight: bold; 16 | } 17 | .combobox-item-hover { 18 | background-color: #e6e6e6; 19 | color: #00438a; 20 | } 21 | .combobox-item-selected { 22 | background-color: #0081c2; 23 | color: #fff; 24 | } 25 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | height: 18px; 6 | padding: 2px 5px; 7 | text-align: center; 8 | } 9 | .datebox-button a { 10 | font-size: 12px; 11 | font-weight: bold; 12 | text-decoration: none; 13 | opacity: 0.6; 14 | filter: alpha(opacity=60); 15 | } 16 | .datebox-button a:hover { 17 | opacity: 1.0; 18 | filter: alpha(opacity=100); 19 | } 20 | .datebox-current, 21 | .datebox-close { 22 | float: left; 23 | } 24 | .datebox-close { 25 | float: right; 26 | } 27 | .datebox .combo-arrow { 28 | background-image: url('images/datebox_arrow.png'); 29 | background-position: center center; 30 | } 31 | .datebox-button { 32 | background-color: #F5F5F5; 33 | } 34 | .datebox-button a { 35 | color: #444; 36 | } 37 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | padding: 2px 5px; 6 | } 7 | .dialog-tool-separator { 8 | float: left; 9 | height: 24px; 10 | border-left: 1px solid #ccc; 11 | border-right: 1px solid #fff; 12 | margin: 2px 1px; 13 | } 14 | .dialog-button { 15 | padding: 5px; 16 | text-align: right; 17 | } 18 | .dialog-button .l-btn { 19 | margin-left: 5px; 20 | } 21 | .dialog-toolbar, 22 | .dialog-button { 23 | background: #F5F5F5; 24 | border-width: 1px; 25 | border-style: solid; 26 | } 27 | .dialog-toolbar { 28 | border-color: #D4D4D4 #D4D4D4 #e6e6e6 #D4D4D4; 29 | } 30 | .dialog-button { 31 | border-color: #e6e6e6 #D4D4D4 #D4D4D4 #D4D4D4; 32 | } 33 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/bootstrap/images/accordion_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/bootstrap/images/blank.gif -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/bootstrap/images/calendar_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/bootstrap/images/combo_arrow.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/bootstrap/images/datagrid_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/bootstrap/images/datebox_arrow.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/bootstrap/images/layout_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/bootstrap/images/linkbutton_bg.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/bootstrap/images/loading.gif -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/bootstrap/images/menu_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/bootstrap/images/messager_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/bootstrap/images/pagination_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/bootstrap/images/panel_tools.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/bootstrap/images/searchbox_button.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/bootstrap/images/slider_handle.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/bootstrap/images/spinner_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/bootstrap/images/tabs_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/bootstrap/images/tree_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/bootstrap/images/validatebox_warning.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/numberbox.css: -------------------------------------------------------------------------------- 1 | .numberbox { 2 | border: 1px solid #D4D4D4; 3 | margin: 0; 4 | padding: 0 2px; 5 | vertical-align: middle; 6 | } 7 | .textbox { 8 | padding: 0; 9 | } 10 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/progressbar.css: -------------------------------------------------------------------------------- 1 | .progressbar { 2 | border-width: 1px; 3 | border-style: solid; 4 | -moz-border-radius: 5px 5px 5px 5px; 5 | -webkit-border-radius: 5px 5px 5px 5px; 6 | border-radius: 5px 5px 5px 5px; 7 | overflow: hidden; 8 | position: relative; 9 | } 10 | .progressbar-text { 11 | text-align: center; 12 | position: absolute; 13 | } 14 | .progressbar-value { 15 | position: relative; 16 | overflow: hidden; 17 | width: 0; 18 | -moz-border-radius: 5px 0 0 5px; 19 | -webkit-border-radius: 5px 0 0 5px; 20 | border-radius: 5px 0 0 5px; 21 | } 22 | .progressbar { 23 | border-color: #D4D4D4; 24 | } 25 | .progressbar-text { 26 | color: #333; 27 | font-size: 12px; 28 | } 29 | .progressbar-value .progressbar-text { 30 | background-color: #0081c2; 31 | color: #fff; 32 | } 33 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/propertygrid.css: -------------------------------------------------------------------------------- 1 | .propertygrid .datagrid-view1 .datagrid-body td { 2 | padding-bottom: 1px; 3 | border-width: 0 1px 0 0; 4 | } 5 | .propertygrid .datagrid-group { 6 | height: 21px; 7 | overflow: hidden; 8 | border-width: 0 0 1px 0; 9 | border-style: solid; 10 | } 11 | .propertygrid .datagrid-group span { 12 | font-weight: bold; 13 | } 14 | .propertygrid .datagrid-view1 .datagrid-body td { 15 | border-color: #e6e6e6; 16 | } 17 | .propertygrid .datagrid-view1 .datagrid-group { 18 | border-color: #F2F2F2; 19 | } 20 | .propertygrid .datagrid-view2 .datagrid-group { 21 | border-color: #e6e6e6; 22 | } 23 | .propertygrid .datagrid-group, 24 | .propertygrid .datagrid-view1 .datagrid-body, 25 | .propertygrid .datagrid-view1 .datagrid-row-over, 26 | .propertygrid .datagrid-view1 .datagrid-row-selected { 27 | background: #F2F2F2; 28 | } 29 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #bbb; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/bootstrap/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group { 3 | font-size: 12px; 4 | padding: 3px; 5 | padding-right: 0px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group { 15 | font-weight: bold; 16 | } 17 | .combobox-item-hover { 18 | background-color: #eaf2ff; 19 | color: #000000; 20 | } 21 | .combobox-item-selected { 22 | background-color: #ffe48d; 23 | color: #000000; 24 | } 25 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | height: 18px; 6 | padding: 2px 5px; 7 | text-align: center; 8 | } 9 | .datebox-button a { 10 | font-size: 12px; 11 | font-weight: bold; 12 | text-decoration: none; 13 | opacity: 0.6; 14 | filter: alpha(opacity=60); 15 | } 16 | .datebox-button a:hover { 17 | opacity: 1.0; 18 | filter: alpha(opacity=100); 19 | } 20 | .datebox-current, 21 | .datebox-close { 22 | float: left; 23 | } 24 | .datebox-close { 25 | float: right; 26 | } 27 | .datebox .combo-arrow { 28 | background-image: url('images/datebox_arrow.png'); 29 | background-position: center center; 30 | } 31 | .datebox-button { 32 | background-color: #F4F4F4; 33 | } 34 | .datebox-button a { 35 | color: #444; 36 | } 37 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | padding: 2px 5px; 6 | } 7 | .dialog-tool-separator { 8 | float: left; 9 | height: 24px; 10 | border-left: 1px solid #ccc; 11 | border-right: 1px solid #fff; 12 | margin: 2px 1px; 13 | } 14 | .dialog-button { 15 | padding: 5px; 16 | text-align: right; 17 | } 18 | .dialog-button .l-btn { 19 | margin-left: 5px; 20 | } 21 | .dialog-toolbar, 22 | .dialog-button { 23 | background: #F4F4F4; 24 | border-width: 1px; 25 | border-style: solid; 26 | } 27 | .dialog-toolbar { 28 | border-color: #95B8E7 #95B8E7 #dddddd #95B8E7; 29 | } 30 | .dialog-button { 31 | border-color: #dddddd #95B8E7 #95B8E7 #95B8E7; 32 | } 33 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/default/images/accordion_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/default/images/blank.gif -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/default/images/calendar_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/default/images/combo_arrow.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/default/images/datagrid_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/default/images/datebox_arrow.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/default/images/layout_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/default/images/linkbutton_bg.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/default/images/loading.gif -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/default/images/menu_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/default/images/messager_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/default/images/pagination_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/default/images/panel_tools.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/default/images/searchbox_button.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/default/images/slider_handle.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/default/images/spinner_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/default/images/tabs_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/default/images/tree_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/default/images/validatebox_warning.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/numberbox.css: -------------------------------------------------------------------------------- 1 | .numberbox { 2 | border: 1px solid #95B8E7; 3 | margin: 0; 4 | padding: 0 2px; 5 | vertical-align: middle; 6 | } 7 | .textbox { 8 | padding: 0; 9 | } 10 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/progressbar.css: -------------------------------------------------------------------------------- 1 | .progressbar { 2 | border-width: 1px; 3 | border-style: solid; 4 | -moz-border-radius: 5px 5px 5px 5px; 5 | -webkit-border-radius: 5px 5px 5px 5px; 6 | border-radius: 5px 5px 5px 5px; 7 | overflow: hidden; 8 | position: relative; 9 | } 10 | .progressbar-text { 11 | text-align: center; 12 | position: absolute; 13 | } 14 | .progressbar-value { 15 | position: relative; 16 | overflow: hidden; 17 | width: 0; 18 | -moz-border-radius: 5px 0 0 5px; 19 | -webkit-border-radius: 5px 0 0 5px; 20 | border-radius: 5px 0 0 5px; 21 | } 22 | .progressbar { 23 | border-color: #95B8E7; 24 | } 25 | .progressbar-text { 26 | color: #000000; 27 | font-size: 12px; 28 | } 29 | .progressbar-value .progressbar-text { 30 | background-color: #ffe48d; 31 | color: #000000; 32 | } 33 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/propertygrid.css: -------------------------------------------------------------------------------- 1 | .propertygrid .datagrid-view1 .datagrid-body td { 2 | padding-bottom: 1px; 3 | border-width: 0 1px 0 0; 4 | } 5 | .propertygrid .datagrid-group { 6 | height: 21px; 7 | overflow: hidden; 8 | border-width: 0 0 1px 0; 9 | border-style: solid; 10 | } 11 | .propertygrid .datagrid-group span { 12 | font-weight: bold; 13 | } 14 | .propertygrid .datagrid-view1 .datagrid-body td { 15 | border-color: #dddddd; 16 | } 17 | .propertygrid .datagrid-view1 .datagrid-group { 18 | border-color: #E0ECFF; 19 | } 20 | .propertygrid .datagrid-view2 .datagrid-group { 21 | border-color: #dddddd; 22 | } 23 | .propertygrid .datagrid-group, 24 | .propertygrid .datagrid-view1 .datagrid-body, 25 | .propertygrid .datagrid-view1 .datagrid-row-over, 26 | .propertygrid .datagrid-view1 .datagrid-row-selected { 27 | background: #E0ECFF; 28 | } 29 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #aac5e7; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/default/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group { 3 | font-size: 12px; 4 | padding: 3px; 5 | padding-right: 0px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group { 15 | font-weight: bold; 16 | } 17 | .combobox-item-hover { 18 | background-color: #e2e2e2; 19 | color: #000000; 20 | } 21 | .combobox-item-selected { 22 | background-color: #0092DC; 23 | color: #fff; 24 | } 25 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | height: 18px; 6 | padding: 2px 5px; 7 | text-align: center; 8 | } 9 | .datebox-button a { 10 | font-size: 12px; 11 | font-weight: bold; 12 | text-decoration: none; 13 | opacity: 0.6; 14 | filter: alpha(opacity=60); 15 | } 16 | .datebox-button a:hover { 17 | opacity: 1.0; 18 | filter: alpha(opacity=100); 19 | } 20 | .datebox-current, 21 | .datebox-close { 22 | float: left; 23 | } 24 | .datebox-close { 25 | float: right; 26 | } 27 | .datebox .combo-arrow { 28 | background-image: url('images/datebox_arrow.png'); 29 | background-position: center center; 30 | } 31 | .datebox-button { 32 | background-color: #fafafa; 33 | } 34 | .datebox-button a { 35 | color: #444; 36 | } 37 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | padding: 2px 5px; 6 | } 7 | .dialog-tool-separator { 8 | float: left; 9 | height: 24px; 10 | border-left: 1px solid #ccc; 11 | border-right: 1px solid #fff; 12 | margin: 2px 1px; 13 | } 14 | .dialog-button { 15 | padding: 5px; 16 | text-align: right; 17 | } 18 | .dialog-button .l-btn { 19 | margin-left: 5px; 20 | } 21 | .dialog-toolbar, 22 | .dialog-button { 23 | background: #fafafa; 24 | border-width: 1px; 25 | border-style: solid; 26 | } 27 | .dialog-toolbar { 28 | border-color: #D3D3D3 #D3D3D3 #ddd #D3D3D3; 29 | } 30 | .dialog-button { 31 | border-color: #ddd #D3D3D3 #D3D3D3 #D3D3D3; 32 | } 33 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/gray/images/accordion_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/gray/images/blank.gif -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/gray/images/calendar_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/gray/images/combo_arrow.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/gray/images/datagrid_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/gray/images/datebox_arrow.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/gray/images/layout_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/gray/images/linkbutton_bg.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/gray/images/loading.gif -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/gray/images/menu_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/gray/images/messager_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/gray/images/pagination_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/gray/images/panel_tools.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/gray/images/searchbox_button.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/gray/images/slider_handle.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/gray/images/spinner_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/gray/images/tabs_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/gray/images/tree_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/gray/images/validatebox_warning.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/numberbox.css: -------------------------------------------------------------------------------- 1 | .numberbox { 2 | border: 1px solid #D3D3D3; 3 | margin: 0; 4 | padding: 0 2px; 5 | vertical-align: middle; 6 | } 7 | .textbox { 8 | padding: 0; 9 | } 10 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/progressbar.css: -------------------------------------------------------------------------------- 1 | .progressbar { 2 | border-width: 1px; 3 | border-style: solid; 4 | -moz-border-radius: 5px 5px 5px 5px; 5 | -webkit-border-radius: 5px 5px 5px 5px; 6 | border-radius: 5px 5px 5px 5px; 7 | overflow: hidden; 8 | position: relative; 9 | } 10 | .progressbar-text { 11 | text-align: center; 12 | position: absolute; 13 | } 14 | .progressbar-value { 15 | position: relative; 16 | overflow: hidden; 17 | width: 0; 18 | -moz-border-radius: 5px 0 0 5px; 19 | -webkit-border-radius: 5px 0 0 5px; 20 | border-radius: 5px 0 0 5px; 21 | } 22 | .progressbar { 23 | border-color: #D3D3D3; 24 | } 25 | .progressbar-text { 26 | color: #000000; 27 | font-size: 12px; 28 | } 29 | .progressbar-value .progressbar-text { 30 | background-color: #0092DC; 31 | color: #fff; 32 | } 33 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/propertygrid.css: -------------------------------------------------------------------------------- 1 | .propertygrid .datagrid-view1 .datagrid-body td { 2 | padding-bottom: 1px; 3 | border-width: 0 1px 0 0; 4 | } 5 | .propertygrid .datagrid-group { 6 | height: 21px; 7 | overflow: hidden; 8 | border-width: 0 0 1px 0; 9 | border-style: solid; 10 | } 11 | .propertygrid .datagrid-group span { 12 | font-weight: bold; 13 | } 14 | .propertygrid .datagrid-view1 .datagrid-body td { 15 | border-color: #ddd; 16 | } 17 | .propertygrid .datagrid-view1 .datagrid-group { 18 | border-color: #f3f3f3; 19 | } 20 | .propertygrid .datagrid-view2 .datagrid-group { 21 | border-color: #ddd; 22 | } 23 | .propertygrid .datagrid-group, 24 | .propertygrid .datagrid-view1 .datagrid-body, 25 | .propertygrid .datagrid-view1 .datagrid-row-over, 26 | .propertygrid .datagrid-view1 .datagrid-row-selected { 27 | background: #f3f3f3; 28 | } 29 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #bfbfbf; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/gray/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/back.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/blank.gif -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/cancel.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/clear.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/cut.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/edit_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/edit_add.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/edit_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/edit_remove.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/filesave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/filesave.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/filter.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/help.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/large_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/large_chart.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/large_clipart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/large_clipart.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/large_picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/large_picture.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/large_shapes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/large_shapes.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/large_smartart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/large_smartart.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/lock.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/man.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/mini_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/mini_add.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/mini_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/mini_edit.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/mini_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/mini_refresh.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/more.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/no.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/ok.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/pencil.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/print.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/redo.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/reload.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/search.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/sum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/sum.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/tip.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/icons/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/icons/undo.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group { 3 | font-size: 12px; 4 | padding: 3px; 5 | padding-right: 0px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group { 15 | font-weight: bold; 16 | } 17 | .combobox-item-hover { 18 | background-color: #E6E6E6; 19 | color: #444; 20 | } 21 | .combobox-item-selected { 22 | background-color: #CCE6FF; 23 | color: #000; 24 | } 25 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | height: 18px; 6 | padding: 2px 5px; 7 | text-align: center; 8 | } 9 | .datebox-button a { 10 | font-size: 12px; 11 | font-weight: bold; 12 | text-decoration: none; 13 | opacity: 0.6; 14 | filter: alpha(opacity=60); 15 | } 16 | .datebox-button a:hover { 17 | opacity: 1.0; 18 | filter: alpha(opacity=100); 19 | } 20 | .datebox-current, 21 | .datebox-close { 22 | float: left; 23 | } 24 | .datebox-close { 25 | float: right; 26 | } 27 | .datebox .combo-arrow { 28 | background-image: url('images/datebox_arrow.png'); 29 | background-position: center center; 30 | } 31 | .datebox-button { 32 | background-color: #fff; 33 | } 34 | .datebox-button a { 35 | color: #777; 36 | } 37 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | padding: 2px 5px; 6 | } 7 | .dialog-tool-separator { 8 | float: left; 9 | height: 24px; 10 | border-left: 1px solid #ddd; 11 | border-right: 1px solid #fff; 12 | margin: 2px 1px; 13 | } 14 | .dialog-button { 15 | padding: 5px; 16 | text-align: right; 17 | } 18 | .dialog-button .l-btn { 19 | margin-left: 5px; 20 | } 21 | .dialog-toolbar, 22 | .dialog-button { 23 | background: #fff; 24 | border-width: 1px; 25 | border-style: solid; 26 | } 27 | .dialog-toolbar { 28 | border-color: #ddd #ddd #ddd #ddd; 29 | } 30 | .dialog-button { 31 | border-color: #ddd #ddd #ddd #ddd; 32 | } 33 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/metro/images/accordion_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/metro/images/blank.gif -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/metro/images/calendar_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/metro/images/combo_arrow.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/metro/images/datagrid_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/metro/images/datebox_arrow.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/metro/images/layout_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/metro/images/linkbutton_bg.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/metro/images/loading.gif -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/metro/images/menu_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/metro/images/messager_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/metro/images/pagination_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/metro/images/panel_tools.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/metro/images/searchbox_button.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/metro/images/slider_handle.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/metro/images/spinner_arrows.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/metro/images/tabs_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/metro/images/tree_icons.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/jquery-easyui-1.4.3/themes/metro/images/validatebox_warning.png -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/numberbox.css: -------------------------------------------------------------------------------- 1 | .numberbox { 2 | border: 1px solid #ddd; 3 | margin: 0; 4 | padding: 0 2px; 5 | vertical-align: middle; 6 | } 7 | .textbox { 8 | padding: 0; 9 | } 10 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/progressbar.css: -------------------------------------------------------------------------------- 1 | .progressbar { 2 | border-width: 1px; 3 | border-style: solid; 4 | -moz-border-radius: 0px 0px 0px 0px; 5 | -webkit-border-radius: 0px 0px 0px 0px; 6 | border-radius: 0px 0px 0px 0px; 7 | overflow: hidden; 8 | position: relative; 9 | } 10 | .progressbar-text { 11 | text-align: center; 12 | position: absolute; 13 | } 14 | .progressbar-value { 15 | position: relative; 16 | overflow: hidden; 17 | width: 0; 18 | -moz-border-radius: 0px 0 0 0px; 19 | -webkit-border-radius: 0px 0 0 0px; 20 | border-radius: 0px 0 0 0px; 21 | } 22 | .progressbar { 23 | border-color: #ddd; 24 | } 25 | .progressbar-text { 26 | color: #444; 27 | font-size: 12px; 28 | } 29 | .progressbar-value .progressbar-text { 30 | background-color: #CCE6FF; 31 | color: #000; 32 | } 33 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/propertygrid.css: -------------------------------------------------------------------------------- 1 | .propertygrid .datagrid-view1 .datagrid-body td { 2 | padding-bottom: 1px; 3 | border-width: 0 1px 0 0; 4 | } 5 | .propertygrid .datagrid-group { 6 | height: 21px; 7 | overflow: hidden; 8 | border-width: 0 0 1px 0; 9 | border-style: solid; 10 | } 11 | .propertygrid .datagrid-group span { 12 | font-weight: bold; 13 | } 14 | .propertygrid .datagrid-view1 .datagrid-body td { 15 | border-color: #ddd; 16 | } 17 | .propertygrid .datagrid-view1 .datagrid-group { 18 | border-color: #ffffff; 19 | } 20 | .propertygrid .datagrid-view2 .datagrid-group { 21 | border-color: #ddd; 22 | } 23 | .propertygrid .datagrid-group, 24 | .propertygrid .datagrid-view1 .datagrid-body, 25 | .propertygrid .datagrid-view1 .datagrid-row-over, 26 | .propertygrid .datagrid-view1 .datagrid-row-selected { 27 | background: #ffffff; 28 | } 29 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #b3b3b3; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /html/res/jquery-easyui-1.4.3/themes/metro/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /html/res/jquery.leanModal.min.js: -------------------------------------------------------------------------------- 1 | // leanModal v1.0 by Ray Stone - http://finelysliced.com.au 2 | (function($){$.fn.extend({leanModal:function(_1){var _2={top:100,overlay:0.5};_1=$.extend(_2,_1);return this.each(function(){var o=_1;$(this).click(function(e){var _3=$("
          ");var _4=$(this).attr("href");$("body").append(_3);$("#lean_overlay").click(function(){_5(_4);});var _6=$(_4).outerHeight();var _7=$(_4).outerWidth();$("#lean_overlay").css({"display":"block",opacity:0});$("#lean_overlay").fadeTo(200,o.overlay);$(_4).css({"display":"block","position":"fixed",opacity:0,"z-index":11000,"left":50+"%","margin-left":-(_7/2)+"px","top":o.top+"px"});$(_4).fadeTo(200,1);e.preventDefault();});});function _5(_8){$("#lean_overlay").fadeOut(200);$(_8).css({"display":"none"});};}});})(jQuery); 3 | // Downloads By http://down.liehuo.net -------------------------------------------------------------------------------- /html/res/login.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/login.css -------------------------------------------------------------------------------- /html/res/login.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/login.js -------------------------------------------------------------------------------- /html/res/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/res/test.js -------------------------------------------------------------------------------- /html/softCenter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/softCenter.html -------------------------------------------------------------------------------- /html/tasksManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/html/tasksManager.html -------------------------------------------------------------------------------- /http/qhttpdownload.h: -------------------------------------------------------------------------------- 1 | #ifndef QHTTPDOWNLOAD_H 2 | #define QHTTPDOWNLOAD_H 3 | 4 | #include 5 | #include 6 | #include 7 | #include 8 | 9 | class QHttpDownLoad : public QObject 10 | { 11 | Q_OBJECT 12 | public: 13 | explicit QHttpDownLoad(QObject *parent = 0); 14 | void downloadFile(QString url); 15 | public slots: 16 | void finished(); 17 | void readyRead(); 18 | void error(QNetworkReply::NetworkError); 19 | private: 20 | QNetworkAccessManager *m_nam; 21 | QString m_fname; 22 | QFile *m_file; 23 | QNetworkReply *m_reply; 24 | bool m_error; 25 | }; 26 | 27 | #endif // QHTTPDOWNLOAD_H 28 | -------------------------------------------------------------------------------- /ipc/qipcmemory.h: -------------------------------------------------------------------------------- 1 | #ifndef QIPCMEMORY_H 2 | #define QIPCMEMORY_H 3 | 4 | #include 5 | #include 6 | #include 7 | 8 | class QIPCMemory : public QObject 9 | { 10 | Q_OBJECT 11 | public: 12 | enum Mode{MdRead,MdWrite,MdReadWrite}; 13 | explicit QIPCMemory(QObject *parent = 0,QString name = ""); 14 | ~QIPCMemory(); 15 | 16 | void Write(const QString &data); 17 | QString Read(); 18 | signals: 19 | 20 | public slots: 21 | private: 22 | QString m_name; 23 | QSharedMemory *m_mem; 24 | int m_mode; 25 | }; 26 | 27 | #endif // QIPCMEMORY_H 28 | -------------------------------------------------------------------------------- /jsCore/qtipswidget.cpp: -------------------------------------------------------------------------------- 1 | #include "qtipswidget.h" 2 | #include "maindialog.h" 3 | 4 | #include 5 | #include 6 | 7 | QTipsWidget::QTipsWidget(QWidget *parent) : QDialog(parent) 8 | { 9 | initUI(); 10 | resize(600,400); 11 | setWindowFlags( Qt::FramelessWindowHint); 12 | 13 | } 14 | 15 | void QTipsWidget::initUI() 16 | { 17 | QWidget *center = new QWidget(this); 18 | QVBoxLayout *vlay = new QVBoxLayout(center); 19 | m_web = new QHFWebView(center); 20 | vlay ->setMargin(0); 21 | vlay->addWidget(m_web); 22 | QVBoxLayout *mainLay = new QVBoxLayout(this); 23 | mainLay->setMargin(0); 24 | mainLay->addWidget(center); 25 | m_web->load(QUrl("html/tips.html")); 26 | } 27 | void QTipsWidget::execJS(const QString &js) 28 | { 29 | m_web->page()->mainFrame()->evaluateJavaScript(js); 30 | } 31 | -------------------------------------------------------------------------------- /jsCore/qtipswidget.h: -------------------------------------------------------------------------------- 1 | #ifndef QTIPSWIDGET_H 2 | #define QTIPSWIDGET_H 3 | 4 | #include "utils/qhfwebview.h" 5 | 6 | #include 7 | #include 8 | 9 | class QTipsWidget : public QDialog 10 | { 11 | Q_OBJECT 12 | public: 13 | explicit QTipsWidget(QWidget *parent = 0); 14 | void execJS(const QString &js); 15 | ~QTipsWidget(){} 16 | signals: 17 | 18 | protected: 19 | void initUI(); 20 | public slots: 21 | 22 | private: 23 | QHFWebView *m_web; 24 | }; 25 | 26 | #endif // QTIPSWIDGET_H 27 | -------------------------------------------------------------------------------- /login/qxmpppacketconsle.h: -------------------------------------------------------------------------------- 1 | #ifndef QXMPPPACKETCONSLE_H 2 | #define QXMPPPACKETCONSLE_H 3 | 4 | #include "QXmppLogger.h" 5 | 6 | #include 7 | #include 8 | 9 | #define MAX_MESSAGE_SHOW 10240 10 | 11 | namespace Ui { 12 | class QXmppPacketConsle; 13 | } 14 | 15 | class QXmppPacketConsle : public QDialog 16 | { 17 | Q_OBJECT 18 | 19 | public: 20 | explicit QXmppPacketConsle(QWidget *parent = 0); 21 | 22 | ~QXmppPacketConsle(); 23 | void closeEvent(QCloseEvent*); 24 | void returnPressed(); 25 | 26 | public slots: 27 | void logMessage(QXmppLogger::MessageType,QString); 28 | protected: 29 | void saveHistory(); 30 | private: 31 | Ui::QXmppPacketConsle *ui; 32 | }; 33 | 34 | #endif // QXMPPPACKETCONSLE_H 35 | -------------------------------------------------------------------------------- /login/session.cpp: -------------------------------------------------------------------------------- 1 | #include "session.h" 2 | 3 | Session::Session(QObject *parent) : 4 | QObject(parent) 5 | { 6 | } 7 | 8 | Session* Session::m_instance = NULL; 9 | 10 | Session* Session::Instance() 11 | { 12 | if (m_instance == NULL) 13 | m_instance = new Session(); 14 | return m_instance; 15 | } 16 | 17 | Session::~Session() 18 | { 19 | if (m_instance) 20 | delete m_instance; 21 | m_instance = NULL; 22 | } 23 | -------------------------------------------------------------------------------- /loginwithsafe.h: -------------------------------------------------------------------------------- 1 | #ifndef LOGINWITHSAFE_H 2 | #define LOGINWITHSAFE_H 3 | 4 | #include 5 | #include 6 | 7 | 8 | #include "skin/framelesswin.h" 9 | #include "skin/iconbutton.h" 10 | #include "safe/safeping.h" 11 | 12 | class LoginWithSafe : public FramelessWin 13 | { 14 | Q_OBJECT 15 | public: 16 | explicit LoginWithSafe(QWidget *parent = 0); 17 | 18 | void SetSafePing(SafePing *ping) { m_ping = ping;} 19 | QWidget *initTop(); 20 | 21 | void timerEvent(QTimerEvent *); 22 | 23 | void SetupUI() {} 24 | 25 | 26 | signals: 27 | void LoginSafe(); 28 | void LoginWithInfo(QString jid,QString pwd); 29 | public slots: 30 | void okClick(); 31 | void readyRead(); 32 | 33 | private: 34 | SafePing *m_ping; 35 | 36 | }; 37 | 38 | #endif // LOGINWITHSAFE_H 39 | -------------------------------------------------------------------------------- /lua/appset.lua: -------------------------------------------------------------------------------- 1 | --XMPP服务器的虚拟主机名 2 | servername="hostname" 3 | --XMPP服务器IP地址,无DNS时需要手工设置 4 | --serverip="127.0.0.1" 5 | --文件下载的服务器地址 6 | --downIP="127.0.0.1" 7 | --XMPP服务器端口 8 | --xmpp_port=5222 9 | --服务列表 10 | srvlist='{"西安":"10.185.64.17","咸阳":"10.89.57.152","win-86k694khk26":"127.0.0.1"}' 11 | -------------------------------------------------------------------------------- /main.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/main.ico -------------------------------------------------------------------------------- /pictures/1-login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/pictures/1-login.png -------------------------------------------------------------------------------- /pictures/2-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/pictures/2-desktop.png -------------------------------------------------------------------------------- /pictures/3-desktopwithnotify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/pictures/3-desktopwithnotify.png -------------------------------------------------------------------------------- /pictures/4-viewURL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/pictures/4-viewURL.png -------------------------------------------------------------------------------- /pictures/5-base-switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/pictures/5-base-switch.png -------------------------------------------------------------------------------- /plat_panel: -------------------------------------------------------------------------------- 1 | [General] 2 | Hello=D:/install.exe 3 | SafeThrough.exe=F:/XMPP/IM1.2/SafeThrough.exe 4 | %U901A%U884C%U8BC1=F:/XMPP/IM1.2/SafeThrough.exe 5 | %U5E73%U53F0%U5DE5%U5177=F:/XMPP/IM1.2/PlatFromManager.exe 6 | IM_QXmpp.exe=F:/XMPP/IM1.2/IM_QXmpp.exe 7 | SendSystemMsg.exe=F:/XMPP/IM1.2/SendSystemMsg.exe 8 | -------------------------------------------------------------------------------- /qaddapplication.h: -------------------------------------------------------------------------------- 1 | #ifndef QADDAPPLICATION_H 2 | #define QADDAPPLICATION_H 3 | 4 | #include 5 | 6 | #include 7 | #include 8 | 9 | #include "skin/iconbutton.h" 10 | #include "skin/framelesswin.h" 11 | 12 | 13 | 14 | class QAddApplication : public FramelessWin 15 | { 16 | Q_OBJECT 17 | public: 18 | explicit QAddApplication(QWidget *parent = 0); 19 | 20 | 21 | QString m_app; 22 | QString m_name; 23 | 24 | QPixmap &getPixmap() 25 | { 26 | return m_pixmap; 27 | } 28 | 29 | signals: 30 | 31 | public slots: 32 | void slot_find(); 33 | void slot_ok(); 34 | private: 35 | void SetupUI(); 36 | 37 | QLabel *m_lb_pic; 38 | QLineEdit *m_line_path; 39 | QLineEdit *m_line_name; 40 | IconButton *m_btn_ok; 41 | QPixmap m_pixmap; 42 | 43 | 44 | }; 45 | 46 | #endif // QADDAPPLICATION_H 47 | -------------------------------------------------------------------------------- /qproperty.h: -------------------------------------------------------------------------------- 1 | #ifndef QPROPERTY_H 2 | #define QPROPERTY_H 3 | 4 | #include 5 | #include 6 | 7 | 8 | #include "skin/framelesswin.h" 9 | #include "skin/iconbutton.h" 10 | 11 | class QProperty : public FramelessWin 12 | { 13 | Q_OBJECT 14 | public: 15 | explicit QProperty(QWidget *parent = 0); 16 | 17 | void SetupUI(); 18 | 19 | QString m_desktop_style; 20 | 21 | //根据图片路径构建设置壁纸的style表达式 22 | static QString deskStyleFromPath(QString picpath); 23 | 24 | signals: 25 | 26 | void signal_change(QString); 27 | public slots: 28 | 29 | void slot_click(); 30 | 31 | private: 32 | QLabel *m_lb_pic; 33 | 34 | 35 | }; 36 | 37 | #endif // QPROPERTY_H 38 | -------------------------------------------------------------------------------- /qtiptxt.h: -------------------------------------------------------------------------------- 1 | #ifndef QTIPTXT_H 2 | #define QTIPTXT_H 3 | 4 | #include 5 | #include 6 | 7 | class QTipTxt : public QWidget 8 | { 9 | Q_OBJECT 10 | public: 11 | explicit QTipTxt(QWidget *parent = 0); 12 | ~QTipTxt() 13 | { 14 | 15 | } 16 | 17 | void setupUi(); 18 | 19 | void setText(QString txt); 20 | void setIcon(QString iconpath); 21 | 22 | 23 | 24 | signals: 25 | 26 | public slots: 27 | 28 | protected: 29 | void paintEvent(QPaintEvent *evt); 30 | 31 | void enterEvent(QEvent *evt); 32 | void leaveEvent(QEvent *evt); 33 | private: 34 | 35 | QLabel *_lb_ico; 36 | QLabel *_lb_txt; 37 | QString _txt; 38 | bool _benter; 39 | }; 40 | 41 | #endif // QTIPTXT_H 42 | -------------------------------------------------------------------------------- /res.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/res.dat -------------------------------------------------------------------------------- /safe/safeping.h: -------------------------------------------------------------------------------- 1 | #ifndef SAFEPING_H 2 | #define SAFEPING_H 3 | 4 | #include 5 | #include 6 | 7 | class SafePing : public QObject 8 | { 9 | Q_OBJECT 10 | public: 11 | explicit SafePing(QObject *parent = 0); 12 | 13 | QString Ping(QString &jid,QString &pwd); 14 | bool ConnectToHost(); 15 | void Close() { m_sock->close();} 16 | signals: 17 | 18 | 19 | public slots: 20 | 21 | void safe_connected(); 22 | public: 23 | QTcpSocket *m_sock; 24 | 25 | }; 26 | 27 | #endif // SAFEPING_H 28 | -------------------------------------------------------------------------------- /screenOper/qscreenselector.h: -------------------------------------------------------------------------------- 1 | #ifndef QSCREENSELECTOR_H 2 | #define QSCREENSELECTOR_H 3 | 4 | #include 5 | 6 | 7 | class QScreenSelector : public QWidget 8 | { 9 | Q_OBJECT 10 | public: 11 | explicit QScreenSelector(QWidget *parent = 0); 12 | signals: 13 | 14 | private: 15 | void initUI(); 16 | 17 | void paintEvent(QPaintEvent *); 18 | public slots: 19 | void slot_selectDesk(QString); 20 | 21 | void slot_showall(QString); 22 | void slot_showtodo(QString); 23 | void slot_showdone(QString); 24 | 25 | }; 26 | 27 | #endif // QSCREENSELECTOR_H 28 | -------------------------------------------------------------------------------- /screenOper/qsinglescreen.cpp: -------------------------------------------------------------------------------- 1 | #include "qsinglescreen.h" 2 | 3 | QSingleScreen::QSingleScreen(QWidget *parent) : QWidget(parent) 4 | { 5 | 6 | } 7 | 8 | void QSingleScreen::initUI() 9 | { 10 | } 11 | -------------------------------------------------------------------------------- /screenOper/qsinglescreen.h: -------------------------------------------------------------------------------- 1 | #ifndef QSINGLESCREEN_H 2 | #define QSINGLESCREEN_H 3 | 4 | #include 5 | 6 | class QSingleScreen : public QWidget 7 | { 8 | Q_OBJECT 9 | public: 10 | explicit QSingleScreen(QWidget *parent = 0); 11 | 12 | ~QSingleScreen(){} 13 | 14 | private: 15 | void initUI(); 16 | 17 | signals: 18 | 19 | public slots: 20 | private: 21 | QImage m_img; 22 | }; 23 | 24 | #endif // QSINGLESCREEN_H 25 | -------------------------------------------------------------------------------- /skin/loginwin.h: -------------------------------------------------------------------------------- 1 | #ifndef LOGINWIN_H 2 | #define LOGINWIN_H 3 | 4 | #include 5 | #include 6 | #include 7 | 8 | 9 | #include "shadowdlg.h" 10 | 11 | class LoginWin : public ShadowDlg 12 | { 13 | Q_OBJECT 14 | public: 15 | explicit LoginWin(QWidget *parent = 0); 16 | 17 | private: 18 | QWidget *initTopSkin(); 19 | QHBoxLayout *initMiddle(); 20 | 21 | QLineEdit *m_edit_user; 22 | QLineEdit *m_edit_pwd; 23 | 24 | signals: 25 | 26 | public slots: 27 | 28 | }; 29 | 30 | #endif // LOGINWIN_H 31 | -------------------------------------------------------------------------------- /skin/shadowdlg.h: -------------------------------------------------------------------------------- 1 | #ifndef SHADOWDLG_H 2 | #define SHADOWDLG_H 3 | 4 | #include 5 | #include 6 | #include 7 | 8 | class ShadowDlg : public QDialog 9 | { 10 | Q_OBJECT 11 | public: 12 | explicit ShadowDlg(QWidget *parent = 0); 13 | 14 | //重载标准组件的鼠标事件 15 | void mousePressEvent(QMouseEvent *event); 16 | void mouseReleaseEvent(QMouseEvent *event); 17 | void mouseMoveEvent(QMouseEvent *event); 18 | void paintEvent(QPaintEvent *event); 19 | 20 | signals: 21 | 22 | public slots: 23 | 24 | private: 25 | QPoint m_movePoint; 26 | bool m_pressed; 27 | 28 | 29 | }; 30 | 31 | #endif // SHADOWDLG_H 32 | -------------------------------------------------------------------------------- /skin/tabbutton.h: -------------------------------------------------------------------------------- 1 | #ifndef TABBUTTON_H 2 | #define TABBUTTON_H 3 | 4 | #include 5 | 6 | 7 | class IconButton; 8 | 9 | class TabButton : public QWidget 10 | { 11 | Q_OBJECT 12 | public: 13 | explicit TabButton(QWidget *parent = 0); 14 | 15 | void SetButtonText( QString txt ); 16 | 17 | 18 | void setButtonDown(bool b); 19 | 20 | void enterEvent(QEvent *evt); 21 | void leaveEvent(QEvent *evt); 22 | 23 | void SetCloseIcon( QString icon ); 24 | void NoFocus(); 25 | void SetFocus(); 26 | 27 | signals: 28 | void tabButtonClick_sig(QString); 29 | void tabCloseClick_sig(QString); 30 | 31 | 32 | public slots: 33 | void tabButtonClick_slot(QString); 34 | void tabCloseClick(); 35 | 36 | private: 37 | IconButton *m_btn; 38 | IconButton *m_closebtn; 39 | 40 | }; 41 | 42 | #endif // TABBUTTON_H 43 | -------------------------------------------------------------------------------- /softCenter/qaddbsapp.h: -------------------------------------------------------------------------------- 1 | #ifndef QADDBSAPP_H 2 | #define QADDBSAPP_H 3 | 4 | #include "utils/qhfwebview.h" 5 | 6 | #include 7 | 8 | class QAddBSApp : public QWidget 9 | { 10 | Q_OBJECT 11 | public: 12 | explicit QAddBSApp(QWidget *parent = 0); 13 | ~QAddBSApp(){} 14 | 15 | 16 | protected: 17 | void initUI(); 18 | signals: 19 | 20 | public slots: 21 | void addObject(); 22 | 23 | void okClick(); 24 | private: 25 | QHFWebView *m_web; 26 | 27 | }; 28 | 29 | #endif // QADDBSAPP_H 30 | -------------------------------------------------------------------------------- /svrset.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/svrset.ini -------------------------------------------------------------------------------- /sysMsg/qhtmlviewsysmsgpanel.h: -------------------------------------------------------------------------------- 1 | #ifndef QHTMLVIEWSYSMSGPANEL_H 2 | #define QHTMLVIEWSYSMSGPANEL_H 3 | 4 | #include "utils/qhfwebview.h" 5 | 6 | #include 7 | 8 | class QHtmlViewSysMsgPanel : public QWidget 9 | { 10 | Q_OBJECT 11 | public: 12 | explicit QHtmlViewSysMsgPanel(QWidget *parent = 0); 13 | 14 | ~QHtmlViewSysMsgPanel(); 15 | 16 | 17 | signals: 18 | 19 | public slots: 20 | void addObject(); 21 | void addMessage( QString title, QString msg); 22 | void anim_Show(); 23 | void anim_Hide(); 24 | 25 | protected: 26 | void initUI(); 27 | private: 28 | QHFWebView *m_web; 29 | }; 30 | 31 | #endif // QHTMLVIEWSYSMSGPANEL_H 32 | -------------------------------------------------------------------------------- /sysMsg/qmessagewidgets.h: -------------------------------------------------------------------------------- 1 | #ifndef QMESSAGEWIDGETS_H 2 | #define QMESSAGEWIDGETS_H 3 | 4 | 5 | #include 6 | #include 7 | 8 | #include "uiframe/qnoframewin.h" 9 | 10 | class QMessageWidgets : public QNoFrameWin 11 | { 12 | Q_OBJECT 13 | public: 14 | explicit QMessageWidgets(QWidget *parent = 0); 15 | ~QMessageWidgets(){} 16 | 17 | /** 18 | * @brief initUI 19 | * 创建界面UI 20 | */ 21 | void initUI(); 22 | 23 | /** 24 | * @brief setMessage 25 | * 设置消息内容 26 | */ 27 | void setMessage(const QString&); 28 | 29 | private: 30 | /** 31 | * @brief mouseMoveEvent 32 | * 覆盖鼠标移动事件 33 | */ 34 | void mouseMoveEvent(QMouseEvent *); 35 | signals: 36 | 37 | public slots: 38 | private: 39 | QLabel *m_lbmsg; 40 | 41 | }; 42 | 43 | #endif // QMESSAGEWIDGETS_H 44 | -------------------------------------------------------------------------------- /taskbar.cpp: -------------------------------------------------------------------------------- 1 | #include "taskbar.h" 2 | 3 | #include 4 | #include 5 | #include 6 | 7 | TaskBar::TaskBar(QWidget *parent) : 8 | QWidget(parent) 9 | { 10 | //setAttribute(Qt::WA_TranslucentBackground,true); 11 | // setStyleSheet("background-color: rgb(255, 237, 246);"); 12 | setWindowFlags(Qt::FramelessWindowHint); 13 | } 14 | 15 | void TaskBar::paintEvent(QPaintEvent *evt) 16 | { 17 | QPainter painter(this); 18 | QStyleOption op; 19 | 20 | op.init(this); 21 | style()->drawPrimitive(QStyle::PE_Widget,&op,&painter,this); 22 | painter.fillRect(rect(),QColor(25, 25, 25)); 23 | } 24 | -------------------------------------------------------------------------------- /taskbar.h: -------------------------------------------------------------------------------- 1 | #ifndef TASKBAR_H 2 | #define TASKBAR_H 3 | 4 | #include 5 | 6 | class TaskBar : public QWidget 7 | { 8 | Q_OBJECT 9 | public: 10 | explicit TaskBar(QWidget *parent = 0); 11 | 12 | private: 13 | void paintEvent(QPaintEvent *evt); 14 | signals: 15 | 16 | public slots: 17 | 18 | }; 19 | 20 | #endif // TASKBAR_H 21 | -------------------------------------------------------------------------------- /test/qtest.cpp: -------------------------------------------------------------------------------- 1 | #include "qtest.h" 2 | #include "utils/qapputils.h" 3 | 4 | QTest::QTest(QObject *parent) : QObject(parent) 5 | { 6 | 7 | } 8 | 9 | void QTest::run(QWidget *wid) 10 | { 11 | int width,hei; 12 | QAppUtils::ref().getScreenSize(width,hei); 13 | 14 | //wid->resize(width/3,hei); 15 | wid->show(); 16 | _tofree.push_back(wid); 17 | } 18 | 19 | QTest::~QTest() 20 | { 21 | QVector::iterator it = _tofree.begin(); 22 | 23 | while ( it != _tofree.end()) 24 | { 25 | delete *it; 26 | ++it; 27 | } 28 | _tofree.clear(); 29 | } 30 | -------------------------------------------------------------------------------- /test/qtest.h: -------------------------------------------------------------------------------- 1 | #ifndef QTEST_H 2 | #define QTEST_H 3 | 4 | #include 5 | 6 | #include 7 | 8 | #include "sysMsg/qsysmessagepanel.h" 9 | #include "uiframe/qnoframewin.h" 10 | 11 | #include 12 | 13 | class QTest : public QObject 14 | { 15 | Q_OBJECT 16 | public: 17 | explicit QTest(QObject *parent = 0); 18 | 19 | ~QTest(); 20 | 21 | void run(QWidget *wid); 22 | 23 | signals: 24 | 25 | public slots: 26 | 27 | private: 28 | QVector _tofree; 29 | }; 30 | 31 | #endif // QTEST_H 32 | -------------------------------------------------------------------------------- /todo/qtodowidget.h: -------------------------------------------------------------------------------- 1 | #ifndef QTODOWIDGET_H 2 | #define QTODOWIDGET_H 3 | 4 | #include "uiframe/qpurecolorbutton.h" 5 | 6 | #include 7 | #include 8 | 9 | class QToDoWidget : public QPureColorButton 10 | { 11 | Q_OBJECT 12 | public: 13 | explicit QToDoWidget(QWidget *parent = 0); 14 | ~QToDoWidget() {} 15 | 16 | protected: 17 | void mousePressEvent(QMouseEvent*); 18 | void mouseMoveEvent(QMouseEvent*); 19 | void mouseReleaseEvent(QMouseEvent*); 20 | void resizeEvent(QResizeEvent*); 21 | void enterEvent(QEvent*); 22 | 23 | signals: 24 | 25 | public slots: 26 | private: 27 | bool m_pressed; 28 | QPoint m_pressPoint; 29 | 30 | }; 31 | 32 | #endif // QTODOWIDGET_H 33 | -------------------------------------------------------------------------------- /ui/Icon_find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/Icon_find.png -------------------------------------------------------------------------------- /ui/Icon_find_high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/Icon_find_high.png -------------------------------------------------------------------------------- /ui/MyAppicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/MyAppicon.ico -------------------------------------------------------------------------------- /ui/alltask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/alltask.png -------------------------------------------------------------------------------- /ui/app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/app.png -------------------------------------------------------------------------------- /ui/btn_close_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/btn_close_down.png -------------------------------------------------------------------------------- /ui/btn_close_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/btn_close_highlight.png -------------------------------------------------------------------------------- /ui/btn_close_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/btn_close_normal.png -------------------------------------------------------------------------------- /ui/btn_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/btn_down.png -------------------------------------------------------------------------------- /ui/btn_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/btn_highlight.png -------------------------------------------------------------------------------- /ui/btn_mini_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/btn_mini_down.png -------------------------------------------------------------------------------- /ui/btn_mini_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/btn_mini_highlight.png -------------------------------------------------------------------------------- /ui/btn_mini_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/btn_mini_normal.png -------------------------------------------------------------------------------- /ui/btn_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/btn_normal.png -------------------------------------------------------------------------------- /ui/btn_set_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/btn_set_hover.png -------------------------------------------------------------------------------- /ui/btn_set_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/btn_set_normal.png -------------------------------------------------------------------------------- /ui/btn_set_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/btn_set_press.png -------------------------------------------------------------------------------- /ui/button_login_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/button_login_down.png -------------------------------------------------------------------------------- /ui/button_login_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/button_login_hover.png -------------------------------------------------------------------------------- /ui/button_login_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/button_login_normal.png -------------------------------------------------------------------------------- /ui/chatapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/chatapp.png -------------------------------------------------------------------------------- /ui/computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/computer.png -------------------------------------------------------------------------------- /ui/control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/control.png -------------------------------------------------------------------------------- /ui/cycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/cycle.png -------------------------------------------------------------------------------- /ui/db-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/db-small.png -------------------------------------------------------------------------------- /ui/db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/db.png -------------------------------------------------------------------------------- /ui/db2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/db2.png -------------------------------------------------------------------------------- /ui/desk.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/desk.ico -------------------------------------------------------------------------------- /ui/desk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/desk.jpg -------------------------------------------------------------------------------- /ui/dn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/dn.png -------------------------------------------------------------------------------- /ui/done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/done.png -------------------------------------------------------------------------------- /ui/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/flag.png -------------------------------------------------------------------------------- /ui/fund.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/fund.png -------------------------------------------------------------------------------- /ui/govment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/govment.png -------------------------------------------------------------------------------- /ui/head.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/head.gif -------------------------------------------------------------------------------- /ui/im.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/im.png -------------------------------------------------------------------------------- /ui/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/left.png -------------------------------------------------------------------------------- /ui/logo-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/logo-main.png -------------------------------------------------------------------------------- /ui/mac-board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/mac-board.png -------------------------------------------------------------------------------- /ui/mac-desk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/mac-desk.jpg -------------------------------------------------------------------------------- /ui/mac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/mac.png -------------------------------------------------------------------------------- /ui/next-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/next-down.png -------------------------------------------------------------------------------- /ui/next-high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/next-high.png -------------------------------------------------------------------------------- /ui/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/next.png -------------------------------------------------------------------------------- /ui/notify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/notify.png -------------------------------------------------------------------------------- /ui/pre-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/pre-down.png -------------------------------------------------------------------------------- /ui/pre-high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/pre-high.png -------------------------------------------------------------------------------- /ui/pre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/pre.png -------------------------------------------------------------------------------- /ui/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/right.png -------------------------------------------------------------------------------- /ui/room.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/room.png -------------------------------------------------------------------------------- /ui/screens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/screens.png -------------------------------------------------------------------------------- /ui/setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/setting.png -------------------------------------------------------------------------------- /ui/start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/start.png -------------------------------------------------------------------------------- /ui/todo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/ui/todo.png -------------------------------------------------------------------------------- /uiframe/qcontrolconsle.cpp: -------------------------------------------------------------------------------- 1 | #include "qcontrolconsle.h" 2 | 3 | QControlConsle::QControlConsle(QWidget *parent) : QWidget(parent) 4 | { 5 | 6 | } 7 | 8 | -------------------------------------------------------------------------------- /uiframe/qcontrolconsle.h: -------------------------------------------------------------------------------- 1 | #ifndef QCONTROLCONSLE_H 2 | #define QCONTROLCONSLE_H 3 | 4 | #include 5 | 6 | class QControlConsle : public QWidget 7 | { 8 | Q_OBJECT 9 | public: 10 | explicit QControlConsle(QWidget *parent = 0); 11 | 12 | signals: 13 | 14 | public slots: 15 | }; 16 | 17 | #endif // QCONTROLCONSLE_H 18 | -------------------------------------------------------------------------------- /uiframe/qdocker.h: -------------------------------------------------------------------------------- 1 | #ifndef QDOCKER_H 2 | #define QDOCKER_H 3 | 4 | #include 5 | #include 6 | class QDocker : public QWidget 7 | { 8 | Q_OBJECT 9 | public: 10 | explicit QDocker(QWidget *parent = 0); 11 | ~QDocker(){} 12 | 13 | void addApp(QPixmap &pix,QString &title, QString &path); 14 | void addApp(QString &path, QString &title); 15 | signals: 16 | 17 | public slots: 18 | 19 | protected: 20 | void initUI(); 21 | void paintEvent(QPaintEvent *evt); 22 | 23 | void mousePressEvent(QMouseEvent *evt); 24 | 25 | void mouseReleaseEvent(QMouseEvent *evt); 26 | 27 | void mouseMoveEvent(QMouseEvent *evt); 28 | private: 29 | QWebView *m_web; 30 | bool m_pressed; 31 | QPoint m_movePoint; 32 | int m_appCount; 33 | }; 34 | 35 | #endif // QDOCKER_H 36 | -------------------------------------------------------------------------------- /uiframe/qhfscroll.cpp: -------------------------------------------------------------------------------- 1 | #include "qhfscroll.h" 2 | 3 | #include 4 | #include 5 | #include 6 | 7 | QHFScroll::QHFScroll(QWidget *parent) : QScrollArea(parent) 8 | { 9 | // setAttribute(Qt::WA_TranslucentBackground); 10 | // setStyleSheet("QScrollArea {background-color:transparent;}"); 11 | // viewport()->setStyleSheet("{background-color:transparent;}"); 12 | } 13 | 14 | 15 | void QHFScroll::paintEvent(QPaintEvent *evt) 16 | { 17 | Q_UNUSED(evt); 18 | 19 | QPainter p(this); 20 | QStyleOption op; 21 | 22 | op.init(this); 23 | 24 | style()->drawPrimitive(QStyle::PE_Widget,&op,&p,this); 25 | 26 | p.fillRect(rect(),QColor(100,200,50,50)); 27 | 28 | } 29 | -------------------------------------------------------------------------------- /uiframe/qhfscroll.h: -------------------------------------------------------------------------------- 1 | #ifndef QHFSCROLL_H 2 | #define QHFSCROLL_H 3 | 4 | #include 5 | #include 6 | 7 | class QHFScroll : public QScrollArea 8 | { 9 | Q_OBJECT 10 | public: 11 | explicit QHFScroll(QWidget *parent = 0); 12 | 13 | signals: 14 | 15 | protected: 16 | void paintEvent(QPaintEvent *evt); 17 | public slots: 18 | }; 19 | 20 | #endif // QHFSCROLL_H 21 | -------------------------------------------------------------------------------- /uiframe/qhtmldock.h: -------------------------------------------------------------------------------- 1 | #ifndef QHTMLDOCK_H 2 | #define QHTMLDOCK_H 3 | 4 | 5 | #include "utils/qhfwebview.h" 6 | 7 | #include 8 | #include 9 | 10 | 11 | /** 12 | * @brief The QHtmlDock class 13 | * 使用HTML语言构建的DOCK 14 | */ 15 | class QHtmlDock : public QWidget 16 | { 17 | Q_OBJECT 18 | public: 19 | explicit QHtmlDock(QWidget *parent = 0); 20 | 21 | protected: 22 | void initUI(); 23 | void paintEvent(QPaintEvent *); 24 | 25 | 26 | void mousePressEvent(QMouseEvent *evt); 27 | 28 | void mouseReleaseEvent(QMouseEvent *evt); 29 | 30 | void mouseMoveEvent(QMouseEvent *evt); 31 | signals: 32 | 33 | public slots: 34 | 35 | private: 36 | QHFWebView *m_web; 37 | 38 | bool m_pressed; 39 | QPoint m_movePoint; 40 | int m_appCount; 41 | }; 42 | 43 | #endif // QHTMLDOCK_H 44 | -------------------------------------------------------------------------------- /uiframe/qhtmltips.cpp: -------------------------------------------------------------------------------- 1 | #include "qhtmltips.h" 2 | #include 3 | 4 | QHtmlTips::QHtmlTips(QWidget *parent) : QWidget(parent) 5 | { 6 | initUI(); 7 | resize(400,300); 8 | } 9 | 10 | void QHtmlTips::initUI() 11 | { 12 | QVBoxLayout *vlay = new QVBoxLayout(this); 13 | m_web = new QHFWebView(this); 14 | m_web->load(QUrl("html/canvas.html")); 15 | vlay->addWidget(m_web); 16 | } 17 | -------------------------------------------------------------------------------- /uiframe/qhtmltips.h: -------------------------------------------------------------------------------- 1 | #ifndef QHTMLTIPS_H 2 | #define QHTMLTIPS_H 3 | 4 | #include "utils/qhfwebview.h" 5 | 6 | #include 7 | 8 | class QHtmlTips : public QWidget 9 | { 10 | Q_OBJECT 11 | public: 12 | explicit QHtmlTips(QWidget *parent = 0); 13 | 14 | protected: 15 | void initUI(); 16 | signals: 17 | 18 | public slots: 19 | 20 | private: 21 | QHFWebView *m_web; 22 | }; 23 | 24 | #endif // QHTMLTIPS_H 25 | -------------------------------------------------------------------------------- /uiframe/qpoptips.cpp: -------------------------------------------------------------------------------- 1 | #include "qpoptips.h" 2 | #include 3 | 4 | QPopTips::QPopTips(QWidget *parent) : QDialog(parent) 5 | { 6 | initUI(); 7 | } 8 | 9 | QPopTips::~QPopTips() 10 | { 11 | 12 | } 13 | void QPopTips::setTips(const QString &usr, const QString &etti, const QString &data) 14 | { 15 | 16 | } 17 | 18 | void QPopTips::initUI() 19 | { 20 | QVBoxLayout *vlay = new QVBoxLayout(this); 21 | 22 | m_web = new QHFWebView(this); 23 | vlay->setContentsMargins(0,0,0,0); 24 | vlay->addWidget(m_web); 25 | } 26 | -------------------------------------------------------------------------------- /uiframe/qpoptips.h: -------------------------------------------------------------------------------- 1 | #ifndef QPOPTIPS_H 2 | #define QPOPTIPS_H 3 | 4 | #include "utils/qhfwebview.h" 5 | 6 | #include 7 | 8 | class QPopTips : public QDialog 9 | { 10 | Q_OBJECT 11 | public: 12 | explicit QPopTips(QWidget *parent = 0); 13 | void setTips(const QString &usr, const QString &etti, const QString &data); 14 | ~QPopTips(); 15 | protected: 16 | void initUI(); 17 | signals: 18 | 19 | public slots: 20 | 21 | private: 22 | QHFWebView *m_web; 23 | }; 24 | 25 | #endif // QPOPTIPS_H 26 | -------------------------------------------------------------------------------- /uiframe/qsimplemode.h: -------------------------------------------------------------------------------- 1 | #ifndef QSIMPLEMODE_H 2 | #define QSIMPLEMODE_H 3 | 4 | 5 | #include "utils/qhfwebview.h" 6 | 7 | #include 8 | #include 9 | #include 10 | #include 11 | 12 | 13 | class QSimpleMode : public QWidget 14 | { 15 | Q_OBJECT 16 | public: 17 | explicit QSimpleMode(QWidget *parent = 0); 18 | void runJS(const QString &js); 19 | 20 | private: 21 | void initUI(); 22 | signals: 23 | 24 | protected: 25 | void contextMenuEvent(QContextMenuEvent *evt); 26 | void paintEvent(QPaintEvent *); 27 | public slots: 28 | void addObject(); 29 | 30 | 31 | QStringList invoke(); 32 | QStringList getAllCanDoList(); 33 | QString get(QString sql); 34 | void returnToAll(); 35 | private: 36 | QHFWebView *web; 37 | 38 | }; 39 | 40 | #endif // QSIMPLEMODE_H 41 | -------------------------------------------------------------------------------- /uiframe/qtransparentwin.cpp: -------------------------------------------------------------------------------- 1 | #include "qtransparentwin.h" 2 | 3 | QTransparentWin::QTransparentWin(QWidget *parent) : QWidget(parent) 4 | { 5 | setWindowFlags(Qt::FramelessWindowHint); 6 | setAttribute(Qt::WA_TranslucentBackground); 7 | } 8 | 9 | -------------------------------------------------------------------------------- /uiframe/qtransparentwin.h: -------------------------------------------------------------------------------- 1 | #ifndef QTRANSPARENTWIN_H 2 | #define QTRANSPARENTWIN_H 3 | 4 | #include 5 | 6 | class QTransparentWin : public QWidget 7 | { 8 | Q_OBJECT 9 | public: 10 | explicit QTransparentWin(QWidget *parent = 0); 11 | ~QTransparentWin() {} 12 | 13 | signals: 14 | 15 | public slots: 16 | }; 17 | 18 | #endif // QTRANSPARENTWIN_H 19 | -------------------------------------------------------------------------------- /utils/qapparg.cpp: -------------------------------------------------------------------------------- 1 | #include "qapparg.h" 2 | 3 | QAppArg::QAppArg(QObject *parent) : QObject(parent) 4 | { 5 | 6 | } 7 | 8 | -------------------------------------------------------------------------------- /utils/qapparg.h: -------------------------------------------------------------------------------- 1 | #ifndef QAPPARG_H 2 | #define QAPPARG_H 3 | 4 | #include 5 | #include 6 | 7 | class QAppArg : public QObject 8 | { 9 | Q_OBJECT 10 | public: 11 | 12 | int &argCount() 13 | { 14 | return m_count; 15 | } 16 | 17 | QStringList &argList() 18 | { 19 | return m_arglist; 20 | } 21 | 22 | static QAppArg &ref() 23 | { 24 | static QAppArg app; 25 | return app; 26 | } 27 | 28 | signals: 29 | 30 | public slots: 31 | private: 32 | explicit QAppArg(QObject *parent = 0); 33 | 34 | int m_count; 35 | QStringList m_arglist; 36 | }; 37 | 38 | #endif // QAPPARG_H 39 | -------------------------------------------------------------------------------- /utils/qhfwebview.h: -------------------------------------------------------------------------------- 1 | #ifndef QHFWEBVIEW_H 2 | #define QHFWEBVIEW_H 3 | 4 | #include 5 | #include 6 | 7 | class QHFWebView : public QWebView 8 | { 9 | Q_OBJECT 10 | public: 11 | explicit QHFWebView(QWidget *parent = 0); 12 | 13 | void setTransparent( bool ); 14 | void load(const QUrl& url); 15 | bool isOver() { return m_bfinished; } 16 | void download_file(QString path, QString savepath); 17 | protected: 18 | // void paintEvent(QPaintEvent *); 19 | void mouseDoubleClickEvent(QMouseEvent *evt); 20 | signals: 21 | 22 | public slots: 23 | void registerObject(); 24 | void download(const QNetworkRequest &req); 25 | void downloadFinish(); 26 | 27 | 28 | private: 29 | QString m_url; 30 | QString m_filepath; 31 | bool m_bfinished; 32 | }; 33 | 34 | #endif // QHFWEBVIEW_H 35 | -------------------------------------------------------------------------------- /web-res/cook.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/cook.html -------------------------------------------------------------------------------- /web-res/dock.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/dock.html -------------------------------------------------------------------------------- /web-res/files/alllist.txt: -------------------------------------------------------------------------------- 1 | { 2 | "即时通信":{"version":"1.0","size":10245,"img":"img/chatapp.png","file":"http://localhost/files/im.exe"}, 3 | "公务卡":{"version":"1.0","size":10245,"img":"img/gwk.png","file":"http://localhost/files/im.exe"}, 4 | "系统管理":{"version":"1.0","size":21761,"img":"img/mana.png","file":"http://localhost/files/im.exe"}, 5 | "会计账务":{"version":"1.0","size":21761,"img":"img/kjzw.png","file":"http://localhost/files/im.exe"}, 6 | "单位账务":{"version":"1.0","size":21761,"img":"img/dwzw.png","file":"http://localhost/files/im.exe"}, 7 | "动态监控":{"version":"1.0","size":21761,"img":"img/dtjk.png","file":"http://localhost/files/im.exe"}, 8 | "预算执行":{"version":"1.0","size":21761,"img":"img/yszx.png","file":"http://localhost/files/im.exe"}, 9 | "银行支付":{"version":"1.0","size":21761,"img":"img/bank.png","file":"http://localhost/files/im.exe"} 10 | } -------------------------------------------------------------------------------- /web-res/files/common.txt: -------------------------------------------------------------------------------- 1 | {"即时通信":{"version":"1.0","size":10245,"img":"img/chatapp.png"}} -------------------------------------------------------------------------------- /web-res/files/xjb.txt: -------------------------------------------------------------------------------- 1 | {"公务卡":{"version":"1.0","size":10245,"img":"img/gwk.png"},"系统管理":{"version":"1.0","size":21761,"img":"img/mana.png"} 2 | ,"会计账务":{"version":"1.0","size":21761,"img":"img/kjzw.png"},"单位账务":{"version":"1.0","size":21761,"img":"img/dwzw.png"}, 3 | "动态监控":{"version":"1.0","size":21761,"img":"img/dtjk.png"},"预算执行":{"version":"1.0","size":21761,"img":"img/yszx.png"}, 4 | "银行支付":{"version":"1.0","size":21761,"img":"img/bank.png"}} -------------------------------------------------------------------------------- /web-res/img/app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/app.png -------------------------------------------------------------------------------- /web-res/img/back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/back.jpg -------------------------------------------------------------------------------- /web-res/img/bank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/bank.png -------------------------------------------------------------------------------- /web-res/img/btn_close_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/btn_close_highlight.png -------------------------------------------------------------------------------- /web-res/img/btn_close_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/btn_close_normal.png -------------------------------------------------------------------------------- /web-res/img/btn_mini_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/btn_mini_highlight.png -------------------------------------------------------------------------------- /web-res/img/btn_mini_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/btn_mini_normal.png -------------------------------------------------------------------------------- /web-res/img/certificate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/certificate.png -------------------------------------------------------------------------------- /web-res/img/chatapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/chatapp.png -------------------------------------------------------------------------------- /web-res/img/db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/db.png -------------------------------------------------------------------------------- /web-res/img/docker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/docker.png -------------------------------------------------------------------------------- /web-res/img/dtjk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/dtjk.png -------------------------------------------------------------------------------- /web-res/img/dwzw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/dwzw.png -------------------------------------------------------------------------------- /web-res/img/gwk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/gwk.png -------------------------------------------------------------------------------- /web-res/img/im.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/im.ico -------------------------------------------------------------------------------- /web-res/img/kjzw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/kjzw.png -------------------------------------------------------------------------------- /web-res/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/logo.png -------------------------------------------------------------------------------- /web-res/img/mana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/mana.png -------------------------------------------------------------------------------- /web-res/img/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/menu.png -------------------------------------------------------------------------------- /web-res/img/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/refresh.png -------------------------------------------------------------------------------- /web-res/img/yszx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/yszx.png -------------------------------------------------------------------------------- /web-res/img/新建 Microsoft PowerPoint 幻灯片.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/img/新建 Microsoft PowerPoint 幻灯片.ppt -------------------------------------------------------------------------------- /web-res/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/login.html -------------------------------------------------------------------------------- /web-res/nav.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/nav.html -------------------------------------------------------------------------------- /web-res/res/login.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/res/login.css -------------------------------------------------------------------------------- /web-res/res/login.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/res/login.js -------------------------------------------------------------------------------- /web-res/res/test.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/res/test.css -------------------------------------------------------------------------------- /web-res/res/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/res/test.js -------------------------------------------------------------------------------- /web-res/softCenter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/softCenter.html -------------------------------------------------------------------------------- /web-res/test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ycsoft/QtDeskTop/e189615bc0359256ad5770ca7fbc718f20604397/web-res/test.html --------------------------------------------------------------------------------