Commit f72cc01c by ss.dai

运行依赖的文件,配置文件、皮肤文件(包含qss源码)

parent 45385d1b
[FmServer]
url=http://waimaitest.freemudorder.com/api
\ No newline at end of file
<RCC>
<qresource>
<file>deaufult.qss</file>
<file>tabBtn_normal.png</file>
<file>tabBtn_checked.png</file>
<file>magn.png</file>
<file>btnCommon_normal.png</file>
<file>btnCommon_press.png</file>
<file>pickBtn_select.png</file>
<file>error.png</file>
<file>ok.png</file>
<file>loading.gif</file>
<file>alert_bg.png</file>
<file>btnUp_normal.png</file>
<file>btnUp_press.png</file>
<file>btnDown_normal.png</file>
<file>btnDown_press.png</file>
<file>cbxArrow.png</file>
<file>logo_0.png</file>
<file>logo_1.png</file>
<file>float_normal.png</file>
<file>float_remind.png</file>
</qresource>
</RCC>
\ No newline at end of file
QWidget
{
font: 11pt "微软雅黑";
}
/*---------------------------------DbSetForm[begin]---------------------------------*/
#dbsetWdg
{
background-color: rgb(64, 119, 61);
}
#dbsetLab0,#dbsetLab1,#dbsetLab2,#dbsetLab3
{
color: rgb(255, 255, 255);
}
#dbsetEdt0,#dbsetEdt1,#dbsetEdt2,#dbsetEdt3
{
color: rgb(98, 98, 98);
background-color: rgb(255, 255, 255);
}
#dbsetLabError
{
color: rgb(205, 0, 0);
}
#dbsetBtnOk
{
color: rgb(25, 162, 25);
background-color: rgb(255, 255, 255);
border-radius: 5px;
}
#dbsetBtnCancle
{
color: rgb(205, 0, 0);
background-color: rgb(255, 255, 255);
border-radius: 5px;
}
#dbsetBtnCancle:pressed,#dbsetBtnOk:pressed
{
color: rgb(161, 161, 161);
background-color: rgb(255, 255, 255);
border-radius: 5px;
}
#dbsetBtnCancle:disabled,#dbsetBtnOk:disabled
{
color: rgb(160, 160, 160);
background-color: rgb(200, 200, 200);
border-radius: 5px;
}
#dbsetPgb0
{
border: 0px;
}
#dbsetPgb0::chunk
{
background-color: rgb(200, 200, 200);
width: 5px;
}
/*---------------------------------DbSetForm[ end ]---------------------------------*/
/*---------------------------------mainForm[begin]---------------------------------*/
#MainForm
{
background-color: rgb(64, 119, 61);
}
#mainSlabLogo0
{
border-image: url(:logo_0.png);
}
#mainSlabLogo1
{
border-image: url(:logo_1.png);
}
#mainBtnNew,#mainBtnMake,#mainBtnSend,#mainBtnFinsh,#mainBtnRefund,#mainBtnOther
{
font: bold 11pt "微软雅黑";
color: rgb(98, 98, 98);
border-image: url(:tabBtn_normal.png);
}
#mainBtnNew:checked,#mainBtnMake:checked,#mainBtnSend:checked,#mainBtnFinsh:checked,#mainBtnRefund:checked,#mainBtnOther:checked
{
color: rgb(255, 255, 255);
border-image: url(:tabBtn_checked.png);
}
#mainBtnHide,#mainBtnSet
{
font: bold 10pt "微软雅黑";
color: rgb(62, 118, 64);
background-color: rgb(122, 173, 106);
border-radius: 5px;
}
#mainBtnHide:pressed,#mainBtnSet:pressed
{
color: rgb(172, 219, 169);
}
#mainSlabDiv
{
background-color: rgb(207, 6, 14);
}
#mainFrmTables
{
background-color: rgb(255, 255, 255);
}
#mainBtnUp
{
image: url(:btnUp_normal.png);
border-radius: 5px;
background-color: rgb(62, 118, 64);
}
#mainBtnUp:pressed
{
image: url(:btnUp_press.png);
border-radius: 5px;
background-color: rgb(62, 118, 64);
}
#mainBtnDown
{
image: url(:btnDown_normal.png);
border-radius: 5px;
background-color: rgb(62, 118, 64);
}
#mainBtnDown:pressed
{
image: url(:btnDown_press.png);
border-radius: 5px;
background-color: rgb(62, 118, 64);
}
#mainFrmSearch
{
background-color: rgb(82, 139, 78);
}
#mainFrmSearchC,#mainEdtSearch
{
color: rgb(172, 219, 169);
background-color: rgb(88, 161, 100);
}
#mainSlabMagn
{
border-image: url(:magn.png);
}
#mainLabPlacard
{
color: rgb(141, 193, 141);
background-color: rgb(44, 82, 44);
}
#mainSlabStoreid,#mainSlabOpeStatus,#mainSlabNetStatus,#mainSlabVersion,#mainSlabCashier,
#mainSlabTime,#mainLabStoreid,#mainLabOpeStatus,#mainLabNetStatus,#mainLabVersion
{
color: rgb(31, 55, 31);
}
#mainLabCashier
{
color: rgb(135, 223, 60);
}
#mainBtnOpeDetails,#mainBtnCashier
{
font: bold 10pt "微软雅黑";
color: rgb(62, 118, 64);
background-color: rgb(122, 173, 106);
border-radius: 5px;
}
#mainProcBtn
{
color: rgb(124, 124, 124);
border-image: url(:btnCommon_normal.png);
}
#mainProcBtn:pressed
{
color: rgb(154, 154, 154);
border-image: url(:btnCommon_press.png);
}
#mainBtnOpeDetails:pressed,#mainBtnCashier:pressed
{
color: rgb(172, 219, 169);
}
#mainTableNew,#mainTableMake,#mainTableSend,#mainTableFinsh,#mainTableRefund,#mainTableOther
{
font: 11pt "微软雅黑";
color: rgb(98, 98, 98);
selection-background-color: rgb(239, 235, 143);
}
#mainTableNew QHeaderView::section,#mainTableMake QHeaderView::section,
#mainTableSend QHeaderView::section,#mainTableFinsh QHeaderView::section,
#mainTableRefund QHeaderView::section,#mainTableOther QHeaderView::section
{
border: 0px;
background: rgb(255, 255, 255);
color: rgb(98, 98, 98);
font: bold 12pt "微软雅黑";
}
#mainTableNew QHeaderView::down-arrow,#mainTableMake QHeaderView::down-arrow,
#mainTableSend QHeaderView::down-arrow,#mainTableFinsh QHeaderView::down-arrow,
#mainTableRefund QHeaderView::down-arrow,#mainTableOther QHeaderView::down-arrow
{
border: 0px;
}
#mainTableNew QHeaderView::up-arrow,#mainTableMake QHeaderView::up-arrow,
#mainTableSend QHeaderView::up-arrow,#mainTableFinsh QHeaderView::up-arrow,
#mainTableRefund QHeaderView::up-arrow,#mainTableOther QHeaderView::up-arrow
{
border: 0px;
}
#mainTableNew QScrollBar:vertical,#mainTableMake QScrollBar:vertical,
#mainTableSend QScrollBar:vertical,#mainTableFinsh QScrollBar:vertical,
#mainTableRefund QScrollBar:vertical,#mainTableOther QScrollBar:vertical
{
background: transparent;
width: 8px;
}
#mainTableNew QScrollBar::handle:vertical,#mainTableMake QScrollBar::handle:vertical,
#mainTableSend QScrollBar::handle:vertical,#mainTableFinsh QScrollBar::handle:vertical,
#mainTableRefund QScrollBar::handle:vertical,#mainTableOther QScrollBar::handle:vertical
{
border-radius: 6px;
background: rgb(64, 119, 61);
min-height: 20px;
}
#mainTableNew QScrollBar::add-line:vertical,#mainTableMake QScrollBar::add-line:vertical,
#mainTableSend QScrollBar::add-line:vertical,#mainTableFinsh QScrollBar::add-line:vertical,
#mainTableRefund QScrollBar::add-line:vertical,#mainTableOther QScrollBar::add-line:vertical
{
height: 0px;
}
#mainTableNew QScrollBar::sub-line:vertical,#mainTableMake QScrollBar::sub-line:vertical,
#mainTableSend QScrollBar::sub-line:vertical,#mainTableFinsh QScrollBar::sub-line:vertical,
#mainTableRefund QScrollBar::sub-line:vertical,#mainTableOther QScrollBar::sub-line:vertical
{
height: 0px;
}
/*---------------------------------mainForm[ end ]---------------------------------*/
/*---------------------------------pickForm[begin]---------------------------------*/
#pickWdg
{
background-color: rgba(0, 0, 0, 90);
}
#pickLabMsg
{
color: rgb(255, 255, 255);
}
#pickBtn0,#pickBtn1,#pickBtn2,#pickBtn3,#pickBtn4,#pickBtn5,#pickBtn6,#pickBtn7,#pickBtn8,#pickBtn9
{
color: #3d3d3d;
background-color: rgb(255, 255, 255);
border-radius: 6px;
}
#pickBtn0:checked,#pickBtn1:checked,#pickBtn2:checked,#pickBtn3:checked,#pickBtn4:checked,
#pickBtn5:checked,#pickBtn6:checked,#pickBtn7:checked,#pickBtn8:checked,#pickBtn9:checked
{
color: rgb(24, 206, 0);
background-color: rgb(255, 255, 255);
border-radius: 6px;
border-image: url(:pickBtn_select.png);
}
#pickBtnOk
{
color: rgb(24, 206, 0);
background-color: rgb(255, 255, 255);
border-radius: 6px;
}
#pickBtnCancle
{
color: rgb(235, 0, 0);
background-color: rgb(255, 255, 255);
border-radius: 6px;
}
#pickBtnOk:pressed,#pickBtnCancle:pressed
{
color: rgb(161, 161, 161);
background-color: rgb(255, 255, 255);
border-radius: 6px;
}
#pickBtnOk:disabled
{
color: #3d3d3d;
background-color: rgb(230, 230, 230);
border-radius: 6px;
}
/*---------------------------------pickForm[ end ]---------------------------------*/
/*---------------------------------settingForm[begin]---------------------------------*/
#settingWdg
{
border-image: url(:alert_bg.png);
}
#settingSlabPrinter
{
color: rgb(105, 107, 108);
}
#settingCbxPrinter
{
color: rgb(105, 107, 108);
border: 1px solid gray;
border-radius: 3px;
padding: 1px 18px 1px 3px;
min-width: 6em;
}
#settingCbxPrinter::down-arrow
{
background-color: rgba(0,0,0,0);
image: url(:cbxArrow.png);
}
#settingCbxPrinter QAbstractItemView
{
color: rgb(105, 107, 108);
border: 1px solid gray;
border-radius: 3px;
selection-background-color: lightgray;
}
#settingCbxPrinter QListView::item
{
height: 25px;
}
#settingBtnPrintTest,#settingBtnSoundTest,#settingBtnOk
{
color: rgb(255, 255, 255);
background-color: rgb(122, 173, 106);
border-radius: 6px;
}
#settingBtnPrintTest:pressed,#settingBtnSoundTest:pressed,#settingBtnOk:pressed
{
color: rgb(120, 120, 120);
background-color: rgb(122, 173, 106);
border-radius: 6px;
}
/*---------------------------------settingForm[ end ]---------------------------------*/
/*---------------------------------alertForm[begin]---------------------------------*/
#alertWdg
{
border-image: url(:alert_bg.png);
}
#alertLabError
{
border-image: url(:error.png);
}
#alertLabOk
{
border-image: url(:ok.png);
}
#alertLabMsg
{
color: rgb(129, 129, 129);
}
#alertBtnOk
{
color: rgb(255, 255, 255);
background-color: rgb(25, 162, 25);
border-radius: 3px;
}
#alertBtnOk:pressed
{
color: rgb(161, 161, 161);
background-color: rgb(25, 162, 25);
border-radius: 3px;
}
/*---------------------------------alertForm[ end ]---------------------------------*/
rcc -binary deaufult.qrc -o ../deaufult.rcc
\ No newline at end of file
[SqlServer]
host=192.168.110.25
username=sa
password=
database=lxjpos
[Printer]
name=Fax
[Float]
postion=@Point(1356 343)
opacity=0.5
blinkInterval=0.3
soundInterval=2
File added
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment