<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: mukkanti</title>
    <description>The latest articles on DEV Community by mukkanti (@mukkanti_ecf064e).</description>
    <link>https://dev.to/mukkanti_ecf064e</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2980476%2F98008f95-5985-4cd7-8e88-a6a9ba276efa.png</url>
      <title>DEV Community: mukkanti</title>
      <link>https://dev.to/mukkanti_ecf064e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mukkanti_ecf064e"/>
    <language>en</language>
    <item>
      <title>Freezing Issue for Internal Tools in Pyqt</title>
      <dc:creator>mukkanti</dc:creator>
      <pubDate>Thu, 27 Mar 2025 06:15:05 +0000</pubDate>
      <link>https://dev.to/mukkanti_ecf064e/freezing-issue-for-internal-tools-in-pyqt-17do</link>
      <guid>https://dev.to/mukkanti_ecf064e/freezing-issue-for-internal-tools-in-pyqt-17do</guid>
      <description>&lt;p&gt;Hello All, &lt;br&gt;
I have develop a GUI Application using PyQt for adding dynamic tools from config files&lt;br&gt;
Config are normally a json files&lt;/p&gt;

&lt;p&gt;Tools are with .Py Extension&lt;br&gt;
Config files mainly contains the mainly 4 components&lt;br&gt;
1.Icon Image&lt;br&gt;
2.Path&lt;br&gt;
3.Class&lt;br&gt;
4.Method&lt;br&gt;
Using these four components validate the path then based on class and method the tool will work&lt;/p&gt;

&lt;p&gt;Let's assume I add small gui as tool into main application&lt;br&gt;
It loads as Icon in a tab when I click on that it will open as new tab, inside that new tab it allows to work or perform the task based on code because it's a small gui while executing the code or working the task whole application is freezing until the execution completes &lt;/p&gt;

&lt;p&gt;Please help me to solve the issue in dynamic manner&lt;/p&gt;

</description>
      <category>pyqt5</category>
      <category>python</category>
      <category>qt</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
