Metadata-Version: 2.4
Name: qgame-ui-editor
Version: 1.4.0
Summary: Officially produced by QGame: Visual UI Editor
Author: WatermelonCode
Author-email: watermeloncode@foxmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PySide6>=6.0.0
Requires-Dist: qgame>=1.10.2
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# QGame Visual UI Editor

# Changelog / 更新日志

### [2026.08.08] Version 1.4.0
**English:**
*   **Fixed the issue of Label text not displaying**
**中文:**
*   **修复Label文字不显示问题**

### [2026.08.06] Version 1.3.0
**English:**
*   **Fixed UI layout invalidation issue**
    *   Now uses lambda to update coordinates in real time 😎
**中文:**
*   **修复UI layout无效问题**
    *   直接lambda实时改变坐标😎

### [2026.08.05] Version 1.2.0

**English:**
*   Synchronized with the QGame update, added the `CodeText` UI component.
*   **UI Positioning Update**: Use the `layout()` method for dynamic coordinate management.
**中文:**
*   与`QGame`更新，同步新增`CodeText`UI方式
*   **UI位置更新**，使用`layout`方法进行坐标动态

### [2026.08.03] Version 1.0.0
**English:**
*   **Initial Version**
    *   Completed
    *   Usage: `run-qgame-ui-editor`

**中文:**
*   **初代版本**
    *   已完善
    *   使用：run-qgame-ui-editor

# Install / 安装
用 pip 安装 / Install using pip
```bash
pip install qgame-ui-editor
```
---
用 qgame 命令行工具安装 / Install using the qgame command-line tool
```bash
qgame editor ui
```

# run / 运行
```bash
run-qgame-ui-editor
```
