diff --git a/README(zh-cn).md b/README(zh-cn).md index e303626..b9c6008 100644 --- a/README(zh-cn).md +++ b/README(zh-cn).md @@ -42,7 +42,7 @@ RibbonUI是一个参考微软Ribbon风格(即Office 2016后的风格)设计 ## 2. 组件列表 -目前支持***30***种组件,后续会添加更多。 +目前支持***43***种组件,后续会添加更多。 | 名称 | 介绍 | 展示图片| |:----:|:----:|:----:| | RibbonWindow | 基于framelesshelper实现的无边框窗口,支持退出确认弹窗及模糊/亚克力化背景。|![RibbonWindow](documents/pictures/home-light-modern.png)| @@ -67,7 +67,7 @@ RibbonUI是一个参考微软Ribbon风格(即Office 2016后的风格)设计 | RibbonComboBox | 支持设置图标的下拉菜单选择控件,菜单支持用户输入添加 | ![RibbonComboBox](documents/pictures/RibbonComboBox.png) | | RibbonSpinBox | 支持设置图标的旋钮控件 | ![RibbonSpinBox](documents/pictures/RibbonSpinBox.png) | | RibbonSpinBox | 支持设置图标的旋钮控件 | ![RibbonSpinBox](documents/pictures/RibbonSpinBox.png) | -| RibbonView | 与TabBar和BottomBar搭配使用的可滑动组件,两组件模糊化的背景均来源于它 | ![RibbonView](documents/pictures/RibbonView.png) | +| RibbonView | 与TabBar和BottomBar搭配使用的界面容器组件,两组件模糊化的背景依赖它 | ![RibbonView](documents/pictures/RibbonView.png) | | RibbonPaperView | 类似Word中纸张的组件 | ![RibbonPaperView](documents/pictures/RibbonPaperView.png) | 其他组件的介绍会陆续更新。 diff --git a/README.md b/README.md index 48e4316..13251b4 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ RibbonUI is a lightweight, minimalist and elegant Qt component library written i ## 2. Included Components -Currently supports ***30*** components, more will be added later. +Currently supports ***43*** components, more will be added later. | Components | Introduction | Demo Picture| |:----:|:----:|:----:| | RibbonWindow | A Window component that relies on framelesshelper to support exit confirmation popups and blur style backgrounds. |![RibbonWindow](documents/pictures/home-light-modern.png)| @@ -66,7 +66,7 @@ Currently supports ***30*** components, more will be added later. | RibbonTextEdit | Multi-line text input control with support for icons and one-click clearing, automatic line feed/scrolling as text is entered | ![RibbonTextEdit](documents/pictures/RibbonTextEdit.png) | | RibbonComboBox | Supports drop-down menu selection controls with icons, and menus can be added with user input. | ![RibbonComboBox](documents/pictures/RibbonComboBox.png) | | RibbonSpinBox | SpinBox with support for setting icons | ![RibbonSpinBox](documents/pictures/RibbonSpinBox.png) | -| RibbonView | Slidable component for use with TabBar and BottomBar, from which the blurred backgrounds of both components are derived. | ![RibbonView](documents/pictures/RibbonView.png) | +| RibbonView | View container component for use with TabBar and BottomBar, from which the blurred backgrounds of both components are based. | ![RibbonView](documents/pictures/RibbonView.png) | | RibbonPaperView | Components similar to paper in Word | ![RibbonPaperView](documents/pictures/RibbonPaperView.png) | ***The introduction of other components will be updated later.*** diff --git a/documents/pictures/RibbonBlur.png b/documents/pictures/RibbonBlur.png index e4bd5f7..55f7e84 100644 Binary files a/documents/pictures/RibbonBlur.png and b/documents/pictures/RibbonBlur.png differ diff --git a/documents/pictures/RibbonBottomBar.png b/documents/pictures/RibbonBottomBar.png index 57b60c5..eac3d55 100644 Binary files a/documents/pictures/RibbonBottomBar.png and b/documents/pictures/RibbonBottomBar.png differ diff --git a/documents/pictures/RibbonButton.png b/documents/pictures/RibbonButton.png index 642d4a7..d79baf0 100644 Binary files a/documents/pictures/RibbonButton.png and b/documents/pictures/RibbonButton.png differ diff --git a/documents/pictures/RibbonCheckBox.png b/documents/pictures/RibbonCheckBox.png index 91019f8..e189311 100644 Binary files a/documents/pictures/RibbonCheckBox.png and b/documents/pictures/RibbonCheckBox.png differ diff --git a/documents/pictures/RibbonMenu.png b/documents/pictures/RibbonMenu.png index bfe4da1..8ed8607 100644 Binary files a/documents/pictures/RibbonMenu.png and b/documents/pictures/RibbonMenu.png differ diff --git a/documents/pictures/RibbonPopDialog.png b/documents/pictures/RibbonPopDialog.png index e34f590..d91e13b 100644 Binary files a/documents/pictures/RibbonPopDialog.png and b/documents/pictures/RibbonPopDialog.png differ diff --git a/documents/pictures/RibbonPopup.png b/documents/pictures/RibbonPopup.png index be50c8b..c1e1b68 100644 Binary files a/documents/pictures/RibbonPopup.png and b/documents/pictures/RibbonPopup.png differ diff --git a/documents/pictures/RibbonPushButton.png b/documents/pictures/RibbonPushButton.png index 592ffed..b91aa7a 100644 Binary files a/documents/pictures/RibbonPushButton.png and b/documents/pictures/RibbonPushButton.png differ diff --git a/documents/pictures/RibbonTabBar.png b/documents/pictures/RibbonTabBar.png index a84a536..01c0350 100644 Binary files a/documents/pictures/RibbonTabBar.png and b/documents/pictures/RibbonTabBar.png differ diff --git a/documents/pictures/RibbonTheme.png b/documents/pictures/RibbonTheme.png index 1017430..04c46be 100644 Binary files a/documents/pictures/RibbonTheme.png and b/documents/pictures/RibbonTheme.png differ diff --git a/documents/pictures/RibbonTitleBar.png b/documents/pictures/RibbonTitleBar.png index eef25d6..9a4e2f4 100644 Binary files a/documents/pictures/RibbonTitleBar.png and b/documents/pictures/RibbonTitleBar.png differ diff --git a/documents/pictures/home-dark-classic.png b/documents/pictures/home-dark-classic.png index 3aed2af..9f2c83e 100644 Binary files a/documents/pictures/home-dark-classic.png and b/documents/pictures/home-dark-classic.png differ diff --git a/documents/pictures/home-dark-modern.png b/documents/pictures/home-dark-modern.png index d004086..f950baa 100644 Binary files a/documents/pictures/home-dark-modern.png and b/documents/pictures/home-dark-modern.png differ diff --git a/documents/pictures/home-light-classic.png b/documents/pictures/home-light-classic.png index 868e439..c527126 100644 Binary files a/documents/pictures/home-light-classic.png and b/documents/pictures/home-light-classic.png differ diff --git a/documents/pictures/home-light-modern.png b/documents/pictures/home-light-modern.png index 576049e..31d7c80 100644 Binary files a/documents/pictures/home-light-modern.png and b/documents/pictures/home-light-modern.png differ