Tag

widgets

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Jan 15, 2025 · Frontend Development

Ten PyQt5 GUI Widget Examples for Desktop Applications

This article provides ten self‑contained PyQt5 examples—including a simple window, button counter, text input, checkbox, combo box, file dialog, progress bar, label, table view, and calendar widget—each with full Python code and brief explanations for building desktop GUI components.

DesktopGUIPyQt5
0 likes · 8 min read
Ten PyQt5 GUI Widget Examples for Desktop Applications
Python Programming Learning Circle
Python Programming Learning Circle
Jul 2, 2024 · Frontend Development

Python Tkinter GUI Tutorial: Building Windows, Widgets, and Event Handling

This tutorial walks through creating a Tkinter window, adding and configuring common widgets such as labels, buttons, entry fields, comboboxes, checkboxes, radiobuttons, text areas, progress bars, spinboxes, and file dialogs, and demonstrates handling events and customizing widget appearance with concise Python code examples.

GUIPythonTkinter
0 likes · 14 min read
Python Tkinter GUI Tutorial: Building Windows, Widgets, and Event Handling
JD Tech
JD Tech
Oct 26, 2022 · Mobile Development

User Reach Practices: SMS, Push, In‑App Banners, and Widget Implementations

This article explains the concept of user reach, why it matters for acquisition, activation, retention and monetization, and details practical implementations of SMS, push notifications, in‑app banners and Android widgets—including configuration, code snippets, common pitfalls and optimization strategies.

Androidmobile developmentpush notifications
0 likes · 24 min read
User Reach Practices: SMS, Push, In‑App Banners, and Widget Implementations
Laravel Tech Community
Laravel Tech Community
Jul 17, 2022 · Frontend Development

jQuery UI 1.13.2 Released with Security Fixes and Updated Widgets

jQuery UI 1.13.2 has been released, bringing security patches for the Checkboxradio widget, localization updates for Datepicker, deprecation clean‑ups across several components, and build‑process improvements such as Dependabot configuration and CDN‑ready npm/Bower packages.

Bug FixesfrontendjQuery UI
0 likes · 3 min read
jQuery UI 1.13.2 Released with Security Fixes and Updated Widgets
360 Tech Engineering
360 Tech Engineering
Oct 11, 2019 · Mobile Development

Introduction to Flutter: Building a Simple Hello World Page

This article introduces beginners to Flutter by explaining its architecture, core widgets such as StatelessWidget, StatefulWidget, Text, Image, and FlatButton, and provides step‑by‑step code examples for creating a simple Hello World page and navigating between screens.

DartFlutterTutorial
0 likes · 9 min read
Introduction to Flutter: Building a Simple Hello World Page
Sohu Tech Products
Sohu Tech Products
Apr 3, 2019 · Mobile Development

Comprehensive Overview of Flutter: Architecture, Widgets, Hot Reload, and Development Practices

Flutter is Google's cross‑platform UI toolkit that uses the Dart language to build native‑compiled applications for iOS and Android, featuring its own rendering engine, widget hierarchy, hot reload, AOT/JIT compilation, networking libraries, state management, and best‑practice development guidelines.

DartFlutterarchitecture
0 likes · 28 min read
Comprehensive Overview of Flutter: Architecture, Widgets, Hot Reload, and Development Practices
Xianyu Technology
Xianyu Technology
Sep 3, 2018 · Mobile Development

Flutter Basics: Widgets, Layout, and Lifecycle for Beginners

Flutter, a cross‑platform framework built on immutable, declarative widgets, lets beginners create UI using basic widgets like Text and Image, layout containers such as Row, Column, Stack, and Flex, manage visibility, and handle state through StatefulWidget lifecycle methods while observing app‑level lifecycle events.

DartFlutterlayout
0 likes · 17 min read
Flutter Basics: Widgets, Layout, and Lifecycle for Beginners