Code Monkey home page Code Monkey logo

Comments (3)

nitramr avatar nitramr commented on June 20, 2024

They uses a QDockWidget too. It is the same implementation like in offical Scribus repository.

from scribus-indigo.

luzpaz avatar luzpaz commented on June 20, 2024

They use the horizontal dock as well. But I was wondering if they used any of your code as well ?

from scribus-indigo.

nitramr avatar nitramr commented on June 20, 2024

I couln't found any of my code. However, the standard QDockWidget support horizontal docking too. I think the magic happens in the content widget management inside the dock. The QCAD project uses a floating layout, which comes from Qt itself.
http://doc.qt.io/qt-5/qtwidgets-layouts-flowlayout-example.html

In the origin project of my IndigoDock plugin I'm was experimenting with this layout type, but for a working usage we need to split the widgets of Scribus panels into small pieces/blocks which can float.

Maybe we can build an simple prototyp in form of a html page. We can put some blocks there and define a floating behavior which we can easily test in a browser with different resolutions. Such prototyp is easy to update and we can test the layout without compiling code.

I made a quick research about frameworks and I found one of jQuery, here a demo page:
http://demos.jquerymobile.com/1.4.5/theme-default/

This looks more like desktop applications:
http://www.zebkit.com/

from scribus-indigo.

Related Issues (20)

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.