PyMOL-MCP

by vrtejus
Verified
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Form</class> <widget class="QWidget" name="Form"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>320</width> <height>320</height> </rect> </property> <property name="windowTitle"> <string notr="true">PyMOL MCP Plugin</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>280</width> <height>60</height> </size> </property> <property name="styleSheet"> <string notr="true">background-color: #000;color:white; padding: 20px</string> </property> <property name="text"> <string notr="true">PyMOL MCP Plugin Socket Server for MCP Integration</string> </property> <property name="textFormat"> <enum>Qt::PlainText</enum> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string notr="true">Port</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QSpinBox" name="input_port"> <property name="minimum"> <number>1024</number> </property> <property name="maximum"> <number>65535</number> </property> <property name="value"> <number>9876</number> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string notr="true">Status:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLabel" name="label_status"> <property name="text"> <string notr="true">Not listening</string> </property> <property name="styleSheet"> <string notr="true">color: red;</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QPushButton" name="button_toggle_listening"> <property name="text"> <string notr="true">Start Listening</string> </property> </widget> </item> <!-- <item> <widget class="QPushButton" name="button_show_commands"> <property name="text"> <string notr="true">Show Commands</string> </property> </widget> </item> --> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <!-- <item> <widget class="QPushButton" name="button_clear_commands"> <property name="text"> <string notr="true">Clear Commands</string> </property> </widget> </item> --> <item> <widget class="QPushButton" name="button_close"> <property name="text"> <string notr="true">Close</string> </property> </widget> </item> </layout> </item> </layout> </widget> <resources/> <connections/> </ui>