Giter Site home page Giter Site logo

advancedtoolbox's Introduction

AdvancedToolBox

由于QToolBox不支持同时展开和折叠tab,功能比较弱。所以用Qt重新实现了一个更好的tool box,仅支持垂直布局。

支持特性:

  • 每个tab页支持展开和折叠

  • 可鼠标移动handle调整tab大小(类似QSplitter)

  • 可以拖拽tab标题重排tab

  • 可以通过style sheet设置tab标题、separator handle、expanding icon等样式

布局实现

AdvancedToolBox内部使用手动布局,每个标签页区域有三个元素:separator、title、container。

  • separator,可以通过style sheet设置颜色等,可以通过鼠标拖拽调整相关tab的尺寸

  • title,主要绘制展开或折叠状态、图标、标题文字,点击可以折叠和展开,展开和折叠设置了动画

  • container,用户设置的Widget的容器,使用这层容器的目的是为了在展开或折叠时,避免过多的resize event。

考虑到需要拖拽排序,每个标签页区域没有使用独立布局,AdvancedToolBox窗口触发布局时,对每个标签页的三个元素按顺序计算高度并布局。

待支持功能

  • 增加展开和折叠时信号
  • 标签页标题右侧支持自定义QAction
  • 展开和折叠时,应该触发widget的show和hide事件

advancedtoolbox's People

Contributors

eiilpux17 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.