# QRCodeWidget **Repository Path**: k99k5/QRCodeWidget ## Basic Information - **Project Name**: QRCodeWidget - **Description**: QRCodeWidget - **Primary Language**: Lua - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-01-21 - **Last Updated**: 2023-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QRCodeWidget #### 介绍 WOW-QRCodeWidget #### 使用说明 ```lua local GUI = LibStub("AceGUI-3.0") self.QRCodeWidget = GUI:Create("QRCodeWidget") self.QRCodeWidget:SetWidth(230) self.QRCodeWidget:SetHeight(230) self.QRCodeWidget:SetValue("https://wowraid.cn") ```