Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FmTakeaway
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shangshang.dai
FmTakeaway
Commits
feaada8d
Commit
feaada8d
authored
Sep 07, 2016
by
ss.dai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完成订单搜索样式
parent
10ba2608
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
62 additions
and
0 deletions
+62
-0
fmTakeaway/mainForm.cpp
+2
-0
fmTakeaway/padForm.cpp
+1
-0
fmTakeaway/padForm.ui
+0
-0
run/skin/deaufult.qss
+59
-0
No files found.
fmTakeaway/mainForm.cpp
View file @
feaada8d
...
...
@@ -186,6 +186,8 @@ void MainForm::on_mainBtnSet_clicked()
void
MainForm
::
on_mainBtnHide_clicked
()
{
hide
();
ui
->
mainEdtSearch
->
clear
();
m_padForm
->
hide
();
showFloatForm
();
}
...
...
fmTakeaway/padForm.cpp
View file @
feaada8d
...
...
@@ -8,6 +8,7 @@ PadForm::PadForm(QWidget *parent) :
ui
->
setupUi
(
this
);
setWindowFlags
(
windowFlags
()
|
Qt
::
FramelessWindowHint
);
setAttribute
(
Qt
::
WA_TranslucentBackground
);
}
PadForm
::~
PadForm
()
...
...
fmTakeaway/padForm.ui
View file @
feaada8d
This diff is collapsed.
Click to expand it.
run/skin/deaufult.qss
View file @
feaada8d
...
...
@@ -225,6 +225,21 @@ QWidget
{
height: 0px;
}
#mainListWdg0
{
spacing: 10px;
color: rgb(90, 90, 90);
font: 12pt "微软雅黑";
}
#mainListWdg0::item
{
height: 30px;
}
#mainListWdg0::item:selected
{
background: #ffbf3f;
}
/*---------------------------------mainForm[ end ]---------------------------------*/
/*---------------------------------pickForm[begin]---------------------------------*/
...
...
@@ -490,6 +505,50 @@ QWidget
}
/*---------------------------------DetailForm[ end ]---------------------------------*/
/*---------------------------------padForm[begin]---------------------------------*/
#padWdg
{
border-image: url(:pad_bg.png);
}
#padBtn1,#padBtn2,#padBtn3
{
font: 13pt "微软雅黑";
color: rgb(98, 98, 98);
border-image: url(:numBtn0.png);
}
#padBtn4,#padBtn5,#padBtn6
{
font: 13pt "微软雅黑";
color: rgb(98, 98, 98);
border-image: url(:numBtn1.png);
}
#padBtn7,#padBtn8,#padBtn9,#padBtn0
{
font: 13pt "微软雅黑";
color: rgb(98, 98, 98);
border-image: url(:numBtn2.png);
}
#padBtnClose
{
font: 11pt "微软雅黑";
color: rgb(98, 98, 98);
border-image: url(:numBtn2.png);
}
#padBtn0:pressed,#padBtn1:pressed,#padBtn2:pressed,#padBtn3:pressed,#padBtn4:pressed,
#padBtn5:pressed,#padBtn6:pressed,#padBtn7:pressed,#padBtn8:pressed,#padBtn9:pressed,#padBtnClose:pressed
{
color: #ffffff;
}
#padBtnDel
{
border-image: url(:delBtn_normal.png);
}
#padBtnDel:pressed
{
border-image: url(:delBtn_press.png);
}
/*---------------------------------padForm[ end ]---------------------------------*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment