Integrating PyQt5 in Flet UI #2184
Replies: 4 comments
-
Hey there, Thanks for opening the GitHub issue. We're always eager to receive contributions and feedback. However, it seems that the issue description you provided is a bit unclear and doesn't align with our project's conventions. To maintain a structured and efficient collaboration environment, we insist on adherence to the rules set forth in our GitHub is where we prioritize structured, focused contributions. It's not a casual chat room. It's essential that your issues are well-structured to keep the project organized and productive. Here are a couple of developer-friendly tips:
By following these guidelines, you'll be helping us maintain a well-oiled project machine. Your contributions are important, and these adjustments will benefit not just your interaction but the entire community. Thanks for your understanding, and we look forward to your revised issue. |
Beta Was this translation helpful? Give feedback.
-
@Amir4python please have a look here on how to format your code when sharing it on GitHub. Also, make sure you share a repro code of your issue so we can test it out and if possible, provide assistance. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/Amir4python/MultiApps |
Beta Was this translation helpful? Give feedback.
-
@mouadessalim Just test this repo , u will understand it. |
Beta Was this translation helpful? Give feedback.
-
`
def main(page: ft.Page):
# DEFINE UTILITY buttons
SOME INTERMEDIATE CODE IS THERE
secondViewTitle = ft.AppBar(title=ft.Text("do_something2"), bgcolor=ft.colors.YELLOW_400, color=ft.colors.BLACK, toolbar_height=35)
Beta Was this translation helpful? Give feedback.
All reactions