├── .gitattributes ├── .gitignore ├── CMakeLists.txt ├── LICENSE ├── QtAntDesign.sln ├── QtAntDesign ├── AboutPage.cpp ├── AboutPage.h ├── AnimatedNumber.cpp ├── AnimatedNumber.h ├── AntBaseDoubleSpinBox.cpp ├── AntBaseDoubleSpinBox.h ├── AntBaseInput.cpp ├── AntBaseInput.h ├── AntBaseListView.cpp ├── AntBaseListView.h ├── AntBaseSpinBox.cpp ├── AntBaseSpinBox.h ├── AntBaseTableView.cpp ├── AntBaseTableView.h ├── AntButton.cpp ├── AntButton.h ├── AntCellWidget.cpp ├── AntCellWidget.h ├── AntChatListView.cpp ├── AntChatListView.h ├── AntComboBox.cpp ├── AntComboBox.h ├── AntDoubleNumberInput.cpp ├── AntDoubleNumberInput.h ├── AntInput.cpp ├── AntInput.h ├── AntMessage.cpp ├── AntMessage.h ├── AntMessageManager.cpp ├── AntMessageManager.h ├── AntNumberInput.cpp ├── AntNumberInput.h ├── AntProfileItemDelegate.cpp ├── AntProfileItemDelegate.h ├── AntProfileTable.cpp ├── AntProfileTable.h ├── AntRadioButton.cpp ├── AntRadioButton.h ├── AntScrollArea.cpp ├── AntScrollArea.h ├── AntSlider.cpp ├── AntSlider.h ├── AntTabBarWidget.cpp ├── AntTabBarWidget.h ├── AntTabWidget.cpp ├── AntTabWidget.h ├── AntTabWidgetContainer.cpp ├── AntTabWidgetContainer.h ├── AntToggleButton.cpp ├── AntToggleButton.h ├── AntTooltip.cpp ├── AntTooltip.h ├── AntTooltipManager.cpp ├── AntTooltipManager.h ├── AntTooltipViewController.cpp ├── AntTooltipViewController.h ├── AntTreeView.cpp ├── AntTreeView.h ├── BadgeWidget.cpp ├── BadgeWidget.h ├── BubbleViewController.cpp ├── BubbleViewController.h ├── CardWidget.cpp ├── CardWidget.h ├── CarouselCard.cpp ├── CarouselCard.h ├── CarouselWidget.cpp ├── CarouselWidget.h ├── CircularAvatar.cpp ├── CircularAvatar.h ├── CustomToolButton.cpp ├── CustomToolButton.h ├── DesignSystem.cpp ├── DesignSystem.h ├── DialogViewController.cpp ├── DialogViewController.h ├── DrawerWidget.cpp ├── DrawerWidget.h ├── ErrorTipLabel.cpp ├── ErrorTipLabel.h ├── FlowLayout.cpp ├── FlowLayout.h ├── FramelessVideoWindow.cpp ├── FramelessVideoWindow.h ├── FunctionPage.cpp ├── FunctionPage.h ├── GaussianBlur.cpp ├── GaussianBlur.h ├── GlassWidget.cpp ├── GlassWidget.h ├── HomePage.cpp ├── HomePage.h ├── Imgs │ ├── 2de03c283bd5b510d2e3f3a7ecf7afeb.png │ ├── 6cd14ab521ff52f17253867ba464f844.png │ ├── Maximize.svg │ ├── MaximizeDark.svg │ ├── Minimize.svg │ ├── MinimizeDark.svg │ ├── PreviousBtn.svg │ ├── PreviousBtnDark.svg │ ├── Restore.svg │ ├── RestoreDark.svg │ ├── ShutDown.svg │ ├── ShutDownDark.svg │ ├── WeChat.svg │ ├── about.svg │ ├── aboutDark.svg │ ├── about_active.svg │ ├── about_activeDark.svg │ ├── amd.jpg │ ├── apple.jpg │ ├── back.svg │ ├── bee.png │ ├── bilibili.svg │ ├── cat.svg │ ├── closeItem.svg │ ├── closeItemDark.svg │ ├── downArrow.svg │ ├── error.svg │ ├── eye-filled.svg │ ├── eye-slash-filled.svg │ ├── function.svg │ ├── functionDark.svg │ ├── functionDark_active.svg │ ├── function_active.svg │ ├── git.svg │ ├── github.png │ ├── github.svg │ ├── goTo.svg │ ├── google.jpg │ ├── gpt.jpg │ ├── grok.jpg │ ├── home.svg │ ├── homeDark.svg │ ├── home_active.svg │ ├── home_activeDark.svg │ ├── huawei.jpg │ ├── info.svg │ ├── moon.svg │ ├── nav_icon_avatar_nor.svg │ ├── nextBtn.svg │ ├── nextBtnDark.svg │ ├── nextBtnDisable.svg │ ├── nextBtnDisableDark.svg │ ├── noData.svg │ ├── noLogin.svg │ ├── nvidia.jpg │ ├── openai.jpg │ ├── previousBtnDisable.svg │ ├── previousBtnDisableDark.svg │ ├── rightArrow.svg │ ├── rightArrowBtn.svg │ ├── search.svg │ ├── settings.svg │ ├── settingsDark.svg │ ├── settings_active.svg │ ├── settings_activeDark.svg │ ├── smallRightArrow.svg │ ├── sun.svg │ ├── taobao.svg │ ├── true.svg │ ├── undraw_book-lover_f1dq.svg │ ├── undraw_developer-avatar_f6ac.svg │ ├── undraw_loving-it_hspq.svg │ ├── undraw_stock-prices_8nuz.svg │ ├── upArrow.svg │ ├── varda.jpg │ ├── warning.svg │ ├── wechat.jpg │ └── x.svg ├── LoadingArc.cpp ├── LoadingArc.h ├── LoginPageWidget.cpp ├── LoginPageWidget.h ├── LogoWidget.cpp ├── LogoWidget.h ├── MaskWidget.cpp ├── MaskWidget.h ├── MaterialDialog.cpp ├── MaterialDialog.h ├── MaterialLineEdit.cpp ├── MaterialLineEdit.h ├── MaterialProgressBar.cpp ├── MaterialProgressBar.h ├── MaterialSpinner.cpp ├── MaterialSpinner.h ├── MaterialTabWidget.cpp ├── MaterialTabWidget.h ├── NoDataWidget.cpp ├── NoDataWidget.h ├── NotificationManager.cpp ├── NotificationManager.h ├── NotificationWidget.cpp ├── NotificationWidget.h ├── PaginationWidget.cpp ├── PaginationWidget.h ├── PopupViewController.cpp ├── PopupViewController.h ├── PopupWidget.cpp ├── PopupWidget.h ├── ProfilePage.cpp ├── ProfilePage.h ├── QrCodeWidget.cpp ├── QrCodeWidget.h ├── QtAntDesign.cpp ├── QtAntDesign.h ├── QtAntDesign.qrc ├── QtAntDesign.ui ├── QtAntDesign.vcxproj ├── QtAntDesign.vcxproj.filters ├── RegisterPageWidget.cpp ├── RegisterPageWidget.h ├── Ripple.cpp ├── Ripple.h ├── SettingsPage.cpp ├── SettingsPage.h ├── SkeletonWidget.cpp ├── SkeletonWidget.h ├── SlideStackedWidget.cpp ├── SlideStackedWidget.h ├── StandardDialogPage.cpp ├── StandardDialogPage.h ├── StyleSheet.h ├── TabContentWidget.cpp ├── TabContentWidget.h ├── TagWidget.cpp ├── TagWidget.h ├── ThemeSwitcher.cpp ├── ThemeSwitcher.h ├── ThirdParty │ ├── FastGaussianBlur-main │ │ └── fast_gaussian_blur_template.h │ └── QR-Code-generator-master │ │ ├── qrcodegen.cpp │ │ └── qrcodegen.hpp ├── TransparentMask.cpp ├── TransparentMask.h ├── UserInfoBubble.cpp ├── UserInfoBubble.h ├── Video │ └── homeBg.mp4 ├── Win11CheckButton.cpp ├── Win11CheckButton.h ├── fonts │ ├── NotoSansSC-Bold.ttf │ ├── NotoSansSC-Medium.ttf │ └── NotoSansSC-Regular.ttf └── main.cpp ├── README.en.md └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/.gitignore -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/LICENSE -------------------------------------------------------------------------------- /QtAntDesign.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign.sln -------------------------------------------------------------------------------- /QtAntDesign/AboutPage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AboutPage.cpp -------------------------------------------------------------------------------- /QtAntDesign/AboutPage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AboutPage.h -------------------------------------------------------------------------------- /QtAntDesign/AnimatedNumber.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AnimatedNumber.cpp -------------------------------------------------------------------------------- /QtAntDesign/AnimatedNumber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AnimatedNumber.h -------------------------------------------------------------------------------- /QtAntDesign/AntBaseDoubleSpinBox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntBaseDoubleSpinBox.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntBaseDoubleSpinBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntBaseDoubleSpinBox.h -------------------------------------------------------------------------------- /QtAntDesign/AntBaseInput.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntBaseInput.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntBaseInput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntBaseInput.h -------------------------------------------------------------------------------- /QtAntDesign/AntBaseListView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntBaseListView.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntBaseListView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntBaseListView.h -------------------------------------------------------------------------------- /QtAntDesign/AntBaseSpinBox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntBaseSpinBox.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntBaseSpinBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntBaseSpinBox.h -------------------------------------------------------------------------------- /QtAntDesign/AntBaseTableView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntBaseTableView.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntBaseTableView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntBaseTableView.h -------------------------------------------------------------------------------- /QtAntDesign/AntButton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntButton.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntButton.h -------------------------------------------------------------------------------- /QtAntDesign/AntCellWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntCellWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntCellWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntCellWidget.h -------------------------------------------------------------------------------- /QtAntDesign/AntChatListView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntChatListView.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntChatListView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntChatListView.h -------------------------------------------------------------------------------- /QtAntDesign/AntComboBox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntComboBox.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntComboBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntComboBox.h -------------------------------------------------------------------------------- /QtAntDesign/AntDoubleNumberInput.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntDoubleNumberInput.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntDoubleNumberInput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntDoubleNumberInput.h -------------------------------------------------------------------------------- /QtAntDesign/AntInput.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntInput.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntInput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntInput.h -------------------------------------------------------------------------------- /QtAntDesign/AntMessage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntMessage.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntMessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntMessage.h -------------------------------------------------------------------------------- /QtAntDesign/AntMessageManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntMessageManager.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntMessageManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntMessageManager.h -------------------------------------------------------------------------------- /QtAntDesign/AntNumberInput.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntNumberInput.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntNumberInput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntNumberInput.h -------------------------------------------------------------------------------- /QtAntDesign/AntProfileItemDelegate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntProfileItemDelegate.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntProfileItemDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntProfileItemDelegate.h -------------------------------------------------------------------------------- /QtAntDesign/AntProfileTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntProfileTable.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntProfileTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntProfileTable.h -------------------------------------------------------------------------------- /QtAntDesign/AntRadioButton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntRadioButton.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntRadioButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntRadioButton.h -------------------------------------------------------------------------------- /QtAntDesign/AntScrollArea.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntScrollArea.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntScrollArea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntScrollArea.h -------------------------------------------------------------------------------- /QtAntDesign/AntSlider.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntSlider.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntSlider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntSlider.h -------------------------------------------------------------------------------- /QtAntDesign/AntTabBarWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntTabBarWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntTabBarWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntTabBarWidget.h -------------------------------------------------------------------------------- /QtAntDesign/AntTabWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntTabWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntTabWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntTabWidget.h -------------------------------------------------------------------------------- /QtAntDesign/AntTabWidgetContainer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntTabWidgetContainer.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntTabWidgetContainer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntTabWidgetContainer.h -------------------------------------------------------------------------------- /QtAntDesign/AntToggleButton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntToggleButton.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntToggleButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntToggleButton.h -------------------------------------------------------------------------------- /QtAntDesign/AntTooltip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntTooltip.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntTooltip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntTooltip.h -------------------------------------------------------------------------------- /QtAntDesign/AntTooltipManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntTooltipManager.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntTooltipManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntTooltipManager.h -------------------------------------------------------------------------------- /QtAntDesign/AntTooltipViewController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntTooltipViewController.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntTooltipViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntTooltipViewController.h -------------------------------------------------------------------------------- /QtAntDesign/AntTreeView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntTreeView.cpp -------------------------------------------------------------------------------- /QtAntDesign/AntTreeView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/AntTreeView.h -------------------------------------------------------------------------------- /QtAntDesign/BadgeWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/BadgeWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/BadgeWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/BadgeWidget.h -------------------------------------------------------------------------------- /QtAntDesign/BubbleViewController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/BubbleViewController.cpp -------------------------------------------------------------------------------- /QtAntDesign/BubbleViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/BubbleViewController.h -------------------------------------------------------------------------------- /QtAntDesign/CardWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/CardWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/CardWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/CardWidget.h -------------------------------------------------------------------------------- /QtAntDesign/CarouselCard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/CarouselCard.cpp -------------------------------------------------------------------------------- /QtAntDesign/CarouselCard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/CarouselCard.h -------------------------------------------------------------------------------- /QtAntDesign/CarouselWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/CarouselWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/CarouselWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/CarouselWidget.h -------------------------------------------------------------------------------- /QtAntDesign/CircularAvatar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/CircularAvatar.cpp -------------------------------------------------------------------------------- /QtAntDesign/CircularAvatar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/CircularAvatar.h -------------------------------------------------------------------------------- /QtAntDesign/CustomToolButton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/CustomToolButton.cpp -------------------------------------------------------------------------------- /QtAntDesign/CustomToolButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/CustomToolButton.h -------------------------------------------------------------------------------- /QtAntDesign/DesignSystem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/DesignSystem.cpp -------------------------------------------------------------------------------- /QtAntDesign/DesignSystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/DesignSystem.h -------------------------------------------------------------------------------- /QtAntDesign/DialogViewController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/DialogViewController.cpp -------------------------------------------------------------------------------- /QtAntDesign/DialogViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/DialogViewController.h -------------------------------------------------------------------------------- /QtAntDesign/DrawerWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/DrawerWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/DrawerWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/DrawerWidget.h -------------------------------------------------------------------------------- /QtAntDesign/ErrorTipLabel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/ErrorTipLabel.cpp -------------------------------------------------------------------------------- /QtAntDesign/ErrorTipLabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/ErrorTipLabel.h -------------------------------------------------------------------------------- /QtAntDesign/FlowLayout.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/FlowLayout.cpp -------------------------------------------------------------------------------- /QtAntDesign/FlowLayout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/FlowLayout.h -------------------------------------------------------------------------------- /QtAntDesign/FramelessVideoWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/FramelessVideoWindow.cpp -------------------------------------------------------------------------------- /QtAntDesign/FramelessVideoWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/FramelessVideoWindow.h -------------------------------------------------------------------------------- /QtAntDesign/FunctionPage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/FunctionPage.cpp -------------------------------------------------------------------------------- /QtAntDesign/FunctionPage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/FunctionPage.h -------------------------------------------------------------------------------- /QtAntDesign/GaussianBlur.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/GaussianBlur.cpp -------------------------------------------------------------------------------- /QtAntDesign/GaussianBlur.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/GaussianBlur.h -------------------------------------------------------------------------------- /QtAntDesign/GlassWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/GlassWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/GlassWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/GlassWidget.h -------------------------------------------------------------------------------- /QtAntDesign/HomePage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/HomePage.cpp -------------------------------------------------------------------------------- /QtAntDesign/HomePage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/HomePage.h -------------------------------------------------------------------------------- /QtAntDesign/Imgs/2de03c283bd5b510d2e3f3a7ecf7afeb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/2de03c283bd5b510d2e3f3a7ecf7afeb.png -------------------------------------------------------------------------------- /QtAntDesign/Imgs/6cd14ab521ff52f17253867ba464f844.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/6cd14ab521ff52f17253867ba464f844.png -------------------------------------------------------------------------------- /QtAntDesign/Imgs/Maximize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/Maximize.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/MaximizeDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/MaximizeDark.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/Minimize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/Minimize.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/MinimizeDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/MinimizeDark.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/PreviousBtn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/PreviousBtn.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/PreviousBtnDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/PreviousBtnDark.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/Restore.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/Restore.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/RestoreDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/RestoreDark.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/ShutDown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/ShutDown.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/ShutDownDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/ShutDownDark.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/WeChat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/WeChat.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/about.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/about.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/aboutDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/aboutDark.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/about_active.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/about_active.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/about_activeDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/about_activeDark.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/amd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/amd.jpg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/apple.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/apple.jpg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/back.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/bee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/bee.png -------------------------------------------------------------------------------- /QtAntDesign/Imgs/bilibili.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/bilibili.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/cat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/cat.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/closeItem.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/closeItem.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/closeItemDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/closeItemDark.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/downArrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/downArrow.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/error.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/eye-filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/eye-filled.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/eye-slash-filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/eye-slash-filled.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/function.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/function.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/functionDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/functionDark.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/functionDark_active.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/functionDark_active.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/function_active.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/function_active.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/git.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/git.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/github.png -------------------------------------------------------------------------------- /QtAntDesign/Imgs/github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/github.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/goTo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/goTo.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/google.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/google.jpg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/gpt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/gpt.jpg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/grok.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/grok.jpg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/home.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/homeDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/homeDark.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/home_active.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/home_active.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/home_activeDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/home_activeDark.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/huawei.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/huawei.jpg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/info.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/moon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/moon.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/nav_icon_avatar_nor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/nav_icon_avatar_nor.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/nextBtn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/nextBtn.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/nextBtnDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/nextBtnDark.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/nextBtnDisable.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/nextBtnDisable.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/nextBtnDisableDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/nextBtnDisableDark.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/noData.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/noData.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/noLogin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/noLogin.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/nvidia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/nvidia.jpg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/openai.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/openai.jpg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/previousBtnDisable.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/previousBtnDisable.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/previousBtnDisableDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/previousBtnDisableDark.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/rightArrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/rightArrow.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/rightArrowBtn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/rightArrowBtn.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/search.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/settings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/settings.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/settingsDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/settingsDark.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/settings_active.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/settings_active.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/settings_activeDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/settings_activeDark.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/smallRightArrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/smallRightArrow.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/sun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/sun.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/taobao.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/taobao.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/true.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/true.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/undraw_book-lover_f1dq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/undraw_book-lover_f1dq.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/undraw_developer-avatar_f6ac.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/undraw_developer-avatar_f6ac.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/undraw_loving-it_hspq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/undraw_loving-it_hspq.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/undraw_stock-prices_8nuz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/undraw_stock-prices_8nuz.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/upArrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/upArrow.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/varda.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/varda.jpg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/warning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/warning.svg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/wechat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/wechat.jpg -------------------------------------------------------------------------------- /QtAntDesign/Imgs/x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Imgs/x.svg -------------------------------------------------------------------------------- /QtAntDesign/LoadingArc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/LoadingArc.cpp -------------------------------------------------------------------------------- /QtAntDesign/LoadingArc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/LoadingArc.h -------------------------------------------------------------------------------- /QtAntDesign/LoginPageWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/LoginPageWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/LoginPageWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/LoginPageWidget.h -------------------------------------------------------------------------------- /QtAntDesign/LogoWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/LogoWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/LogoWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/LogoWidget.h -------------------------------------------------------------------------------- /QtAntDesign/MaskWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/MaskWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/MaskWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/MaskWidget.h -------------------------------------------------------------------------------- /QtAntDesign/MaterialDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/MaterialDialog.cpp -------------------------------------------------------------------------------- /QtAntDesign/MaterialDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/MaterialDialog.h -------------------------------------------------------------------------------- /QtAntDesign/MaterialLineEdit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/MaterialLineEdit.cpp -------------------------------------------------------------------------------- /QtAntDesign/MaterialLineEdit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/MaterialLineEdit.h -------------------------------------------------------------------------------- /QtAntDesign/MaterialProgressBar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/MaterialProgressBar.cpp -------------------------------------------------------------------------------- /QtAntDesign/MaterialProgressBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/MaterialProgressBar.h -------------------------------------------------------------------------------- /QtAntDesign/MaterialSpinner.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/MaterialSpinner.cpp -------------------------------------------------------------------------------- /QtAntDesign/MaterialSpinner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/MaterialSpinner.h -------------------------------------------------------------------------------- /QtAntDesign/MaterialTabWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/MaterialTabWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/MaterialTabWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/MaterialTabWidget.h -------------------------------------------------------------------------------- /QtAntDesign/NoDataWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/NoDataWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/NoDataWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/NoDataWidget.h -------------------------------------------------------------------------------- /QtAntDesign/NotificationManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/NotificationManager.cpp -------------------------------------------------------------------------------- /QtAntDesign/NotificationManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/NotificationManager.h -------------------------------------------------------------------------------- /QtAntDesign/NotificationWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/NotificationWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/NotificationWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/NotificationWidget.h -------------------------------------------------------------------------------- /QtAntDesign/PaginationWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/PaginationWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/PaginationWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/PaginationWidget.h -------------------------------------------------------------------------------- /QtAntDesign/PopupViewController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/PopupViewController.cpp -------------------------------------------------------------------------------- /QtAntDesign/PopupViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/PopupViewController.h -------------------------------------------------------------------------------- /QtAntDesign/PopupWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/PopupWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/PopupWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/PopupWidget.h -------------------------------------------------------------------------------- /QtAntDesign/ProfilePage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/ProfilePage.cpp -------------------------------------------------------------------------------- /QtAntDesign/ProfilePage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/ProfilePage.h -------------------------------------------------------------------------------- /QtAntDesign/QrCodeWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/QrCodeWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/QrCodeWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/QrCodeWidget.h -------------------------------------------------------------------------------- /QtAntDesign/QtAntDesign.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/QtAntDesign.cpp -------------------------------------------------------------------------------- /QtAntDesign/QtAntDesign.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/QtAntDesign.h -------------------------------------------------------------------------------- /QtAntDesign/QtAntDesign.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/QtAntDesign.qrc -------------------------------------------------------------------------------- /QtAntDesign/QtAntDesign.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/QtAntDesign.ui -------------------------------------------------------------------------------- /QtAntDesign/QtAntDesign.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/QtAntDesign.vcxproj -------------------------------------------------------------------------------- /QtAntDesign/QtAntDesign.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/QtAntDesign.vcxproj.filters -------------------------------------------------------------------------------- /QtAntDesign/RegisterPageWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/RegisterPageWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/RegisterPageWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/RegisterPageWidget.h -------------------------------------------------------------------------------- /QtAntDesign/Ripple.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Ripple.cpp -------------------------------------------------------------------------------- /QtAntDesign/Ripple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Ripple.h -------------------------------------------------------------------------------- /QtAntDesign/SettingsPage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/SettingsPage.cpp -------------------------------------------------------------------------------- /QtAntDesign/SettingsPage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/SettingsPage.h -------------------------------------------------------------------------------- /QtAntDesign/SkeletonWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/SkeletonWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/SkeletonWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/SkeletonWidget.h -------------------------------------------------------------------------------- /QtAntDesign/SlideStackedWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/SlideStackedWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/SlideStackedWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/SlideStackedWidget.h -------------------------------------------------------------------------------- /QtAntDesign/StandardDialogPage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/StandardDialogPage.cpp -------------------------------------------------------------------------------- /QtAntDesign/StandardDialogPage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/StandardDialogPage.h -------------------------------------------------------------------------------- /QtAntDesign/StyleSheet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/StyleSheet.h -------------------------------------------------------------------------------- /QtAntDesign/TabContentWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/TabContentWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/TabContentWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/TabContentWidget.h -------------------------------------------------------------------------------- /QtAntDesign/TagWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/TagWidget.cpp -------------------------------------------------------------------------------- /QtAntDesign/TagWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/TagWidget.h -------------------------------------------------------------------------------- /QtAntDesign/ThemeSwitcher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/ThemeSwitcher.cpp -------------------------------------------------------------------------------- /QtAntDesign/ThemeSwitcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/ThemeSwitcher.h -------------------------------------------------------------------------------- /QtAntDesign/ThirdParty/FastGaussianBlur-main/fast_gaussian_blur_template.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/ThirdParty/FastGaussianBlur-main/fast_gaussian_blur_template.h -------------------------------------------------------------------------------- /QtAntDesign/ThirdParty/QR-Code-generator-master/qrcodegen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/ThirdParty/QR-Code-generator-master/qrcodegen.cpp -------------------------------------------------------------------------------- /QtAntDesign/ThirdParty/QR-Code-generator-master/qrcodegen.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/ThirdParty/QR-Code-generator-master/qrcodegen.hpp -------------------------------------------------------------------------------- /QtAntDesign/TransparentMask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/TransparentMask.cpp -------------------------------------------------------------------------------- /QtAntDesign/TransparentMask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/TransparentMask.h -------------------------------------------------------------------------------- /QtAntDesign/UserInfoBubble.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/UserInfoBubble.cpp -------------------------------------------------------------------------------- /QtAntDesign/UserInfoBubble.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/UserInfoBubble.h -------------------------------------------------------------------------------- /QtAntDesign/Video/homeBg.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Video/homeBg.mp4 -------------------------------------------------------------------------------- /QtAntDesign/Win11CheckButton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Win11CheckButton.cpp -------------------------------------------------------------------------------- /QtAntDesign/Win11CheckButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/Win11CheckButton.h -------------------------------------------------------------------------------- /QtAntDesign/fonts/NotoSansSC-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/fonts/NotoSansSC-Bold.ttf -------------------------------------------------------------------------------- /QtAntDesign/fonts/NotoSansSC-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/fonts/NotoSansSC-Medium.ttf -------------------------------------------------------------------------------- /QtAntDesign/fonts/NotoSansSC-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/fonts/NotoSansSC-Regular.ttf -------------------------------------------------------------------------------- /QtAntDesign/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/QtAntDesign/main.cpp -------------------------------------------------------------------------------- /README.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/README.en.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/byralpha/AntDesign/HEAD/README.md --------------------------------------------------------------------------------