!131 fix #I9PTQA I9PIHN I9RWBT I9PTUE
Merge pull request !131 from likehomedream/UIFIX
This commit is contained in:
commit
f64498d7bb
|
@ -77,7 +77,8 @@
|
|||
"HoverBrush" : {"type": "color"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"TextColor" : {"value": "ButtonText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "Base_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "Base_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"WindowCloseButton":{
|
||||
"DefaultBrush" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
|
@ -85,7 +86,8 @@
|
|||
"ClickBrush" : {"value": "204, 18, 34", "type": "color"},
|
||||
"DisableBrush" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
"TextColor" : {"value": "ButtonText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "Base_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "Base_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"WindowButton":{
|
||||
"DefaultBrush" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
|
@ -93,27 +95,33 @@
|
|||
"ClickBrush" : {"value": "0, 0, 0, 0.15", "type": "color"},
|
||||
"DisableBrush" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
"TextColor" : {"value": "ButtonText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "ButtonText_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "ButtonText_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"UseButtonPalette":{
|
||||
"DefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"HoverBrush" : {"type": "color"},
|
||||
"HoverBrush" : {"value": "Midlight_at", "type": "paletterole"},
|
||||
"ClickBrush" : {"value": "184, 184, 184", "type": "color"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"TextColor" : {"value": "ButtonText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "ButtonText_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "ButtonText_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"ImportButton":{
|
||||
"DefaultBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"HoverBrush" : {"type": "color"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"TextColor" : {"value": "Base_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "Base_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "Base_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"TranslucentButton":{
|
||||
"DefaultBrush" : {"value": "0, 0, 0, 0.1", "type": "color"},
|
||||
"HoverBrush" : {"type": "color"},
|
||||
"HoverBrush" : {"value": "0, 0, 0, 0.16", "type": "color"},
|
||||
"ClickBrush" : {"value": "0, 0, 0, 0.20", "type": "color"},
|
||||
"TextColor" : {"value": "ButtonText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "ButtonText_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "ButtonText_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
}
|
||||
},
|
||||
"ToolButton":{
|
||||
|
@ -122,7 +130,8 @@
|
|||
"HoverBrush" : {"type": "color"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"TextColor" : {"value": "ButtonText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "Base_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "Base_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"WindowCloseButton":{
|
||||
"DefaultBrush" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
|
@ -130,7 +139,8 @@
|
|||
"ClickBrush" : {"value": "204, 18, 34", "type": "color"},
|
||||
"DisableBrush" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
"TextColor" : {"value": "ButtonText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "Base_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "Base_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"WindowButton":{
|
||||
"DefaultBrush" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
|
@ -138,27 +148,33 @@
|
|||
"ClickBrush" : {"value": "0, 0, 0, 0.15", "type": "color"},
|
||||
"DisableBrush" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
"TextColor" : {"value": "ButtonText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "ButtonText_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "ButtonText_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"UseButtonPalette":{
|
||||
"DefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"HoverBrush" : {"type": "color"},
|
||||
"HoverBrush" : {"value": "Midlight_at", "type": "paletterole"},
|
||||
"ClickBrush" : {"value": "184, 184, 184", "type": "color"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"TextColor" : {"value": "ButtonText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "ButtonText_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "ButtonText_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"ImportButton":{
|
||||
"DefaultBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"HoverBrush" : {"type": "color"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"TextColor" : {"value": "Base_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "Base_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "Base_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"TranslucentButton":{
|
||||
"DefaultBrush" : {"value": "0, 0, 0, 0.1", "type": "color"},
|
||||
"HoverBrush" : { "type": "color"},
|
||||
"HoverBrush" : {"value": "0, 0, 0, 0.16", "type": "color"},
|
||||
"ClickBrush" : {"value": "0, 0, 0, 0.20", "type": "color"},
|
||||
"TextColor" : {"value": "ButtonText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "ButtonText_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "ButtonText_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
}
|
||||
},
|
||||
"LineEdit":{
|
||||
|
@ -168,7 +184,7 @@
|
|||
"DisablePen" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"DefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"HoverBrush" : {"value": "NoRole_dis", "type": "paletterole"},
|
||||
"HoverBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"FocusBrush" : {"value": "Base_at", "type": "paletterole"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"}
|
||||
},
|
||||
|
@ -191,15 +207,17 @@
|
|||
"DisablePen" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"DefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"HoverBrush" : {"type": "color"},
|
||||
"HoverBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"FocusBrush" : {"value": "Base_at", "type": "paletterole"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"UpDefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"UpHoverBrush" : {"type": "color"},
|
||||
"UpFocusHoverBrush" : {"type": "color"},
|
||||
"UpHoverBrush" : {"value": "Midlight_at", "type": "paletterole"},
|
||||
"UpFocusHoverBrush" : {"value": "Midlight_at", "type": "paletterole"},
|
||||
"UpClickBrush" : {"value": "184, 184, 184", "type": "color"},
|
||||
"DownDefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"DownHoverBrush" : {"type": "color"},
|
||||
"DownFocusHoverBrush" : {"type": "color"}
|
||||
"DownHoverBrush" : {"value": "Midlight_at", "type": "paletterole"},
|
||||
"DownClickBrush" : {"value": "184, 184, 184", "type": "color"},
|
||||
"DownFocusHoverBrush" : {"value": "Midlight_at", "type": "paletterole"}
|
||||
},
|
||||
"DefaultLayout":{
|
||||
"DefaultPen" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
|
@ -207,14 +225,14 @@
|
|||
"DisablePen" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"DefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"HoverBrush" : {"type": "color"},
|
||||
"HoverBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"FocusBrush" : {"value": "Base_at", "type": "paletterole"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"UpDefaultBrush" : {"value": "0, 0, 0, 0 ", "type": "color"},
|
||||
"UpHoverBrush" : {"type": "color"},
|
||||
"UpHoverBrush" : {"value": "Midlight_at", "type": "paletterole"},
|
||||
"UpFocusHoverBrush" : {"type": "color"},
|
||||
"DownDefaultBrush" : {"value": "0, 0, 0, 0 ", "type": "color"},
|
||||
"DownHoverBrush" : {"type": "color"},
|
||||
"DownHoverBrush" : {"value": "Midlight_at", "type": "paletterole"},
|
||||
"DownFocusHoverBrush" : {"type": "color"}
|
||||
}
|
||||
}
|
||||
|
@ -227,10 +245,11 @@
|
|||
"OnPen" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
"EditPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"DefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"HoverBrush" : {"type": "color"},
|
||||
"HoverBrush" : {"value": "Midlight_at", "type": "paletterole"},
|
||||
"OnBrush" : {"value": "Base_at", "type": "paletterole"},
|
||||
"EditBrush" : {"value": "Base_at", "type": "paletterole"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"}
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"}
|
||||
}
|
||||
},
|
||||
"ListView":{
|
||||
|
@ -239,6 +258,8 @@
|
|||
"HoverBrush" : {"value": "0, 0, 0, 0.05", "type": "color"},
|
||||
"SelectBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"DisableBrush" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"TextDisablePen" : {"value": "Text_dis", "type": "paletterole"},
|
||||
"TextHoverPen" : {"value": "Text_at", "type": "paletterole"},
|
||||
"TextSelectPen" : {"value": "Text_at", "type": "paletterole"}
|
||||
},
|
||||
|
@ -247,6 +268,8 @@
|
|||
"HoverBrush" : {"value": "0, 0, 0, 0.05", "type": "color"},
|
||||
"SelectBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"DisableBrush" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"TextDisablePen" : {"value": "Text_dis", "type": "paletterole"},
|
||||
"TextHoverPen" : {"value": "Text_at", "type": "paletterole"},
|
||||
"TextSelectPen" : {"value": "HighLightText_at", "type": "paletterole"}
|
||||
},
|
||||
|
@ -255,6 +278,8 @@
|
|||
"HoverBrush" : {"value": "0, 0, 0, 0.05", "type": "color"},
|
||||
"SelectBrush" : {"value": "0, 0, 0, 0.15", "type": "color"},
|
||||
"DisableBrush" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"TextDisablePen" : {"value": "Text_dis", "type": "paletterole"},
|
||||
"TextHoverPen" : {"value": "Text_at", "type": "paletterole"},
|
||||
"TextSelectPen" : {"value": "Text_at", "type": "paletterole"}
|
||||
}
|
||||
|
@ -263,8 +288,10 @@
|
|||
"DefaultTreeView":{
|
||||
"DefaultBrush" : {"value": "255, 255, 255, 0", "type": "color"},
|
||||
"HoverBrush" : {"value": "0, 0, 0, 0.05", "type": "color"},
|
||||
"SelectBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"SelectBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"DisableBrush" : {"value": "255, 255, 255, 0", "type": "color"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"TextDisablePen" : {"value": "Text_dis", "type": "paletterole"},
|
||||
"TextHoverPen" : {"value": "Text_at", "type": "paletterole"},
|
||||
"TextSelectPen" : {"value": "Text_at", "type": "paletterole"}
|
||||
},
|
||||
|
@ -272,7 +299,9 @@
|
|||
"DefaultBrush" : {"value": "255, 255, 255, 0", "type": "color"},
|
||||
"HoverBrush" : {"value": "0, 0, 0, 0.05", "type": "color"},
|
||||
"SelectBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"DisableBrush" : {"value": "255, 255, 255, 0", "type": "color"},
|
||||
"TextDisablePen" : {"value": "Text_dis", "type": "paletterole"},
|
||||
"TextHoverPen" : {"value": "Text_at", "type": "paletterole"},
|
||||
"TextSelectPen" : {"value": "HighLightText_at", "type": "paletterole"}
|
||||
}
|
||||
|
@ -283,6 +312,8 @@
|
|||
"HoverBrush" : {"value": "0, 0, 0, 0.05", "type": "color"},
|
||||
"SelectBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"DisableBrush" : {"value": "255, 255, 255, 0", "type": "color"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"TextDisablePen" : {"value": "Text_dis", "type": "paletterole"},
|
||||
"TextHoverPen" : {"value": "Text_at", "type": "paletterole"},
|
||||
"TextSelectPen" : {"value": "Text_at", "type": "paletterole"}
|
||||
},
|
||||
|
@ -291,6 +322,8 @@
|
|||
"HoverBrush" : {"value": "0, 0, 0, 0.05", "type": "color"},
|
||||
"SelectBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"DisableBrush" : {"value": "255, 255, 255, 0", "type": "color"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"TextDisablePen" : {"value": "Text_dis", "type": "paletterole"},
|
||||
"TextHoverPen" : {"value": "Text_at", "type": "paletterole"},
|
||||
"TextSelectPen" : {"value": "HighLightText_at", "type": "paletterole"}
|
||||
}
|
||||
|
@ -304,8 +337,9 @@
|
|||
"OnHoverPen" : {"value": "0, 0, 0, 0.1", "type": "color"},
|
||||
"OnClickPen" : {"value": "0, 0, 0, 0.1", "type": "color"},
|
||||
"ContentPen" : {"value": "HighLightText_at", "type": "paletterole"},
|
||||
"DefaultBrush" : {"value": "NoRole_dis", "type": "paletterole"},
|
||||
"HoverBrush" : {"type": "color"},
|
||||
"DefaultBrush" : {"value": "255, 255, 255", "type": "color"},
|
||||
"HoverBrush" : {"value": "0, 0, 0, 0.05", "type": "color"},
|
||||
"ClickBrush" : {"value": "0, 0, 0, 0.15", "type": "color"},
|
||||
"OnDefaultBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"OnHoverBrush" : { "type": "color"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
|
@ -313,13 +347,17 @@
|
|||
"PathDisableBrush" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"TranslucentCheckBox":{
|
||||
"DefaultPen" : {"value": "0, 0, 0, 0.35", "type": "color"},
|
||||
"HoverPen" : {"value": "0, 0, 0, 0.30", "type": "color"},
|
||||
"ClickPen" : {"value": "0, 0, 0, 0.65", "type": "color"},
|
||||
"DisablePen" : {"value": "166, 166, 166", "type": "color"},
|
||||
"OnDefaultPen" : {"value": "0, 0, 0, 0.1", "type": "color"},
|
||||
"OnHoverPen" : {"value": "0, 0, 0, 0.15", "type": "color"},
|
||||
"OnClickPen" : {"value": "0, 0, 0, 0.1", "type": "color"},
|
||||
"ContentPen" : {"value": "HighLightText_at", "type": "paletterole"},
|
||||
"DefaultBrush" : {"value": "0, 0, 0, 0.05", "type": "color"},
|
||||
"HoverBrush" : { "type": "color"},
|
||||
"HoverBrush" : {"value": "0, 0, 0, 0.10", "type": "color"},
|
||||
"ClickBrush" : {"value": "0, 0, 0, 0.16", "type": "color"},
|
||||
"OnDefaultBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"OnHoverBrush" : { "type": "color"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
|
@ -330,31 +368,42 @@
|
|||
"RadioButton":{
|
||||
"DefaultRadioButton":{
|
||||
"DefaultPen" : {"value": "166, 166, 166", "type": "color"},
|
||||
"HoverPen" : {"value": "166, 166, 166", "type": "color"},
|
||||
"ClickPen" : {"value": "Mid_at", "type": "paletterole"},
|
||||
"DisablePen" : {"value": "166, 166, 166", "type": "color"},
|
||||
"OnDefaultPen" : {"value": "0, 0, 0, 0.1", "type": "color"},
|
||||
"DefaultBrush" : {"value": "Light_at", "type": "paletterole"},
|
||||
"HoverBrush" : { "type": "color"},
|
||||
"HoverBrush" : {"value": "0, 0, 0, 0.05", "type": "color"},
|
||||
"ClickBrush" : {"value": "0, 0, 0, 0.15", "type": "color"},
|
||||
"OnDefaultBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"OnHoverBrush" : { "type": "color"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"ChildrenOnDefaultBrush" : {"value": "HighLightText_at", "type": "paletterole"},
|
||||
"ChildrenOnHoverBrush" : {"value": "HighLightText_at", "type": "paletterole"},
|
||||
"ChildrenOnClickBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"ChildrenOnDisableBrush" : {"value": "HighLightText_dis","type": "paletterole"}
|
||||
}
|
||||
|
||||
},
|
||||
"SliderBar":{
|
||||
"DefaultSliderBar":{
|
||||
"HandleDefaultBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"HandleHoverBrush" : { "type": "color"},
|
||||
"HandleDisableBrush" : {"value": "ButtonText_dis", "type": "paletterole"},
|
||||
"GrooveValueDisableBrush" : {"value": "ButtonText_dis", "type": "paletterole"},
|
||||
"GrooveUnvalueDefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"GrooveUnvalueDisableBrush" : {"value": "Button_dis", "type": "paletterole"}
|
||||
"GrooveUnvalueHoverBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"GrooveUnvalueDisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"}
|
||||
},
|
||||
"TranslucentSliderBar":{
|
||||
"HandleDefaultBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"HandleHoverBrush" : { "type": "color"},
|
||||
"HandleDisableBrush" : {"value": "ButtonText_dis", "type": "paletterole"},
|
||||
"GrooveUnvalueDisableBrush" : {"value": "Button_dis", "type": "paletterole"}
|
||||
"GrooveValueDisableBrush" : {"value": "ButtonText_dis", "type": "paletterole"},
|
||||
"GrooveUnvalueDefaultBrush" : {"value": "0, 0, 0, 0.1", "type": "color"},
|
||||
"GrooveUnvalueHoverBrush" : {"value": "0, 0, 0, 0.1", "type": "color"},
|
||||
"GrooveUnvalueDisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"}
|
||||
}
|
||||
},
|
||||
"ProgressBar":{
|
||||
|
@ -376,16 +425,17 @@
|
|||
"GrooveDefaultBrush" : {"value": "Base_at", "type": "paletterole"},
|
||||
"GrooveInactiveBrush" : {"value": "Base_iat", "type": "paletterole"},
|
||||
"SliderDefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"SliderHoverBrush" : { "type": "color"},
|
||||
"SliderDisableBrush" : {"value": "Button_dis", "type": "paletterole"}
|
||||
"SliderHoverBrush" : {"value": "Midlight_at", "type": "paletterole"},
|
||||
"SliderClickBrush" : {"value": "184, 184, 184", "type": "color"},
|
||||
"SliderDisableBrush" : {"value": "0, 0, 0, 0", "type": "color"}
|
||||
},
|
||||
"TranslucentScrollBar": {
|
||||
"GrooveDefaultBrush" : {"value": "0, 0, 0, 0.06", "type": "color"},
|
||||
"GrooveInactiveBrush" : {"value": "0, 0, 0, 0.06", "type": "color"},
|
||||
"SliderDefaultBrush" : {"value": "0, 0, 0 , 0.10", "type": "color"},
|
||||
"SliderDefaultBrush" : {"value": "0, 0, 0, 0.10", "type": "color"},
|
||||
"SliderHoverBrush" : {"value": "0, 0, 0, 0.18", "type": "color"},
|
||||
"SliderClickBrush" : {"value": "0, 0, 0, 0.28", "type": "color"},
|
||||
"SliderDisableBrush" : {"value": "0, 0, 0, 0.10", "type": "color"}
|
||||
"SliderDisableBrush" : {"value": "0, 0, 0, 0", "type": "color"}
|
||||
}
|
||||
},
|
||||
"ToolTip":{
|
||||
|
@ -399,9 +449,10 @@
|
|||
"WidgetBackgroundBrush" : {"value": "Base_at", "type": "paletterole"},
|
||||
"TabBarBackgroundBrush" : {"value": "Window_at", "type": "paletterole"},
|
||||
"TabBarDefaultBrush" : {"value": "Window_at", "type": "paletterole"},
|
||||
"TabBarHoverBrush" : { "type": "color"},
|
||||
"TabBarHoverBrush" : {"value": "0, 0, 0, 0.05", "type": "color"},
|
||||
"TabBarSelectBrush" : {"value": "Base_at", "type": "paletterole"},
|
||||
"TabBarClickBrush" : {"value": "Base_at", "type": "paletterole"}
|
||||
"TabBarClickBrush" : {"value": "Base_at", "type": "paletterole"},
|
||||
"TabBarFocusPen" : {"value": "HighLight_at", "type": "paletterole"}
|
||||
}
|
||||
},
|
||||
"Menu":{
|
||||
|
@ -409,7 +460,8 @@
|
|||
"MenuBackgroundBrush" : {"value": "Base_at", "type": "paletterole"},
|
||||
"MenuBackgroundPen" : {"value": "38, 38, 38, 0.15", "type": "color"},
|
||||
"MenuItemSelectBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"MenuTextHoverPen" : {"value": "HighLightText_at", "type": "paletterole"}
|
||||
"MenuTextHoverPen" : {"value": "HighLightText_at", "type": "paletterole"},
|
||||
"MenuItemFocusPen" : {"value": "HighLight_at", "type": "paletterole"}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -485,7 +537,8 @@
|
|||
"HoverBrush" : {"type": "color"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"TextColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"WindowCloseButton":{
|
||||
"DefaultBrush" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
|
@ -493,7 +546,8 @@
|
|||
"ClickBrush" : {"value": "204, 18, 34", "type": "color"},
|
||||
"DisableBrush" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
"TextColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"WindowButton":{
|
||||
"DefaultBrush" : {"value": "255, 255, 255, 0", "type": "color"},
|
||||
|
@ -501,27 +555,33 @@
|
|||
"ClickBrush" : {"value": "255, 255, 255, 0.10", "type": "color"},
|
||||
"DisableBrush" : {"value": "255, 255, 255, 0", "type": "color"},
|
||||
"TextColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"UseButtonPalette":{
|
||||
"DefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"HoverBrush" : {"type": "color"},
|
||||
"DefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"HoverBrush" : {"value": "95, 95, 95", "type": "color"},
|
||||
"ClickBrush" : {"value": "65, 65, 65", "type": "color"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"TextColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"ImportButton":{
|
||||
"DefaultBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"HoverBrush" : {"type": "color"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"TextColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"TranslucentButton":{
|
||||
"DefaultBrush" : {"value": "255, 255, 255, 0.1", "type": "color"},
|
||||
"HoverBrush" : { "type": "color"},
|
||||
"HoverBrush" : {"value": "255, 255, 255, 0.2", "type": "color"},
|
||||
"ClickBrush" : {"value": "255, 255, 255, 0.3", "type": "color"},
|
||||
"TextColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
}
|
||||
},
|
||||
"ToolButton":{
|
||||
|
@ -530,7 +590,8 @@
|
|||
"HoverBrush" : {"type": "color"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"TextColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"WindowCloseButton":{
|
||||
"DefaultBrush" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
|
@ -538,7 +599,8 @@
|
|||
"ClickBrush" : {"value": "204, 18, 34", "type": "color"},
|
||||
"DisableBrush" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
"TextColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"WindowButton":{
|
||||
"DefaultBrush" : {"value": "255, 255, 255, 0", "type": "color"},
|
||||
|
@ -546,27 +608,33 @@
|
|||
"ClickBrush" : {"value": "255, 255, 255, 0.10", "type": "color"},
|
||||
"DisableBrush" : {"value": "255, 255, 255, 0", "type": "color"},
|
||||
"TextColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"UseButtonPalette":{
|
||||
"DefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"HoverBrush" : {"type": "color"},
|
||||
"DefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"HoverBrush" : {"value": "95, 95, 95", "type": "color"},
|
||||
"ClickBrush" : {"value": "65, 65, 65", "type": "color"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"TextColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"ImportButton":{
|
||||
"DefaultBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"HoverBrush" : {"type": "color"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"TextColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"TranslucentButton":{
|
||||
"DefaultBrush" : {"value": "255, 255, 255, 0.1", "type": "color"},
|
||||
"HoverBrush" : { "type": "color"},
|
||||
"HoverBrush" : {"value": "255, 255, 255, 0.2", "type": "color"},
|
||||
"ClickBrush" : {"value": "255, 255, 255, 0.3", "type": "color"},
|
||||
"TextColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"}
|
||||
"TextHoverColor" : {"value": "BrightText_at", "type": "paletterole"},
|
||||
"TextDisableColor" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
}
|
||||
},
|
||||
"LineEdit":{
|
||||
|
@ -576,7 +644,7 @@
|
|||
"DisablePen" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"DefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"HoverBrush" : {"type": "color"},
|
||||
"HoverBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"FocusBrush" : {"value": "Base_at", "type": "paletterole"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"}
|
||||
},
|
||||
|
@ -586,7 +654,7 @@
|
|||
"DisablePen" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"DefaultBrush" : {"value": "255, 255, 255, 0.08", "type": "color"},
|
||||
"HoverBrush" : {"type": "color"},
|
||||
"HoverBrush" : {"value": "255, 255, 255, 0.08", "type": "color"},
|
||||
"FocusBrush" : {"value": "29, 29, 29, 0.45", "type": "color"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"}
|
||||
}
|
||||
|
@ -599,15 +667,17 @@
|
|||
"DisablePen" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"DefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"HoverBrush" : {"type": "color"},
|
||||
"HoverBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"FocusBrush" : {"value": "Base_at", "type": "paletterole"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"UpDefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"UpHoverBrush" : {"type": "color"},
|
||||
"UpFocusHoverBrush" : {"type": "color"},
|
||||
"UpHoverBrush" : {"value": "Midlight_at", "type": "paletterole"},
|
||||
"UpClickBrush" : {"value": "65, 65, 65", "type": "color"},
|
||||
"UpFocusHoverBrush" : {"value": "Midlight_at", "type": "paletterole"},
|
||||
"DownDefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"DownHoverBrush" : {"type": "color"},
|
||||
"DownFocusHoverBrush" : {"type": "color"}
|
||||
"DownHoverBrush" : {"value": "Midlight_at", "type": "paletterole"},
|
||||
"DownClickBrush" : {"value": "65, 65, 65", "type": "color"},
|
||||
"DownFocusHoverBrush" : {"value": "Midlight_at", "type": "paletterole"}
|
||||
},
|
||||
"DefaultLayout":{
|
||||
"DefaultPen" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
|
@ -615,14 +685,14 @@
|
|||
"DisablePen" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"DefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"HoverBrush" : {"type": "color"},
|
||||
"HoverBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"FocusBrush" : {"value": "Base_at", "type": "paletterole"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"UpDefaultBrush" : {"value": "0, 0, 0, 0 ", "type": "color"},
|
||||
"UpHoverBrush" : {"type": "color"},
|
||||
"UpHoverBrush" : {"value": "Midlight_at", "type": "paletterole"},
|
||||
"UpFocusHoverBrush" : {"type": "color"},
|
||||
"DownDefaultBrush" : {"value": "0, 0, 0, 0 ", "type": "color"},
|
||||
"DownHoverBrush" : {"type": "color"},
|
||||
"DownHoverBrush" : {"value": "Midlight_at", "type": "paletterole"},
|
||||
"DownFocusHoverBrush" : {"type": "color"}
|
||||
}
|
||||
}
|
||||
|
@ -635,10 +705,11 @@
|
|||
"OnPen" : {"value": "0, 0, 0, 0", "type": "color"},
|
||||
"EditPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"DefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"HoverBrush" : {"type": "color"},
|
||||
"HoverBrush" : {"value": "Midlight_at", "type": "paletterole"},
|
||||
"OnBrush" : {"value": "Base_at", "type": "paletterole"},
|
||||
"EditBrush" : {"value": "Base_at", "type": "paletterole"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"}
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"}
|
||||
}
|
||||
},
|
||||
"ListView":{
|
||||
|
@ -647,6 +718,8 @@
|
|||
"HoverBrush" : {"value": "255, 255, 255, 0.15", "type": "color"},
|
||||
"SelectBrush" : {"value": "64, 64, 64", "type": "color"},
|
||||
"DisableBrush" : {"value": "255, 255, 255, 0", "type": "color"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"TextDisablePen" : {"value": "Text_dis", "type": "paletterole"},
|
||||
"TextHoverPen" : {"value": "Text_at", "type": "paletterole"},
|
||||
"TextSelectPen" : {"value": "Text_at", "type": "paletterole"}
|
||||
},
|
||||
|
@ -655,6 +728,8 @@
|
|||
"HoverBrush" : {"value": "255, 255, 255, 0.15", "type": "color"},
|
||||
"SelectBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"DisableBrush" : {"value": "255, 255, 255, 0", "type": "color"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"TextDisablePen" : {"value": "Text_dis", "type": "paletterole"},
|
||||
"TextHoverPen" : {"value": "Text_at", "type": "paletterole"},
|
||||
"TextSelectPen" : {"value": "Light_at", "type": "paletterole"}
|
||||
},
|
||||
|
@ -663,6 +738,8 @@
|
|||
"HoverBrush" : {"value": "255, 255, 255, 0.10", "type": "color"},
|
||||
"SelectBrush" : {"value": "255, 255, 255, 0.20", "type": "color"},
|
||||
"DisableBrush" : {"value": "255, 255, 255, 0", "type": "color"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"TextDisablePen" : {"value": "Text_dis", "type": "paletterole"},
|
||||
"TextHoverPen" : {"value": "Text_at", "type": "paletterole"},
|
||||
"TextSelectPen" : {"value": "Light_at", "type": "paletterole"}
|
||||
}
|
||||
|
@ -673,6 +750,8 @@
|
|||
"HoverBrush" : {"value": "255, 255, 255, 0.15", "type": "color"},
|
||||
"SelectBrush" : {"value": "64, 64, 64", "type": "color"},
|
||||
"DisableBrush" : {"value": "255, 255, 255, 0", "type": "color"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"TextDisablePen" : {"value": "Text_dis", "type": "paletterole"},
|
||||
"TextHoverPen" : {"value": "Text_at", "type": "paletterole"},
|
||||
"TextSelectPen" : {"value": "Text_at", "type": "paletterole"}
|
||||
},
|
||||
|
@ -681,6 +760,8 @@
|
|||
"HoverBrush" : {"value": "255, 255, 255, 0.15", "type": "color"},
|
||||
"SelectBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"DisableBrush" : {"value": "255, 255, 255, 0", "type": "color"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"TextDisablePen" : {"value": "Text_dis", "type": "paletterole"},
|
||||
"TextHoverPen" : {"value": "Text_at", "type": "paletterole"},
|
||||
"TextSelectPen" : {"value": "HighLightText_at", "type": "paletterole"}
|
||||
}
|
||||
|
@ -691,6 +772,8 @@
|
|||
"HoverBrush" : {"value": "255, 255, 255, 0.15", "type": "color"},
|
||||
"SelectBrush" : {"value": "64, 64, 64", "type": "color"},
|
||||
"DisableBrush" : {"value": "255, 255, 255, 0", "type": "color"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"TextDisablePen" : {"value": "Text_dis", "type": "paletterole"},
|
||||
"TextHoverPen" : {"value": "Text_at", "type": "paletterole"},
|
||||
"TextSelectPen" : {"value": "Text_at", "type": "paletterole"}
|
||||
},
|
||||
|
@ -699,6 +782,8 @@
|
|||
"HoverBrush" : {"value": "255, 255, 255, 0.15", "type": "color"},
|
||||
"SelectBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"DisableBrush" : {"value": "255, 255, 255, 0", "type": "color"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"TextDisablePen" : {"value": "Text_dis", "type": "paletterole"},
|
||||
"TextHoverPen" : {"value": "Text_at", "type": "paletterole"},
|
||||
"TextSelectPen" : {"value": "HighLightText_at", "type": "paletterole"}
|
||||
}
|
||||
|
@ -713,7 +798,8 @@
|
|||
"OnClickPen" : {"value": "255, 255, 255, 0.15", "type": "color"},
|
||||
"ContentPen" : {"value": "HighLightText_at", "type": "paletterole"},
|
||||
"DefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"HoverBrush" : { "type": "color"},
|
||||
"HoverBrush" : {"value": "255, 255, 255, 0.15", "type": "color"},
|
||||
"ClickBrush" : {"value": "255, 255, 255, 0.10", "type": "color"},
|
||||
"OnDefaultBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"OnHoverBrush" : { "type": "color"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
|
@ -721,11 +807,16 @@
|
|||
"PathDisableBrush" : {"value": "ButtonText_dis", "type": "paletterole"}
|
||||
},
|
||||
"TranslucentCheckBox":{
|
||||
"DefaultPen" : {"value": "255, 255, 255, 0.35", "type": "color"},
|
||||
"HoverPen" : {"value": "255, 255, 255, 0.30", "type": "color"},
|
||||
"ClickPen" : {"value": "255, 255, 255, 0.25", "type": "color"},
|
||||
"OnDefaultPen" : {"value": "255, 255, 255, 0.15", "type": "color"},
|
||||
"OnHoverPen" : {"value": "255, 255, 255, 0.20", "type": "color"},
|
||||
"OnClickPen" : {"value": "255, 255, 255, 0.10", "type": "color"},
|
||||
"ContentPen" : {"value": "HighLightText_at", "type": "paletterole"},
|
||||
"HoverBrush" : { "type": "color"},
|
||||
"DefaultBrush" : {"value": "255, 255, 255, 0.04", "type": "color"},
|
||||
"HoverBrush" : {"value": "255, 255, 255, 0.10", "type": "color"},
|
||||
"ClickBrush" : {"value": "255, 255, 255, 0.20", "type": "color"},
|
||||
"OnDefaultBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"OnHoverBrush" : { "type": "color"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
|
@ -736,9 +827,15 @@
|
|||
"RadioButton":{
|
||||
"DefaultRadioButton":{
|
||||
"DefaultPen" : {"value": "255, 255, 255, 0.15", "type": "color"},
|
||||
"HoverPen" : {"value": "255, 255, 255, 0.15", "type": "color"},
|
||||
"ClickPen" : {"value": "Mid_dis", "type": "paletterole"},
|
||||
"DisablePen" : {"value": "255, 255, 255, 0.15", "type": "color"},
|
||||
"OnDefaultPen" : {"value": "255, 255, 255, 0.15", "type": "color"},
|
||||
"DefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"HoverBrush" : {"value": "255, 255, 255, 0.15", "type": "color"},
|
||||
"ClickBrush" : {"value": "255, 255, 255, 0.15", "type": "color"},
|
||||
"OnDefaultBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"OnHoverBrush" : { "type": "color"},
|
||||
"DisableBrush" : {"value": "Button_dis", "type": "paletterole"},
|
||||
"ChildrenOnDefaultBrush" : {"value": "HighLightText_at", "type": "paletterole"},
|
||||
"ChildrenOnHoverBrush" : {"value": "HighLightText_at", "type": "paletterole"},
|
||||
|
@ -751,14 +848,21 @@
|
|||
"HandleDefaultBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"HandleHoverBrush" : { "type": "color"},
|
||||
"HandleDisableBrush" : {"value": "ButtonText_dis", "type": "paletterole"},
|
||||
"GrooveValueDisableBrush" : {"value": "ButtonText_dis", "type": "paletterole"},
|
||||
"GrooveUnvalueDefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"GrooveUnvalueDisableBrush" : {"value": "HighLight_dis", "type": "paletterole"}
|
||||
"GrooveUnvalueHoverBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"GrooveUnvalueDisableBrush" : {"value": "HighLight_dis", "type": "paletterole"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"}
|
||||
},
|
||||
"TranslucentSliderBar":{
|
||||
"HandleDefaultBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"HandleHoverBrush" : { "type": "color"},
|
||||
"HandleDisableBrush" : {"value": "ButtonText_dis", "type": "paletterole"},
|
||||
"GrooveUnvalueDisableBrush" : {"value": "HighLight_dis", "type": "paletterole"}
|
||||
"GrooveValueDisableBrush" : {"value": "ButtonText_dis", "type": "paletterole"},
|
||||
"GrooveUnvalueDefaultBrush" : {"value": "255, 255, 255, 0.1","type": "color"},
|
||||
"GrooveUnvalueHoverBrush" : {"value": "255, 255, 255, 0.1","type": "color"},
|
||||
"GrooveUnvalueDisableBrush" : {"value": "HighLight_dis", "type": "paletterole"},
|
||||
"FocusPen" : {"value": "HighLight_at", "type": "paletterole"}
|
||||
}
|
||||
},
|
||||
"ProgressBar":{
|
||||
|
@ -780,8 +884,9 @@
|
|||
"GrooveDefaultBrush" : {"value": "Base_at", "type": "paletterole"},
|
||||
"GrooveInactiveBrush" : {"value": "Base_iat", "type": "paletterole"},
|
||||
"SliderDefaultBrush" : {"value": "Button_at", "type": "paletterole"},
|
||||
"SliderHoverBrush" : { "type": "color"},
|
||||
"SliderDisableBrush" : {"value": "Button_dis", "type": "paletterole"}
|
||||
"SliderHoverBrush" : {"value": "Midlight_at", "type": "paletterole"},
|
||||
"SliderClickBrush" : {"value": "65, 65, 65", "type": "color"},
|
||||
"SliderDisableBrush" : {"value": "0, 0, 0, 0", "type": "color"}
|
||||
},
|
||||
"TranslucentScrollBar": {
|
||||
"GrooveDefaultBrush" : {"value": "255, 255, 255, 0.08", "type": "color"},
|
||||
|
@ -789,7 +894,7 @@
|
|||
"SliderDefaultBrush" : {"value": "255, 255, 255, 0.10", "type": "color"},
|
||||
"SliderHoverBrush" : {"value": "255, 255, 255, 0.20", "type": "color"},
|
||||
"SliderClickBrush" : {"value": "255, 255, 255, 0.30", "type": "color"},
|
||||
"SliderDisableBrush" : {"value": "255, 255, 255, 0.10", "type": "color"}
|
||||
"SliderDisableBrush" : {"value": "0, 0, 0, 0", "type": "color"}
|
||||
}
|
||||
},
|
||||
"ToolTip":{
|
||||
|
@ -803,9 +908,10 @@
|
|||
"WidgetBackgroundBrush" : {"value": "Base_at", "type": "paletterole"},
|
||||
"TabBarBackgroundBrush" : {"value": "Window_at", "type": "paletterole"},
|
||||
"TabBarDefaultBrush" : {"value": "Window_at", "type": "paletterole"},
|
||||
"TabBarHoverBrush" : { "type": "color"},
|
||||
"TabBarHoverBrush" : {"value": "255, 255, 255, 0.15","type": "color"},
|
||||
"TabBarSelectBrush" : {"value": "Base_at", "type": "paletterole"},
|
||||
"TabBarClickBrush" : {"value": "Base_at", "type": "paletterole"}
|
||||
"TabBarClickBrush" : {"value": "Base_at", "type": "paletterole"},
|
||||
"TabBarFocusPen" : {"value": "HighLight_at", "type": "paletterole"}
|
||||
}
|
||||
},
|
||||
"Menu":{
|
||||
|
@ -813,9 +919,9 @@
|
|||
"MenuBackgroundBrush" : {"value": "Base_at", "type": "paletterole"},
|
||||
"MenuBackgroundPen" : {"value": "255, 255, 255, 0.15", "type": "color"},
|
||||
"MenuItemSelectBrush" : {"value": "HighLight_at", "type": "paletterole"},
|
||||
"MenuTextHoverPen" : {"value": "HighLightText_at", "type": "paletterole"}
|
||||
"MenuTextHoverPen" : {"value": "HighLightText_at", "type": "paletterole"},
|
||||
"MenuItemFocusPen" : {"value": "HighLight_at", "type": "paletterole"}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -95,7 +95,7 @@ bool FileCheck::isLegalWallPaperFile(const QString& filePath, const QString& typ
|
|||
qint64 fileSize = fileInfo.size();
|
||||
|
||||
if (type == "wallpaper") {
|
||||
if(fileInfo.suffix()!="png"){
|
||||
if(fileInfo.suffix()!="jpg"){
|
||||
QMessageBox::information(nullptr, tr("error"), tr("The file is not a jpg"));
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -35,11 +35,19 @@ cacheConfirmedWidget::cacheConfirmedWidget(QWidget *parent):
|
|||
// m_cacheConfirmedWidget->addLayout(m_cacheConfirmedBtn);
|
||||
// this->setLayout(m_cacheConfirmedWidget);
|
||||
|
||||
QGridLayout * layout = new QGridLayout(mainwindow);
|
||||
layout->addWidget(m_questionMessage,0,0);
|
||||
layout->addWidget(m_saveCache,1,0);
|
||||
layout->addWidget(m_cleanCache,1,1);
|
||||
layout->addWidget(m_cancel,1,2);
|
||||
// QGridLayout * layout = new QGridLayout(mainwindow);
|
||||
// layout->addWidget(m_questionMessage,0,0);
|
||||
// layout->addWidget(m_saveCache,1,0);
|
||||
// layout->addWidget(m_cleanCache,1,1);
|
||||
// layout->addWidget(m_cancel,1,2);
|
||||
QVBoxLayout * layout = new QVBoxLayout(mainwindow);
|
||||
QHBoxLayout * btnlayout = new QHBoxLayout();
|
||||
btnlayout->addWidget(m_saveCache);
|
||||
btnlayout->addStretch(1);
|
||||
btnlayout->addWidget(m_cleanCache);
|
||||
btnlayout->addWidget(m_cancel);
|
||||
layout->addWidget(m_questionMessage);
|
||||
layout->addLayout(btnlayout);
|
||||
|
||||
layout->setContentsMargins(24, 0, 24, 24);
|
||||
|
||||
|
|
|
@ -266,7 +266,7 @@ void GlobalThemeWidget::initRightWidget()
|
|||
void GlobalThemeWidget::initCoverWidget()
|
||||
{
|
||||
m_coverwidget = new QWidget(m_viewportwidget);
|
||||
m_coverwidget->setFixedHeight(220);
|
||||
m_coverwidget->setFixedHeight(240);
|
||||
QLabel *title = new QLabel(m_coverwidget);
|
||||
title->setText(tr("Overall theme rendering"));
|
||||
|
||||
|
@ -348,7 +348,7 @@ void GlobalThemeWidget::initCoverWidget()
|
|||
void GlobalThemeWidget::initWallPaperWidget()
|
||||
{
|
||||
m_wallpaperwidget = new QWidget(m_viewportwidget);
|
||||
m_wallpaperwidget->setFixedHeight(220);
|
||||
m_wallpaperwidget->setFixedHeight(240);
|
||||
QLabel *title = new QLabel(m_wallpaperwidget);
|
||||
title->setText(tr("Desktop wallpaper"));
|
||||
QVBoxLayout *layout = new QVBoxLayout();
|
||||
|
@ -544,6 +544,14 @@ void GlobalThemeWidget::initFilletWidget()
|
|||
}
|
||||
m_filletslider->setValue(intValue);
|
||||
});
|
||||
connect(lineedit,&ShowLineEdit::editingFinished,[=](){
|
||||
QString value = lineedit->text();
|
||||
if(value.toInt() == 0 && value.length() > 1){
|
||||
value = "0";
|
||||
}
|
||||
lineedit->setText(value);
|
||||
m_filletslider->setValue(value.toInt());
|
||||
});
|
||||
|
||||
QLabel *showLabel = new QLabel(m_filletwidget);
|
||||
showLabel->setDisabled(true);
|
||||
|
@ -690,6 +698,15 @@ void GlobalThemeWidget::initTransparencyWidget()
|
|||
}
|
||||
m_transparencyslider->setValue(intValue);
|
||||
});
|
||||
//connect不生效,不知道原因
|
||||
// connect(lineedit,&ShowLineEdit::editingFinished,[=](){
|
||||
// QString value = lineedit->text();
|
||||
// if(value.toInt() < 30){
|
||||
// value = "30";
|
||||
// }
|
||||
// lineedit->setText(value);
|
||||
// m_transparencyslider->setValue(value.toInt());
|
||||
// });
|
||||
|
||||
// showLabel->setText(QString::number(m_transparencyslider->value())+"%");
|
||||
showLabel->setText("%");
|
||||
|
|
|
@ -117,7 +117,7 @@ void GrubThemeWidget::initRightWidget()
|
|||
void GrubThemeWidget::initEditWidget()
|
||||
{
|
||||
m_grubwidget = new QWidget(m_rightwidget);
|
||||
m_grubwidget->setFixedHeight(220);
|
||||
m_grubwidget->setFixedHeight(250);
|
||||
QVBoxLayout *layout = new QVBoxLayout();
|
||||
|
||||
QLabel *tipLabel = new QLabel("Grub背景");
|
||||
|
|
|
@ -486,17 +486,15 @@ void IconThemeWidget::initPlaceandDeviceEditWidget()
|
|||
m_placescrollArea->setWidget(viewportWidget);
|
||||
QVBoxLayout *mainLayout = new QVBoxLayout(viewportWidget);
|
||||
viewportWidget->setLayout(mainLayout);
|
||||
|
||||
// QMap<QString,QString>* appicon_name_CH = new QMap<QString,QString>;
|
||||
// QList<QString> keys = m_placesiconpathmap->keys();
|
||||
// appicon_name_CH = m_preview->initSystemIconName(appicon_name_CH,keys);
|
||||
|
||||
QMap<QString,QString>* placeicon_name_CH = new QMap<QString,QString>;
|
||||
QList<QString> placekeys = m_placesiconpathmap->keys();
|
||||
placeicon_name_CH = m_preview->initPlaceIconName(placeicon_name_CH,placekeys);
|
||||
for (auto it = m_placesiconpathmap->begin(); it != m_placesiconpathmap->end(); ++it) {
|
||||
const QString& widgetName = it.key();
|
||||
const QString& filePath = it.value();
|
||||
IconEditWidget* widget = new IconEditWidget(viewportWidget);
|
||||
widget->setdefaulticon(filePath);
|
||||
widget->setdefaulticonname(it.key());
|
||||
widget->setdefaulticonname(placeicon_name_CH->value(it.key()));
|
||||
widget->setProperty("widgetname",widgetName);
|
||||
QPushButton *line = new QPushButton();
|
||||
line->setDisabled(true);
|
||||
|
@ -559,12 +557,16 @@ void IconThemeWidget::initPlaceandDeviceEditWidget()
|
|||
});
|
||||
}
|
||||
|
||||
QMap<QString,QString>* deviceicon_name_CH = new QMap<QString,QString>;
|
||||
QList<QString> devicekeys = m_devicesiconpathmap->keys();
|
||||
deviceicon_name_CH = m_preview->initDeviceIconName(deviceicon_name_CH,devicekeys);
|
||||
|
||||
for (auto it = m_devicesiconpathmap->begin(); it != m_devicesiconpathmap->end(); ++it) {
|
||||
const QString& widgetName = it.key();
|
||||
const QString& filePath = it.value();
|
||||
IconEditWidget* widget = new IconEditWidget(viewportWidget);
|
||||
widget->setdefaulticon(filePath);
|
||||
widget->setdefaulticonname(it.key());
|
||||
widget->setdefaulticonname(deviceicon_name_CH->value(it.key()));
|
||||
widget->setProperty("widgetname",widgetName);
|
||||
QPushButton *line = new QPushButton();
|
||||
line->setDisabled(true);
|
||||
|
@ -979,9 +981,9 @@ void IconThemeWidget::initRightWidget()
|
|||
|
||||
m_tabbar = new kdk::KTabBar();
|
||||
m_tabbar->setTabBarStyle(kdk::KTabBarStyle::SegmentDark);
|
||||
m_tabbar->addTab("AppIcons");
|
||||
m_tabbar->addTab("SystemIcons");
|
||||
m_tabbar->addTab("PlaceIcons");
|
||||
m_tabbar->addTab(tr("AppIcons"));
|
||||
m_tabbar->addTab(tr("SystemIcons"));
|
||||
m_tabbar->addTab(tr("PlaceIcons"));
|
||||
|
||||
layout->addWidget(m_tabbar);
|
||||
layout->setContentsMargins(0,0,15,0);
|
||||
|
|
|
@ -373,6 +373,7 @@ void ImageWidget::updateIconMap(const QMap<QString, QString>* newIconMap, QStrin
|
|||
for (const auto& pair : sortedList1) {
|
||||
const QString& widgetName = pair.first;
|
||||
const QString& filePath = pair.second;
|
||||
const QString& translatedWidgetName = tr(widgetName.toUtf8().constData());
|
||||
|
||||
QPixmap pixmap(filePath);
|
||||
if (!pixmap.isNull()) {
|
||||
|
@ -384,7 +385,7 @@ void ImageWidget::updateIconMap(const QMap<QString, QString>* newIconMap, QStrin
|
|||
item->setData(0, widgetName);
|
||||
item->setData(1, filePath);
|
||||
|
||||
QGraphicsTextItem* textItem = scene->addText(widgetName);
|
||||
QGraphicsTextItem* textItem = scene->addText(translatedWidgetName);
|
||||
textItem->setPos(col * 160, row * 160 + 128);
|
||||
QRectF textRect = textItem->boundingRect();
|
||||
textItem->setPos(col * 160 + (128 - textRect.width()) / 2, row * 160 + 120);
|
||||
|
@ -566,59 +567,91 @@ void ImageWidget::miniscale()
|
|||
|
||||
QMap<QString, QString> *ImageWidget::initIconName(QMap<QString, QString> *name_CH, QList<QString> keys)
|
||||
{
|
||||
name_CH->insert(keys[0],tr("生物特征管理工具"));
|
||||
name_CH->insert(keys[1],tr("文件保护箱"));
|
||||
name_CH->insert(keys[2],tr("刻录"));
|
||||
name_CH->insert(keys[3],tr("天气"));
|
||||
name_CH->insert(keys[4],tr("安全中心"));
|
||||
name_CH->insert(keys[5],tr("闹钟"));
|
||||
name_CH->insert(keys[6],tr("工具箱"));
|
||||
name_CH->insert(keys[7],tr("计算器"));
|
||||
name_CH->insert(keys[8],tr("摄像头"));
|
||||
name_CH->insert(keys[9],tr("多端协同"));
|
||||
name_CH->insert(keys[10],tr("字体管理器"));
|
||||
name_CH->insert(keys[11],tr("安装器"));
|
||||
name_CH->insert(keys[12],tr("飞书"));
|
||||
name_CH->insert(keys[13],tr("日志查看器"));
|
||||
name_CH->insert(keys[14],tr("音乐"));
|
||||
name_CH->insert(keys[15],tr("新功能介绍"));
|
||||
name_CH->insert(keys[16],tr("便签本"));
|
||||
name_CH->insert(keys[17],tr("麒麟管家"));
|
||||
name_CH->insert(keys[18],tr("看图"));
|
||||
name_CH->insert(keys[19],tr("打印机"));
|
||||
name_CH->insert(keys[20],tr("录音"));
|
||||
name_CH->insert(keys[21],tr("截图"));
|
||||
name_CH->insert(keys[22],tr("服务与支持"));
|
||||
name_CH->insert(keys[23],tr("软件商店"));
|
||||
name_CH->insert(keys[24],tr("U盘启动器"));
|
||||
name_CH->insert(keys[25],tr("用户手册"));
|
||||
name_CH->insert(keys[26],tr("影音"));
|
||||
name_CH->insert(keys[27],tr("文件管理器"));
|
||||
name_CH->insert(keys[28],tr("设置"));
|
||||
name_CH->insert(keys[29],tr("系统监视器"));
|
||||
name_CH->insert(keys[30],tr("终端"));
|
||||
name_CH->insert(keys[31],tr("备份还原"));
|
||||
name_CH->insert(keys[0],tr("biometric-manager"));
|
||||
name_CH->insert(keys[1],tr("box-manager"));
|
||||
name_CH->insert(keys[2],tr("burner"));
|
||||
name_CH->insert(keys[3],tr("indicator-china-weather"));
|
||||
name_CH->insert(keys[4],tr("ksc-defender"));
|
||||
name_CH->insert(keys[5],tr("kylin-alarm-clock"));
|
||||
name_CH->insert(keys[6],tr("kylin-assistant"));
|
||||
name_CH->insert(keys[7],tr("kylin-calculator"));
|
||||
name_CH->insert(keys[8],tr("kylin-camera"));
|
||||
name_CH->insert(keys[9],tr("kylin-connectivity"));
|
||||
name_CH->insert(keys[10],tr("kylin-font-viewer"));
|
||||
name_CH->insert(keys[11],tr("kylin-installer"));
|
||||
name_CH->insert(keys[12],tr("kylin-ipmsg"));
|
||||
name_CH->insert(keys[13],tr("kylin-log-viewer"));
|
||||
name_CH->insert(keys[14],tr("kylin-music"));
|
||||
name_CH->insert(keys[15],tr("kylin-new-function-introduction"));
|
||||
name_CH->insert(keys[16],tr("kylin-notebook"));
|
||||
name_CH->insert(keys[17],tr("kylin-os-manager"));
|
||||
name_CH->insert(keys[18],tr("kylin-photo-viewer"));
|
||||
name_CH->insert(keys[19],tr("kylin-printer"));
|
||||
name_CH->insert(keys[20],tr("kylin-recorder"));
|
||||
name_CH->insert(keys[21],tr("kylin-screenshot"));
|
||||
name_CH->insert(keys[22],tr("kylin-service-support"));
|
||||
name_CH->insert(keys[23],tr("kylin-software-center"));
|
||||
name_CH->insert(keys[24],tr("kylin-usb-creator"));
|
||||
name_CH->insert(keys[25],tr("kylin-user-guide"));
|
||||
name_CH->insert(keys[26],tr("kylin-video"));
|
||||
name_CH->insert(keys[27],tr("system-file-manager"));
|
||||
name_CH->insert(keys[28],tr("ukui-control-center"));
|
||||
name_CH->insert(keys[29],tr("ukui-system-monitor"));
|
||||
name_CH->insert(keys[30],tr("utilities-terminal"));
|
||||
name_CH->insert(keys[31],tr("yhkylin-backup-tools"));
|
||||
|
||||
return name_CH;
|
||||
}
|
||||
|
||||
QMap<QString, QString> *ImageWidget::initSystemIconName(QMap<QString, QString> *name_CH, QList<QString> keys)
|
||||
{
|
||||
name_CH->insert(keys[0],tr("账户"));
|
||||
name_CH->insert(keys[1],tr("系统"));
|
||||
name_CH->insert(keys[2],tr("设备"));
|
||||
name_CH->insert(keys[3],tr("网络"));
|
||||
name_CH->insert(keys[4],tr("个性化"));
|
||||
name_CH->insert(keys[5],tr("时间和语言"));
|
||||
name_CH->insert(keys[6],tr("更新"));
|
||||
name_CH->insert(keys[7],tr("安全"));
|
||||
name_CH->insert(keys[8],tr("应用"));
|
||||
name_CH->insert(keys[9],tr("搜索"));
|
||||
name_CH->insert(keys[10],tr("应用"));
|
||||
name_CH->insert(keys[0],tr("kylin-settings-account"));
|
||||
name_CH->insert(keys[1],tr("kylin-settings-system"));
|
||||
name_CH->insert(keys[2],tr("kylin-settings-devices"));
|
||||
name_CH->insert(keys[3],tr("kylin-settings-network"));
|
||||
name_CH->insert(keys[4],tr("kylin-settings-personalized"));
|
||||
name_CH->insert(keys[5],tr("kylin-settings-update"));
|
||||
name_CH->insert(keys[6],tr("kylin-settings-datetime"));
|
||||
name_CH->insert(keys[7],tr("kylin-settings-security"));
|
||||
name_CH->insert(keys[8],tr("kylin-settings-application"));
|
||||
name_CH->insert(keys[9],tr("kylin-settings-search"));
|
||||
name_CH->insert(keys[10],tr("kylin-settings-commoninfo"));
|
||||
|
||||
return name_CH;
|
||||
}
|
||||
|
||||
QMap<QString, QString> *ImageWidget::initPlaceIconName(QMap<QString, QString> *name_CH, QList<QString> keys)
|
||||
{
|
||||
name_CH->insert(keys[0],tr("document-open-recent"));
|
||||
name_CH->insert(keys[1],tr("folder-documents"));
|
||||
name_CH->insert(keys[2],tr("folder-download"));
|
||||
name_CH->insert(keys[3],tr("folder-dropbox"));
|
||||
name_CH->insert(keys[4],tr("folder-music"));
|
||||
name_CH->insert(keys[5],tr("folder-open"));
|
||||
name_CH->insert(keys[6],tr("folder-pictures"));
|
||||
name_CH->insert(keys[7],tr("folder-publicshare"));
|
||||
name_CH->insert(keys[8],tr("folder-templates"));
|
||||
name_CH->insert(keys[9],tr("folder-videos"));
|
||||
name_CH->insert(keys[10],tr("inode-directory"));
|
||||
name_CH->insert(keys[11],tr("user-desktop"));
|
||||
name_CH->insert(keys[12],tr("user-home"));
|
||||
name_CH->insert(keys[13],tr("user-trash-full"));
|
||||
name_CH->insert(keys[14],tr("user-trash"));
|
||||
return name_CH;
|
||||
}
|
||||
|
||||
QMap<QString, QString> *ImageWidget::initDeviceIconName(QMap<QString, QString> *name_CH, QList<QString> keys)
|
||||
{
|
||||
name_CH->insert(keys[0],tr("computer"));
|
||||
name_CH->insert(keys[1],tr("cupsprinter"));
|
||||
name_CH->insert(keys[2],tr("drive-harddisk"));
|
||||
name_CH->insert(keys[3],tr("drive-removable-media-usb"));
|
||||
name_CH->insert(keys[4],tr("input-keyboard"));
|
||||
name_CH->insert(keys[5],tr("input-mouse"));
|
||||
name_CH->insert(keys[6],tr("scanner"));
|
||||
return name_CH;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 构造函数
|
||||
*
|
||||
|
|
|
@ -86,6 +86,8 @@ public:
|
|||
void miniscale();
|
||||
QMap<QString, QString> *initIconName(QMap<QString, QString> *name_CH, QList<QString> keys);
|
||||
QMap<QString, QString> *initSystemIconName(QMap<QString, QString> *name_CH, QList<QString> keys);
|
||||
QMap<QString, QString> *initPlaceIconName(QMap<QString, QString> *name_CH, QList<QString> keys);
|
||||
QMap<QString, QString> *initDeviceIconName(QMap<QString, QString> *name_CH, QList<QString> keys);
|
||||
private:
|
||||
const QMap<QString,QString>* m_iconMap;
|
||||
QPixmap* image;
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
InfoCreateWidget::InfoCreateWidget(QWidget *parent, const QString &m_state) :
|
||||
kdk::KDialog(parent)
|
||||
{
|
||||
this->setWindowIcon(QIcon::fromTheme("kylin-theme-builder"));
|
||||
this->setWindowTitle(tr("Package Information"));
|
||||
QWidget*mainwindow = mainWidget();
|
||||
this->setFixedSize(424,444);
|
||||
this->setWindowModality(Qt::ApplicationModal);
|
||||
|
@ -68,7 +70,6 @@ void InfoCreateWidget::InitThemeName(){
|
|||
m_themeNameCNLabel = new QLabel();
|
||||
m_themeNameCNLineEdit = new QLineEdit();
|
||||
m_themeNameCNLineEdit->setFixedSize(248,36);
|
||||
m_themeNameCNLabel->setText(tr("ThemeName-CN"));
|
||||
m_themeNameCNLabel->setFixedWidth(100);
|
||||
m_themeNameCNLineEdit->setEchoMode(QLineEdit::Normal);
|
||||
|
||||
|
@ -79,14 +80,29 @@ void InfoCreateWidget::InitThemeName(){
|
|||
m_themeNameENLabel = new QLabel();
|
||||
m_themeNameENLineEdit = new QLineEdit();
|
||||
m_themeNameENLineEdit->setFixedSize(248,36);
|
||||
m_themeNameENLabel->setText(tr("ThemeName-EN"));
|
||||
m_themeNameENLabel->setFixedWidth(100);
|
||||
m_themeNameENLineEdit->setEchoMode(QLineEdit::Normal);
|
||||
|
||||
m_themeNameENLayout->addWidget(m_themeNameENLabel);
|
||||
m_themeNameENLayout->addWidget(m_themeNameENLineEdit);
|
||||
|
||||
QFont f(m_themeNameCNLabel->font());
|
||||
QFontMetrics fm(f);
|
||||
QString str1= fm.elidedText(tr("ThemeName-CN"), Qt::ElideRight, 100);
|
||||
QString str2= fm.elidedText(tr("ThemeName-EN"), Qt::ElideRight, 100);
|
||||
m_themeNameCNLabel->setText(str1);
|
||||
m_themeNameCNLabel->setToolTip(tr("ThemeName-CN"));
|
||||
m_themeNameENLabel->setText(str2);
|
||||
m_themeNameENLabel->setToolTip(tr("ThemeName-EN"));
|
||||
|
||||
if (QGSettings::isSchemaInstalled("org.ukui.style")) {
|
||||
QGSettings *gSetting = new QGSettings("org.ukui.style", QByteArray(), this);
|
||||
connect(gSetting, &QGSettings::changed, this, [=](const QString &key) {
|
||||
if ("systemFontSize" == key) {
|
||||
updateLabelShow();
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
void InfoCreateWidget::InitBuilderInfo(){
|
||||
|
@ -308,7 +324,7 @@ void InfoCreateWidget::InfoProcess(){
|
|||
QPalette m_fontqpe;
|
||||
m_fontqpe.setColor(QPalette::WindowText,Qt::red);
|
||||
m_warningMessage3->setPalette(m_fontqpe);
|
||||
m_warningMessage3->setText("Input is empty!");
|
||||
m_warningMessage3->setText(tr("Input is empty!"));
|
||||
m_builderNameState = false;
|
||||
m_recogniseBtn->setEnabled(false);
|
||||
m_createDebBtn->setEnabled(false);
|
||||
|
@ -726,3 +742,15 @@ void InfoCreateWidget::getFileInfo(const QMap<QString, QVariant> &m_packageInfo)
|
|||
m_builderMailLineEdit->setText(m_packageInfo.value("key3").toString());
|
||||
}
|
||||
|
||||
void InfoCreateWidget::updateLabelShow()
|
||||
{
|
||||
QFont f(m_themeNameCNLabel->font());
|
||||
QFontMetrics fm(f);
|
||||
QString str1= fm.elidedText(tr("ThemeName-CN"), Qt::ElideRight, 100);
|
||||
QString str2= fm.elidedText(tr("ThemeName-EN"), Qt::ElideRight, 100);
|
||||
m_themeNameCNLabel->setText(str1);
|
||||
m_themeNameCNLabel->setToolTip(str1);
|
||||
m_themeNameENLabel->setText(str2);
|
||||
m_themeNameCNLabel->setToolTip(str2);
|
||||
}
|
||||
|
||||
|
|
|
@ -47,6 +47,8 @@ public:
|
|||
void createMeson(const QString &m_date);
|
||||
void getFileInfo(const QMap<QString, QVariant> &m_packageInfo);
|
||||
|
||||
void updateLabelShow();
|
||||
|
||||
signals:
|
||||
void readytoSave();
|
||||
void readytoBuild();
|
||||
|
|
|
@ -110,7 +110,7 @@ void PlymouthThemeWidget::initRightWidget()
|
|||
void PlymouthThemeWidget::initEditWidget()
|
||||
{
|
||||
m_plymouthwidget = new QWidget(m_rightwidget);
|
||||
m_plymouthwidget->setFixedHeight(250);
|
||||
m_plymouthwidget->setFixedHeight(270);
|
||||
QVBoxLayout *widgetLayout = new QVBoxLayout(m_plymouthwidget);
|
||||
QWidget *checkBoxWidget = new QWidget();
|
||||
QHBoxLayout *checkBoxLayout = new QHBoxLayout(checkBoxWidget);
|
||||
|
|
|
@ -30,7 +30,14 @@ SavePathDialog::SavePathDialog(QWidget *parent) :
|
|||
QWidget*mainwindow = mainWidget();
|
||||
QGridLayout *layout = new QGridLayout(mainwindow);
|
||||
m_pathLabel = new QLabel;
|
||||
m_pathLabel->setText(tr("Storage Path:")+getSavePath());
|
||||
QString path = getSavePath();
|
||||
QString showpath = tr("Storage Path:")+path;
|
||||
QFont f(m_pathLabel->font());//获取控件字体font
|
||||
QFontMetrics fm(f);
|
||||
QString str1= fm.elidedText(showpath, Qt::ElideRight, 250);//三个参数分别为:需要省略的字符串,省略方式,长度
|
||||
|
||||
m_pathLabel->setText(str1);
|
||||
m_pathLabel->setToolTip(path);
|
||||
m_modifyBtn = new QPushButton;
|
||||
m_modifyBtn->setFixedSize(QSize(88,33));
|
||||
m_modifyBtn->setText(tr("Modify"));
|
||||
|
@ -49,12 +56,14 @@ SavePathDialog::SavePathDialog(QWidget *parent) :
|
|||
emit savePathUpdate(m_savepath);
|
||||
this->close();
|
||||
});
|
||||
}
|
||||
|
||||
void SavePathDialog::updateLabel(QString savepath)
|
||||
{
|
||||
m_pathLabel->setText(tr("Storage Path:")+savepath);
|
||||
m_pathLabel->setToolTip(savepath);
|
||||
if (QGSettings::isSchemaInstalled("org.ukui.style")) {
|
||||
QGSettings *gSetting = new QGSettings("org.ukui.style", QByteArray(), this);
|
||||
connect(gSetting, &QGSettings::changed, this, [=](const QString &key) {
|
||||
if ("systemFontSize" == key) {
|
||||
updateLabelShow(path);
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
QString SavePathDialog::getSavePath()
|
||||
|
@ -75,13 +84,25 @@ QString SavePathDialog::getSavePath()
|
|||
}
|
||||
}
|
||||
|
||||
void SavePathDialog::updateLabelShow(QString savepath)
|
||||
{
|
||||
QString path = savepath;
|
||||
QString showpath = tr("Storage Path:")+path;
|
||||
QFont f(m_pathLabel->font());
|
||||
QFontMetrics fm(f);
|
||||
QString str1= fm.elidedText(showpath, Qt::ElideRight, 250);
|
||||
|
||||
m_pathLabel->setText(str1);
|
||||
m_pathLabel->setToolTip(path);
|
||||
}
|
||||
|
||||
void SavePathDialog::onModifyBtnClicked()
|
||||
{
|
||||
QString newFilePath = QFileDialog::getExistingDirectory(this, tr("Select Directory"),QDir::homePath());
|
||||
if(newFilePath != nullptr){
|
||||
m_savepath = newFilePath;
|
||||
this->updateLabel(newFilePath);
|
||||
m_confirmBtn->setEnabled(true);
|
||||
updateLabelShow(newFilePath);
|
||||
}else{
|
||||
qDebug()<<"savepath is null";
|
||||
}
|
||||
|
|
|
@ -33,8 +33,8 @@ class SavePathDialog : public kdk::KDialog
|
|||
Q_OBJECT
|
||||
public:
|
||||
explicit SavePathDialog(QWidget *parent = nullptr);
|
||||
void updateLabel(QString savepath);
|
||||
QString getSavePath();
|
||||
void updateLabelShow(QString savepath);
|
||||
signals:
|
||||
void savePathUpdate(const QString& filePath);
|
||||
public slots:
|
||||
|
|
|
@ -222,72 +222,72 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="594"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="602"/>
|
||||
<source>Accent colour</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="598"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="606"/>
|
||||
<source>daybreakBlue</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="599"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="607"/>
|
||||
<source>jamPurple</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="600"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="608"/>
|
||||
<source>magenta</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="601"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="609"/>
|
||||
<source>sunRed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="602"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="610"/>
|
||||
<source>sunsetOrange</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="603"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="611"/>
|
||||
<source>dustGold</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="604"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="612"/>
|
||||
<source>polarGreen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="659"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="667"/>
|
||||
<source>Window transparency</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="735"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="752"/>
|
||||
<source>Window fillet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="739"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="756"/>
|
||||
<source>Large</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="740"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="757"/>
|
||||
<source>Medium</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="741"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="758"/>
|
||||
<source>Small</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="772"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="789"/>
|
||||
<source>Start Global Theme Building</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -370,42 +370,57 @@
|
|||
<message>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="155"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="426"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="520"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="591"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="518"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="593"/>
|
||||
<source>Select SVG file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="155"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="426"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="520"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="591"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="518"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="593"/>
|
||||
<source>SVG file (*.svg)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="642"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="644"/>
|
||||
<source>Batch addition</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="644"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="1223"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="646"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="1225"/>
|
||||
<source>Start Icon Theme Building</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="659"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="661"/>
|
||||
<source>Select Batch</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="1014"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="984"/>
|
||||
<source>AppIcons</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="985"/>
|
||||
<source>SystemIcons</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="986"/>
|
||||
<source>PlaceIcons</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="1016"/>
|
||||
<source>*The uploaded ICONS are 256 X 256 in SVG format</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="1221"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="1223"/>
|
||||
<source>Start Global Theme Building</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -413,303 +428,427 @@
|
|||
<context>
|
||||
<name>ImageWidget</name>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="569"/>
|
||||
<source>生物特征管理工具</source>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="625"/>
|
||||
<source>document-open-recent</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="626"/>
|
||||
<source>folder-documents</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="627"/>
|
||||
<source>folder-download</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="628"/>
|
||||
<source>folder-dropbox</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="629"/>
|
||||
<source>folder-music</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="630"/>
|
||||
<source>folder-open</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="631"/>
|
||||
<source>folder-pictures</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="632"/>
|
||||
<source>folder-publicshare</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="633"/>
|
||||
<source>folder-templates</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="634"/>
|
||||
<source>folder-videos</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="636"/>
|
||||
<source>user-desktop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="637"/>
|
||||
<source>user-home</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="638"/>
|
||||
<source>user-trash-full</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="639"/>
|
||||
<source>user-trash</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="645"/>
|
||||
<source>computer</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="646"/>
|
||||
<source>cupsprinter</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="647"/>
|
||||
<source>drive-harddisk</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="648"/>
|
||||
<source>drive-removable-media-usb</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="649"/>
|
||||
<source>input-keyboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="650"/>
|
||||
<source>input-mouse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="651"/>
|
||||
<source>scanner</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="570"/>
|
||||
<source>文件保护箱</source>
|
||||
<source>biometric-manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="571"/>
|
||||
<source>刻录</source>
|
||||
<source>box-manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="572"/>
|
||||
<source>天气</source>
|
||||
<source>burner</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="573"/>
|
||||
<source>安全中心</source>
|
||||
<source>indicator-china-weather</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="574"/>
|
||||
<source>闹钟</source>
|
||||
<source>ksc-defender</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="575"/>
|
||||
<source>工具箱</source>
|
||||
<source>kylin-alarm-clock</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="576"/>
|
||||
<source>计算器</source>
|
||||
<source>kylin-assistant</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="577"/>
|
||||
<source>摄像头</source>
|
||||
<source>kylin-calculator</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="578"/>
|
||||
<source>多端协同</source>
|
||||
<source>kylin-camera</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="579"/>
|
||||
<source>字体管理器</source>
|
||||
<source>kylin-connectivity</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="580"/>
|
||||
<source>安装器</source>
|
||||
<source>kylin-font-viewer</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="581"/>
|
||||
<source>飞书</source>
|
||||
<source>kylin-installer</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="582"/>
|
||||
<source>日志查看器</source>
|
||||
<source>kylin-ipmsg</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="583"/>
|
||||
<source>音乐</source>
|
||||
<source>kylin-log-viewer</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="584"/>
|
||||
<source>新功能介绍</source>
|
||||
<source>kylin-music</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="585"/>
|
||||
<source>便签本</source>
|
||||
<source>kylin-new-function-introduction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="586"/>
|
||||
<source>麒麟管家</source>
|
||||
<source>kylin-notebook</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="587"/>
|
||||
<source>看图</source>
|
||||
<source>kylin-os-manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="588"/>
|
||||
<source>打印机</source>
|
||||
<source>kylin-photo-viewer</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="589"/>
|
||||
<source>录音</source>
|
||||
<source>kylin-printer</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="590"/>
|
||||
<source>截图</source>
|
||||
<source>kylin-recorder</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="591"/>
|
||||
<source>服务与支持</source>
|
||||
<source>kylin-screenshot</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="592"/>
|
||||
<source>软件商店</source>
|
||||
<source>kylin-service-support</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="593"/>
|
||||
<source>U盘启动器</source>
|
||||
<source>kylin-software-center</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="594"/>
|
||||
<source>用户手册</source>
|
||||
<source>kylin-usb-creator</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="595"/>
|
||||
<source>影音</source>
|
||||
<source>kylin-user-guide</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="596"/>
|
||||
<source>文件管理器</source>
|
||||
<source>kylin-video</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="597"/>
|
||||
<source>设置</source>
|
||||
<source>system-file-manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="598"/>
|
||||
<source>系统监视器</source>
|
||||
<source>ukui-control-center</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="599"/>
|
||||
<source>终端</source>
|
||||
<source>ukui-system-monitor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="600"/>
|
||||
<source>备份还原</source>
|
||||
<source>utilities-terminal</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="607"/>
|
||||
<source>账户</source>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="601"/>
|
||||
<source>yhkylin-backup-tools</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="608"/>
|
||||
<source>系统</source>
|
||||
<source>kylin-settings-account</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="609"/>
|
||||
<source>设备</source>
|
||||
<source>kylin-settings-system</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="610"/>
|
||||
<source>网络</source>
|
||||
<source>kylin-settings-devices</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="611"/>
|
||||
<source>个性化</source>
|
||||
<source>kylin-settings-network</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="612"/>
|
||||
<source>时间和语言</source>
|
||||
<source>kylin-settings-personalized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="613"/>
|
||||
<source>更新</source>
|
||||
<source>kylin-settings-update</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="614"/>
|
||||
<source>安全</source>
|
||||
<source>kylin-settings-datetime</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="615"/>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="617"/>
|
||||
<source>应用</source>
|
||||
<source>kylin-settings-security</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="616"/>
|
||||
<source>搜索</source>
|
||||
<source>kylin-settings-application</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="617"/>
|
||||
<source>kylin-settings-search</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="618"/>
|
||||
<source>kylin-settings-commoninfo</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="635"/>
|
||||
<source>inode-directory</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>InfoCreateWidget</name>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="71"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="8"/>
|
||||
<source>Package Information</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="91"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="94"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="749"/>
|
||||
<source>ThemeName-CN</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="82"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="92"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="96"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="750"/>
|
||||
<source>ThemeName-EN</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="98"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="114"/>
|
||||
<source>Builder Name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="109"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="125"/>
|
||||
<source>Builder Mail</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="123"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="139"/>
|
||||
<source>Back</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="125"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="141"/>
|
||||
<source>OK</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="127"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="143"/>
|
||||
<source>Create</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="176"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="206"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="282"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="192"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="222"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="298"/>
|
||||
<source>Please enter less than 15 characters</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="185"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="254"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="302"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="358"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="201"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="270"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="318"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="374"/>
|
||||
<source>Input format error!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="191"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="264"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="367"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="207"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="280"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="327"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="383"/>
|
||||
<source>Input is empty!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="214"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="230"/>
|
||||
<source>Please enter more than 1 characters</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="223"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="239"/>
|
||||
<source>Please don't duplicate the name of a package that already exists!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="246"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="262"/>
|
||||
<source>Please keep theme names in lowercase!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="338"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="354"/>
|
||||
<source>Please enter more than 6 characters</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="412"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="428"/>
|
||||
<source>Set as a theme for system use during installation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="330"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="346"/>
|
||||
<source>Please enter less than 35 characters</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -867,23 +1006,23 @@
|
|||
<context>
|
||||
<name>SavePathDialog</name>
|
||||
<message>
|
||||
<location filename="../src/module/savepathdialog.cpp" line="33"/>
|
||||
<location filename="../src/module/savepathdialog.cpp" line="56"/>
|
||||
<location filename="../src/module/savepathdialog.cpp" line="34"/>
|
||||
<location filename="../src/module/savepathdialog.cpp" line="90"/>
|
||||
<source>Storage Path:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/savepathdialog.cpp" line="36"/>
|
||||
<location filename="../src/module/savepathdialog.cpp" line="43"/>
|
||||
<source>Modify</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/savepathdialog.cpp" line="39"/>
|
||||
<location filename="../src/module/savepathdialog.cpp" line="46"/>
|
||||
<source>Confirm</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/savepathdialog.cpp" line="80"/>
|
||||
<location filename="../src/module/savepathdialog.cpp" line="101"/>
|
||||
<source>Select Directory</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -952,7 +1091,7 @@
|
|||
<context>
|
||||
<name>addIconWidget</name>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="905"/>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="938"/>
|
||||
<source>Add icon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -226,72 +226,72 @@
|
|||
<translation>控件圆角</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="594"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="602"/>
|
||||
<source>Accent colour</source>
|
||||
<translation>强调色</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="598"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="606"/>
|
||||
<source>daybreakBlue</source>
|
||||
<translation>拂晓蓝</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="599"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="607"/>
|
||||
<source>jamPurple</source>
|
||||
<translation>果酱紫</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="600"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="608"/>
|
||||
<source>magenta</source>
|
||||
<translation>玫瑰红</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="601"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="609"/>
|
||||
<source>sunRed</source>
|
||||
<translation>烈日红</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="602"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="610"/>
|
||||
<source>sunsetOrange</source>
|
||||
<translation>日暮橙</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="603"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="611"/>
|
||||
<source>dustGold</source>
|
||||
<translation>薄雾金</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="604"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="612"/>
|
||||
<source>polarGreen</source>
|
||||
<translation>极光绿</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="659"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="667"/>
|
||||
<source>Window transparency</source>
|
||||
<translation>窗口透明度</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="735"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="752"/>
|
||||
<source>Window fillet</source>
|
||||
<translation>窗口圆角</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="739"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="756"/>
|
||||
<source>Large</source>
|
||||
<translation>大</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="740"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="757"/>
|
||||
<source>Medium</source>
|
||||
<translation>中</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="741"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="758"/>
|
||||
<source>Small</source>
|
||||
<translation>小</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="772"/>
|
||||
<location filename="../src/module/globalthemewidget.cpp" line="789"/>
|
||||
<source>Start Global Theme Building</source>
|
||||
<translation>制作全局主题</translation>
|
||||
</message>
|
||||
|
@ -382,37 +382,52 @@
|
|||
<message>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="155"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="426"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="520"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="591"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="518"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="593"/>
|
||||
<source>Select SVG file</source>
|
||||
<translation>选择SVG文件</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="155"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="426"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="520"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="591"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="518"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="593"/>
|
||||
<source>SVG file (*.svg)</source>
|
||||
<translation>SVG 文件 (*.svg)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="642"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="644"/>
|
||||
<source>Batch addition</source>
|
||||
<translation>批量添加</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="644"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="1223"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="646"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="1225"/>
|
||||
<source>Start Icon Theme Building</source>
|
||||
<translation>制作图标主题</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="659"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="661"/>
|
||||
<source>Select Batch</source>
|
||||
<translation>选择批量导入文件夹</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="1014"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="984"/>
|
||||
<source>AppIcons</source>
|
||||
<translation>APP</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="985"/>
|
||||
<source>SystemIcons</source>
|
||||
<translation>系统设置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="986"/>
|
||||
<source>PlaceIcons</source>
|
||||
<translation>系统桌面</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="1016"/>
|
||||
<source>*The uploaded ICONS are 256 X 256 in SVG format</source>
|
||||
<translation>上传的图标尺寸为256 X 256、格式为 SVG </translation>
|
||||
</message>
|
||||
|
@ -421,7 +436,7 @@
|
|||
<translation type="vanished">上传的图标尺寸为96 X 96、格式为 SVG</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="1221"/>
|
||||
<location filename="../src/module/iconthemewidget.cpp" line="1223"/>
|
||||
<source>Start Global Theme Building</source>
|
||||
<translation>制作全局主题</translation>
|
||||
</message>
|
||||
|
@ -437,298 +452,422 @@
|
|||
<context>
|
||||
<name>ImageWidget</name>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="569"/>
|
||||
<source>生物特征管理工具</source>
|
||||
<translation></translation>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="625"/>
|
||||
<source>document-open-recent</source>
|
||||
<translation>最近</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="626"/>
|
||||
<source>folder-documents</source>
|
||||
<translation>文档</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="627"/>
|
||||
<source>folder-download</source>
|
||||
<translation>下载</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="628"/>
|
||||
<source>folder-dropbox</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="629"/>
|
||||
<source>folder-music</source>
|
||||
<translation>音乐</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="630"/>
|
||||
<source>folder-open</source>
|
||||
<translation>打开</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="631"/>
|
||||
<source>folder-pictures</source>
|
||||
<translation>图片</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="632"/>
|
||||
<source>folder-publicshare</source>
|
||||
<translation>共享</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="633"/>
|
||||
<source>folder-templates</source>
|
||||
<translation>模板</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="634"/>
|
||||
<source>folder-videos</source>
|
||||
<translation>视频</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="636"/>
|
||||
<source>user-desktop</source>
|
||||
<translation>桌面</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="637"/>
|
||||
<source>user-home</source>
|
||||
<translation>个人</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="638"/>
|
||||
<source>user-trash-full</source>
|
||||
<translation>回收站</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="639"/>
|
||||
<source>user-trash</source>
|
||||
<translation>回收站</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="645"/>
|
||||
<source>computer</source>
|
||||
<translation>计算机</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="646"/>
|
||||
<source>cupsprinter</source>
|
||||
<translation>打印机</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="647"/>
|
||||
<source>drive-harddisk</source>
|
||||
<translation>硬盘</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="648"/>
|
||||
<source>drive-removable-media-usb</source>
|
||||
<translation>USB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="649"/>
|
||||
<source>input-keyboard</source>
|
||||
<translation>键盘</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="650"/>
|
||||
<source>input-mouse</source>
|
||||
<translation>鼠标</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="651"/>
|
||||
<source>scanner</source>
|
||||
<translation>扫描仪</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="570"/>
|
||||
<source>文件保护箱</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>biometric-manager</source>
|
||||
<translation>生物特征管理工具</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="571"/>
|
||||
<source>刻录</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>box-manager</source>
|
||||
<translation>文件保护箱</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="572"/>
|
||||
<source>天气</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>burner</source>
|
||||
<translation>刻录</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="573"/>
|
||||
<source>安全中心</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>indicator-china-weather</source>
|
||||
<translation>天气</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="574"/>
|
||||
<source>闹钟</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>ksc-defender</source>
|
||||
<translation>安全中心</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="575"/>
|
||||
<source>工具箱</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-alarm-clock</source>
|
||||
<translation>闹钟</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="576"/>
|
||||
<source>计算器</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-assistant</source>
|
||||
<translation>工具箱</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="577"/>
|
||||
<source>摄像头</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-calculator</source>
|
||||
<translation>计算器</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="578"/>
|
||||
<source>多端协同</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-camera</source>
|
||||
<translation>摄像头</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="579"/>
|
||||
<source>字体管理器</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-connectivity</source>
|
||||
<translation>多端协同</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="580"/>
|
||||
<source>安装器</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-font-viewer</source>
|
||||
<translation>字体管理器</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="581"/>
|
||||
<source>飞书</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-installer</source>
|
||||
<translation>安装器</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="582"/>
|
||||
<source>日志查看器</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-ipmsg</source>
|
||||
<translation>飞书</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="583"/>
|
||||
<source>音乐</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-log-viewer</source>
|
||||
<translation>日志查看器</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="584"/>
|
||||
<source>新功能介绍</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-music</source>
|
||||
<translation>音乐</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="585"/>
|
||||
<source>便签本</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-new-function-introduction</source>
|
||||
<translation>新功能介绍</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="586"/>
|
||||
<source>麒麟管家</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-notebook</source>
|
||||
<translation>便签本</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="587"/>
|
||||
<source>看图</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-os-manager</source>
|
||||
<translation>麒麟管家</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="588"/>
|
||||
<source>打印机</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-photo-viewer</source>
|
||||
<translation>看图</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="589"/>
|
||||
<source>录音</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-printer</source>
|
||||
<translation>打印机</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="590"/>
|
||||
<source>截图</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-recorder</source>
|
||||
<translation>录音</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="591"/>
|
||||
<source>服务与支持</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-screenshot</source>
|
||||
<translation>截图</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="592"/>
|
||||
<source>软件商店</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-service-support</source>
|
||||
<translation>服务与支持</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="593"/>
|
||||
<source>U盘启动器</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-software-center</source>
|
||||
<translation>软件商店</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="594"/>
|
||||
<source>用户手册</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-usb-creator</source>
|
||||
<translation>U盘启动器</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="595"/>
|
||||
<source>影音</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-user-guide</source>
|
||||
<translation>用户手册</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="596"/>
|
||||
<source>文件管理器</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-video</source>
|
||||
<translation>影音</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="597"/>
|
||||
<source>设置</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>system-file-manager</source>
|
||||
<translation>文件管理器</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="598"/>
|
||||
<source>系统监视器</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>ukui-control-center</source>
|
||||
<translation>设置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="599"/>
|
||||
<source>终端</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>ukui-system-monitor</source>
|
||||
<translation>系统监视器</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="600"/>
|
||||
<source>备份还原</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>utilities-terminal</source>
|
||||
<translation>终端</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="607"/>
|
||||
<source>账户</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="601"/>
|
||||
<source>yhkylin-backup-tools</source>
|
||||
<translation>备份还原</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="608"/>
|
||||
<source>系统</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-settings-account</source>
|
||||
<translation>账户</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="609"/>
|
||||
<source>设备</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-settings-system</source>
|
||||
<translation>系统</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="610"/>
|
||||
<source>网络</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-settings-devices</source>
|
||||
<translation>设备</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="611"/>
|
||||
<source>个性化</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-settings-network</source>
|
||||
<translation>网络</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="612"/>
|
||||
<source>时间和语言</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-settings-personalized</source>
|
||||
<translation>个性化</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="613"/>
|
||||
<source>更新</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-settings-update</source>
|
||||
<translation>更新</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="614"/>
|
||||
<source>安全</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-settings-datetime</source>
|
||||
<translation>时间和语言</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="615"/>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="617"/>
|
||||
<source>应用</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-settings-security</source>
|
||||
<translation>安全</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="616"/>
|
||||
<source>搜索</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>kylin-settings-application</source>
|
||||
<translation>应用</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="617"/>
|
||||
<source>kylin-settings-search</source>
|
||||
<translation>搜索</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="618"/>
|
||||
<source>kylin-settings-commoninfo</source>
|
||||
<translation>通用</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="635"/>
|
||||
<source>inode-directory</source>
|
||||
<translation>文件夹</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>InfoCreateWidget</name>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="71"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="8"/>
|
||||
<source>Package Information</source>
|
||||
<translation>主题包信息</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="91"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="94"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="749"/>
|
||||
<source>ThemeName-CN</source>
|
||||
<translation>主题名称-中文</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="82"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="92"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="96"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="750"/>
|
||||
<source>ThemeName-EN</source>
|
||||
<translation>主题名称-英文</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="98"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="114"/>
|
||||
<source>Builder Name</source>
|
||||
<translation>创作者</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="109"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="125"/>
|
||||
<source>Builder Mail</source>
|
||||
<translation>联系邮箱</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="123"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="139"/>
|
||||
<source>Back</source>
|
||||
<translation>取消</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="125"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="141"/>
|
||||
<source>OK</source>
|
||||
<translation>确定</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="127"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="143"/>
|
||||
<source>Create</source>
|
||||
<translation>创建</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="176"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="206"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="282"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="192"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="222"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="298"/>
|
||||
<source>Please enter less than 15 characters</source>
|
||||
<translation>请保障输入内容小于15个字节</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="185"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="254"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="302"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="358"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="201"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="270"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="318"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="374"/>
|
||||
<source>Input format error!</source>
|
||||
<translation>输入格式错误!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="191"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="264"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="367"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="207"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="280"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="327"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="383"/>
|
||||
<source>Input is empty!</source>
|
||||
<translation>输入为空!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="214"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="230"/>
|
||||
<source>Please enter more than 1 characters</source>
|
||||
<translation>请保障输入内容多于1个字节</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="223"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="239"/>
|
||||
<source>Please don't duplicate the name of a package that already exists!</source>
|
||||
<translation>请不要重复已经存在的软件包名称!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="246"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="262"/>
|
||||
<source>Please keep theme names in lowercase!</source>
|
||||
<translation>请保持主题名字小写!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="338"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="354"/>
|
||||
<source>Please enter more than 6 characters</source>
|
||||
<translation>请保障输入内容多于6个字节</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="412"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="428"/>
|
||||
<source>Set as a theme for system use during installation</source>
|
||||
<translation>安装时设置为系统使用主题</translation>
|
||||
</message>
|
||||
|
@ -741,7 +880,7 @@
|
|||
<translation type="vanished">themename 不符合规范</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="330"/>
|
||||
<location filename="../src/module/infocreatewidget.cpp" line="346"/>
|
||||
<source>Please enter less than 35 characters</source>
|
||||
<translation>请保障输入内容小于35个字节</translation>
|
||||
</message>
|
||||
|
@ -771,7 +910,7 @@
|
|||
<message>
|
||||
<location filename="../src/maininterface.cpp" line="233"/>
|
||||
<source>GrubTheme</source>
|
||||
<translation>Grub主题</translation>
|
||||
<translation>Grub背景</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/maininterface.cpp" line="257"/>
|
||||
|
@ -919,23 +1058,23 @@
|
|||
<context>
|
||||
<name>SavePathDialog</name>
|
||||
<message>
|
||||
<location filename="../src/module/savepathdialog.cpp" line="33"/>
|
||||
<location filename="../src/module/savepathdialog.cpp" line="56"/>
|
||||
<location filename="../src/module/savepathdialog.cpp" line="34"/>
|
||||
<location filename="../src/module/savepathdialog.cpp" line="90"/>
|
||||
<source>Storage Path:</source>
|
||||
<translation>生成deb包路径:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/savepathdialog.cpp" line="36"/>
|
||||
<location filename="../src/module/savepathdialog.cpp" line="43"/>
|
||||
<source>Modify</source>
|
||||
<translation>修改</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/savepathdialog.cpp" line="39"/>
|
||||
<location filename="../src/module/savepathdialog.cpp" line="46"/>
|
||||
<source>Confirm</source>
|
||||
<translation>确认</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/module/savepathdialog.cpp" line="80"/>
|
||||
<location filename="../src/module/savepathdialog.cpp" line="101"/>
|
||||
<source>Select Directory</source>
|
||||
<translation>选择文件夹</translation>
|
||||
</message>
|
||||
|
@ -1004,7 +1143,7 @@
|
|||
<context>
|
||||
<name>addIconWidget</name>
|
||||
<message>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="905"/>
|
||||
<location filename="../src/module/iconwidgetfeature.cpp" line="938"/>
|
||||
<source>Add icon</source>
|
||||
<translation>添加图标</translation>
|
||||
</message>
|
||||
|
|
Loading…
Reference in New Issue