Git Product home page Git Product logo

Comments (2)

comex avatar comex commented on May 13, 2024

A true native macOS backend (as opposed to a Qt one) would be a killer feature from my perspective. Not only is Qt a huge dependency, its controls aren't actually native. For me the single most important widgets to use native controls for are text inputs (both single- and multi-line), because they're ubiquitous yet highly complex, basically mini-applications of their own. Just look at the size of the popup menu after right-clicking on a word:

image

That's for a native Cocoa control. But with QLineEdit, right-clicking on a word produces:

image

This doesn't even have the right styling for a popup menu, let alone the right menu items. The keyboard shortcuts are also subtly wrong.

from slint.

ogoffart avatar ogoffart commented on May 13, 2024

Our plan was only to use Qt at first to get something working quickly. But the long term plan is to get rid of Qt and use native API to get the native look.
This will indeed require some polishing to get everything perfect such as the popup menu on line edit and everything else.

from slint.

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.