175 lines
3.6 KiB
Plaintext
175 lines
3.6 KiB
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|||
|
|
<ui version="4.0">
|
|||
|
|
<class>RedisConfig</class>
|
|||
|
|
<widget class="QWidget" name="RedisConfig">
|
|||
|
|
<property name="geometry">
|
|||
|
|
<rect>
|
|||
|
|
<x>0</x>
|
|||
|
|
<y>0</y>
|
|||
|
|
<width>337</width>
|
|||
|
|
<height>292</height>
|
|||
|
|
</rect>
|
|||
|
|
</property>
|
|||
|
|
<property name="windowTitle">
|
|||
|
|
<string>Redis 配置</string>
|
|||
|
|
</property>
|
|||
|
|
<widget class="QPushButton" name="pushButton_confirm">
|
|||
|
|
<property name="geometry">
|
|||
|
|
<rect>
|
|||
|
|
<x>50</x>
|
|||
|
|
<y>230</y>
|
|||
|
|
<width>75</width>
|
|||
|
|
<height>23</height>
|
|||
|
|
</rect>
|
|||
|
|
</property>
|
|||
|
|
<property name="text">
|
|||
|
|
<string>确定</string>
|
|||
|
|
</property>
|
|||
|
|
</widget>
|
|||
|
|
<widget class="QLineEdit" name="lineEdit_ip">
|
|||
|
|
<property name="geometry">
|
|||
|
|
<rect>
|
|||
|
|
<x>90</x>
|
|||
|
|
<y>60</y>
|
|||
|
|
<width>151</width>
|
|||
|
|
<height>25</height>
|
|||
|
|
</rect>
|
|||
|
|
</property>
|
|||
|
|
<property name="minimumSize">
|
|||
|
|
<size>
|
|||
|
|
<width>0</width>
|
|||
|
|
<height>25</height>
|
|||
|
|
</size>
|
|||
|
|
</property>
|
|||
|
|
</widget>
|
|||
|
|
<widget class="QPushButton" name="pushButton_cancel">
|
|||
|
|
<property name="geometry">
|
|||
|
|
<rect>
|
|||
|
|
<x>170</x>
|
|||
|
|
<y>230</y>
|
|||
|
|
<width>75</width>
|
|||
|
|
<height>23</height>
|
|||
|
|
</rect>
|
|||
|
|
</property>
|
|||
|
|
<property name="text">
|
|||
|
|
<string>取消</string>
|
|||
|
|
</property>
|
|||
|
|
</widget>
|
|||
|
|
<widget class="QLabel" name="label">
|
|||
|
|
<property name="geometry">
|
|||
|
|
<rect>
|
|||
|
|
<x>100</x>
|
|||
|
|
<y>10</y>
|
|||
|
|
<width>111</width>
|
|||
|
|
<height>16</height>
|
|||
|
|
</rect>
|
|||
|
|
</property>
|
|||
|
|
<property name="text">
|
|||
|
|
<string>Redis 服务器配置</string>
|
|||
|
|
</property>
|
|||
|
|
</widget>
|
|||
|
|
<widget class="QLabel" name="label_3">
|
|||
|
|
<property name="geometry">
|
|||
|
|
<rect>
|
|||
|
|
<x>20</x>
|
|||
|
|
<y>110</y>
|
|||
|
|
<width>54</width>
|
|||
|
|
<height>12</height>
|
|||
|
|
</rect>
|
|||
|
|
</property>
|
|||
|
|
<property name="text">
|
|||
|
|
<string>端口:</string>
|
|||
|
|
</property>
|
|||
|
|
</widget>
|
|||
|
|
<widget class="QLabel" name="label_2">
|
|||
|
|
<property name="geometry">
|
|||
|
|
<rect>
|
|||
|
|
<x>20</x>
|
|||
|
|
<y>70</y>
|
|||
|
|
<width>54</width>
|
|||
|
|
<height>12</height>
|
|||
|
|
</rect>
|
|||
|
|
</property>
|
|||
|
|
<property name="text">
|
|||
|
|
<string>IP:</string>
|
|||
|
|
</property>
|
|||
|
|
</widget>
|
|||
|
|
<widget class="QLineEdit" name="lineEdit_redis_key">
|
|||
|
|
<property name="geometry">
|
|||
|
|
<rect>
|
|||
|
|
<x>90</x>
|
|||
|
|
<y>140</y>
|
|||
|
|
<width>151</width>
|
|||
|
|
<height>25</height>
|
|||
|
|
</rect>
|
|||
|
|
</property>
|
|||
|
|
<property name="minimumSize">
|
|||
|
|
<size>
|
|||
|
|
<width>0</width>
|
|||
|
|
<height>25</height>
|
|||
|
|
</size>
|
|||
|
|
</property>
|
|||
|
|
</widget>
|
|||
|
|
<widget class="QLabel" name="label_4">
|
|||
|
|
<property name="geometry">
|
|||
|
|
<rect>
|
|||
|
|
<x>20</x>
|
|||
|
|
<y>150</y>
|
|||
|
|
<width>61</width>
|
|||
|
|
<height>16</height>
|
|||
|
|
</rect>
|
|||
|
|
</property>
|
|||
|
|
<property name="text">
|
|||
|
|
<string>redis key:</string>
|
|||
|
|
</property>
|
|||
|
|
</widget>
|
|||
|
|
<widget class="QLineEdit" name="lineEdit_code">
|
|||
|
|
<property name="geometry">
|
|||
|
|
<rect>
|
|||
|
|
<x>90</x>
|
|||
|
|
<y>180</y>
|
|||
|
|
<width>151</width>
|
|||
|
|
<height>25</height>
|
|||
|
|
</rect>
|
|||
|
|
</property>
|
|||
|
|
<property name="minimumSize">
|
|||
|
|
<size>
|
|||
|
|
<width>0</width>
|
|||
|
|
<height>25</height>
|
|||
|
|
</size>
|
|||
|
|
</property>
|
|||
|
|
</widget>
|
|||
|
|
<widget class="QLabel" name="label_5">
|
|||
|
|
<property name="geometry">
|
|||
|
|
<rect>
|
|||
|
|
<x>20</x>
|
|||
|
|
<y>190</y>
|
|||
|
|
<width>54</width>
|
|||
|
|
<height>12</height>
|
|||
|
|
</rect>
|
|||
|
|
</property>
|
|||
|
|
<property name="text">
|
|||
|
|
<string>code:</string>
|
|||
|
|
</property>
|
|||
|
|
</widget>
|
|||
|
|
<widget class="QLineEdit" name="lineEdit_port">
|
|||
|
|
<property name="geometry">
|
|||
|
|
<rect>
|
|||
|
|
<x>90</x>
|
|||
|
|
<y>100</y>
|
|||
|
|
<width>151</width>
|
|||
|
|
<height>25</height>
|
|||
|
|
</rect>
|
|||
|
|
</property>
|
|||
|
|
<property name="minimumSize">
|
|||
|
|
<size>
|
|||
|
|
<width>0</width>
|
|||
|
|
<height>25</height>
|
|||
|
|
</size>
|
|||
|
|
</property>
|
|||
|
|
</widget>
|
|||
|
|
</widget>
|
|||
|
|
<resources/>
|
|||
|
|
<connections/>
|
|||
|
|
</ui>
|