Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mo widgets #111

Closed
14 of 20 tasks
almarklein opened this issue Apr 23, 2016 · 3 comments
Closed
14 of 20 tasks

Mo widgets #111

almarklein opened this issue Apr 23, 2016 · 3 comments

Comments

@almarklein
Copy link
Member

almarklein commented Apr 23, 2016

Want:

  • A slider widget that looks consistent everywhere. With label and configurable ticks.
  • A range slider
  • List view (just use a TreeWidget without nesting)
  • Tree view
  • Table/Grid view?
  • Multiline text edit component -> we have two examples that provided this based on 3d party libs.
  • Map widget, leafllet, google maps, other ?
  • Dropdown
  • Combobox

HTML5:

  • Checkbox
  • Radio button
  • Number select
  • Color select (not on IE)
  • File select (can do without post?)
  • Image
  • Video
  • SVG ?
  • Icon, or should icons be props on certain widgets?

HTML5 but no wide support:

  • Date (though HTML spec does not work in all browsers)
  • Time (though HTML spec does not work in all browsers)
@jrversteegh
Copy link
Contributor

Combo and dropdown already implemted in _dropdown.py?

Google maps seems cumbersome. According to https://www.google.com/permissions/geoguidelines.html "certain restrictions may apply". Good luck with that. Also, I personally don't particularly care about reading stuff like this: https://developers.google.com/maps/terms?hl=en, but that may be personal ;)

A Grid view would be cool, but they tend to be quite complicated in my experience. And none at all is better than a lousy one that will waste your time imho.

@almarklein
Copy link
Member Author

  • Updated the checks for dropdown and combo.
  • Yeah, I agree that a map widget based on a more open backend is preferred.
  • Phosphor will have a grid view (tabular data), so we can easily include that when it becomes available. A grid-like layout may worth looking into though.

@almarklein almarklein modified the milestones: v0.6, v1.0 Feb 6, 2018
@almarklein
Copy link
Member Author

Closing. #553 implementd GridLayout and MultiLineEdit, we also have a RangeSlider for a while. There are still a few unchecked, but lets capture their need in separate issue (if any).

@almarklein almarklein modified the milestones: v1.0, v0.8 Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants