gui-framework
Here are 43 public repositories matching this topic...
On the chapter about Editable DataTable
we can find this :
This chapter includes recipes for:
Reading the contents of the DataTable
Filtering out null values
Uploading data
Determining which cell has changed
Adding or removing columns
Adding or removing rows
Clearable, deletable, renamable, and hideable colum
Looking at the Qt Documentation there should be a function QPlainTextEdit::setExtraSelections and further the type QTextEdit::ExtraSelection (https://doc.qt.io/qt-5/qplaintextedit.html#setExtraSelections) but I can't find those in the Go packages?
Enhancement
This is just a naming suggestion for better understanding of the code. In the DrawText function of the Graph element, it would make more sense for the argument text_location to be renamed as the location_on_text as the value of the argument actually signifies the location of the point on the text.
Cross-Platform GUI Library - Report issues here: https://trac.wxwidgets.org/
-
Updated
Jul 2, 2020 - C++
A small C library for building user interfaces with C, XML and CSS.
-
Updated
Jul 2, 2020 - C
Cocos2d is a framework for building 2D games, demos, and other graphical/interactive applications:
Ubuntu Linux 18.04
wxPython 4.0.1 (distro python3-wxgtk4.0 4.0.1+dfsg-2)
Python 3.6.8 (distro)
The Pheonix documentation suggests that in order to control the GL attributes of a new context, one should create an instance of GLContextAttrs (added in 3.1.0) in order to configure the context (for
Cross-Platform GUI Toolkit (stable)
-
Updated
Jun 9, 2020 - C
Add javadocs
Can you please add javadocs?
Glimmer - Ruby Desktop Development GUI Library
-
Updated
Jul 1, 2020 - Ruby
Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in pure Julia
-
Updated
Jun 15, 2020 - Julia
The autogenerated API documentation for Pyface is missing a number of key details because some (many? all?) of its traits are documented with a regular # comment instead of a #: traits doc-comment that can be picked up by the trait documenter. It would be nice to fix that.
The particular instance that I ran into was trying to refer to IEditor.obj from 3rd party documentation (via intersph
Examples for https://github.com/therecipe/qt
-
Updated
Jul 1, 2020 - Go
Web Technologies based Crossplatform GUI Framework with Dark theme
-
Updated
May 28, 2020 - Nim
Forms is a GUI framework for the Unreal Development Kit. Programmed in UnrealScript independent of Scaleforms and UIScene. Inspired by OOP and subobjects semantics of the Unreal Engine 2 GUI's framework.
-
Updated
Mar 11, 2014 - UnrealScript
A GUI framework, all wrapped in rice and seaweed for extra flavor.
-
Updated
Feb 23, 2020 - Lua
(WIP) Java OpenGL GUI library. Created for using with latest LWJGL (LWJGL 3).
-
Updated
Jun 14, 2020 - Java
RGUI is useful, powerful Reactive Graphical User Interface framework.
-
Updated
Jan 12, 2018
-
Updated
Feb 17, 2020 - Java
MACE is A C++ Engine
-
Updated
Dec 9, 2019 - C++
-
Updated
Jun 29, 2020 - C++
An awesome GUI framework for Minecraft Forge. Unfinished, on hiatus.
-
Updated
Apr 21, 2016 - Java
Future Home for all that concerns illuxUI, C++ GUI Library/Framework
-
Updated
Jun 8, 2020
Easy to Use GUI Toolkit & Framework for MATLAB
-
Updated
Sep 17, 2019 - MATLAB
dominter.py is a simple GUI (Graphical User Interface) package for small web application.
-
Updated
Jun 24, 2018 - Python
GUI for displaying Binary Search Trees written in C++ using the Qt Library.
-
Updated
Apr 26, 2019 - C++
.Net Core GUI Framework for developing cross platform desktop application. It is my hobby project. Please do not use before it's first release.
-
Updated
Jun 4, 2019 - C#
Improve this page
Add a description, image, and links to the gui-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gui-framework topic, visit your repo's landing page and select "manage topics."


The problem
Adding keyboardType="numeric" to TextInput breaks the custom validation on Firefox and allows letters to be typed.
How to reproduce
<!