3082 lines
72 KiB
XML
3082 lines
72 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Dialog</class>
|
|
<widget class="QDialog" name="Dialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1850</width>
|
|
<height>1000</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<widget class="QGroupBox" name="inputGroup">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>110</y>
|
|
<width>461</width>
|
|
<height>881</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>입력영역</string>
|
|
</property>
|
|
<widget class="QPushButton" name="Excel_btn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>51</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>엑셀
|
|
열기</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTableView" name="dbviewer1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>180</y>
|
|
<width>441</width>
|
|
<height>641</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="isOverseas">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>20</y>
|
|
<width>31</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>1</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="selkeyword_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>80</x>
|
|
<y>20</y>
|
|
<width>64</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>해외여부</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="selkeyword_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>80</x>
|
|
<y>74</y>
|
|
<width>64</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>추출갯수</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sortcount">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>70</y>
|
|
<width>31</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>5</string>
|
|
</property>
|
|
<property name="echoMode">
|
|
<enum>QLineEdit::Normal</enum>
|
|
</property>
|
|
<property name="cursorPosition">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="db_btn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>70</y>
|
|
<width>51</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>DB
|
|
열기</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="export_btn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>360</x>
|
|
<y>70</y>
|
|
<width>91</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>가지치기
|
|
XLS저장</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>330</x>
|
|
<y>150</y>
|
|
<width>121</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="matchCount">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>190</x>
|
|
<y>20</y>
|
|
<width>64</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>매칭갯수</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="matchCountbox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>20</y>
|
|
<width>64</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Arial</family>
|
|
<pointsize>20</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
<underline>true</underline>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="matchCount_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>190</x>
|
|
<y>70</y>
|
|
<width>64</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>타이머</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="timerLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>240</x>
|
|
<y>70</y>
|
|
<width>111</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Adobe Devanagari</family>
|
|
<pointsize>20</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>60:00</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QProgressBar" name="sc_progressBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>120</y>
|
|
<width>311</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 75 14pt "Agency FB";</string>
|
|
</property>
|
|
<property name="value">
|
|
<number>0</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="selkeyword_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>110</x>
|
|
<y>120</y>
|
|
<width>101</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Scraping</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QProgressBar" name="img_progressBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>150</y>
|
|
<width>311</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 75 14pt "Agency FB";</string>
|
|
</property>
|
|
<property name="value">
|
|
<number>0</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="selkeyword_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>110</x>
|
|
<y>150</y>
|
|
<width>111</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Save Image</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="export_btn_by_auto">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>360</x>
|
|
<y>110</y>
|
|
<width>91</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>메인키워드
|
|
XLS 저장</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="image_save_btn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>330</x>
|
|
<y>10</y>
|
|
<width>121</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Cafe24</family>
|
|
<pointsize>10</pointsize>
|
|
<weight>9</weight>
|
|
<italic>false</italic>
|
|
<bold>false</bold>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background: rgb(200, 200, 150);
|
|
font: 75 10pt "Cafe24"</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>카피맨소싱맨
|
|
이미지저장</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>480</x>
|
|
<y>110</y>
|
|
<width>1371</width>
|
|
<height>881</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>표시영역</string>
|
|
</property>
|
|
<widget class="QLineEdit" name="urlbox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>810</x>
|
|
<y>800</y>
|
|
<width>461</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>http://naver.com</string>
|
|
</property>
|
|
<property name="dragEnabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="clearButtonEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="deliveryfee">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>360</y>
|
|
<width>64</width>
|
|
<height>15</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>배송비</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="addmargin">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>480</y>
|
|
<width>81</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>더하기마진</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="addpackingfee">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>420</y>
|
|
<width>91</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>추가포장비</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="graphicsView_multi">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>310</x>
|
|
<y>30</y>
|
|
<width>170</width>
|
|
<height>810</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>291</width>
|
|
<height>151</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>1번 상품</string>
|
|
</property>
|
|
<widget class="QLabel" name="sel_item11_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>31</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>이름</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>51</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Tag</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox12">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>50</y>
|
|
<width>221</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>51</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>리뷰수</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox13">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>80</y>
|
|
<width>101</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>170</x>
|
|
<y>80</y>
|
|
<width>31</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>찜수</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox14">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>80</y>
|
|
<width>71</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>110</y>
|
|
<width>51</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>가 격</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox15">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>110</y>
|
|
<width>91</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>160</x>
|
|
<y>110</y>
|
|
<width>61</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>구매건수</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox16">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>230</x>
|
|
<y>110</y>
|
|
<width>51</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>20</y>
|
|
<width>221</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>190</y>
|
|
<width>291</width>
|
|
<height>151</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>2번 상품</string>
|
|
</property>
|
|
<widget class="QLabel" name="sel_item11_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>31</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>이름</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>51</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Tag</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox22">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>50</y>
|
|
<width>221</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12_7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>51</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>리뷰수</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox23">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>80</y>
|
|
<width>101</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12_8">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>170</x>
|
|
<y>80</y>
|
|
<width>31</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>찜수</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox24">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>80</y>
|
|
<width>71</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item11_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>110</y>
|
|
<width>51</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>가 격</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox25">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>110</y>
|
|
<width>91</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12_9">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>160</x>
|
|
<y>110</y>
|
|
<width>61</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>구매건수</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox26">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>230</x>
|
|
<y>110</y>
|
|
<width>51</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox21">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>20</y>
|
|
<width>221</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>350</y>
|
|
<width>291</width>
|
|
<height>151</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>3번 상품</string>
|
|
</property>
|
|
<widget class="QLabel" name="sel_item11_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>31</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>이름</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12_10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>51</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Tag</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox32">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>50</y>
|
|
<width>221</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12_11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>51</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>리뷰수</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox33">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>80</y>
|
|
<width>101</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12_12">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>170</x>
|
|
<y>80</y>
|
|
<width>31</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>찜수</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox34">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>80</y>
|
|
<width>71</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item11_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>110</y>
|
|
<width>51</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>가 격</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox35">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>110</y>
|
|
<width>91</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12_13">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>160</x>
|
|
<y>110</y>
|
|
<width>61</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>구매건수</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox36">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>230</x>
|
|
<y>110</y>
|
|
<width>51</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox31">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>20</y>
|
|
<width>221</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>510</y>
|
|
<width>291</width>
|
|
<height>151</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>4번 상품</string>
|
|
</property>
|
|
<widget class="QLabel" name="sel_item11_7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>31</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>이름</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12_14">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>51</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Tag</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox42">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>50</y>
|
|
<width>221</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12_15">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>51</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>리뷰수</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox43">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>80</y>
|
|
<width>101</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12_16">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>170</x>
|
|
<y>80</y>
|
|
<width>31</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>찜수</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox44">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>80</y>
|
|
<width>71</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item11_8">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>110</y>
|
|
<width>51</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>가 격</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox45">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>110</y>
|
|
<width>91</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12_17">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>160</x>
|
|
<y>110</y>
|
|
<width>61</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>구매건수</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox46">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>230</x>
|
|
<y>110</y>
|
|
<width>51</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox41">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>20</y>
|
|
<width>221</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>670</y>
|
|
<width>291</width>
|
|
<height>151</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>5번 상품</string>
|
|
</property>
|
|
<widget class="QLabel" name="sel_item11_9">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>31</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>이름</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12_18">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>51</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Tag</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox52">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>50</y>
|
|
<width>221</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12_19">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>51</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>리뷰수</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox53">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>80</y>
|
|
<width>101</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12_20">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>170</x>
|
|
<y>80</y>
|
|
<width>31</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>찜수</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox54">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>80</y>
|
|
<width>71</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item11_10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>110</y>
|
|
<width>51</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>가 격</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox55">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>110</y>
|
|
<width>91</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12_21">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>160</x>
|
|
<y>110</y>
|
|
<width>61</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>구매건수</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox56">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>230</x>
|
|
<y>110</y>
|
|
<width>51</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox51">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>20</y>
|
|
<width>221</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QPushButton" name="urlgobtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1280</x>
|
|
<y>800</y>
|
|
<width>41</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>GO</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12_22">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>300</y>
|
|
<width>51</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Tag</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itemtagbox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>320</y>
|
|
<width>151</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="clearButtonEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="matchbtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>200</y>
|
|
<width>121</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(0, 255, 255);
|
|
font: 75 16pt "Arial";
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>매칭</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="search_keyword_box">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>630</x>
|
|
<y>10</y>
|
|
<width>191</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="clearButtonEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="searchbtn_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>830</x>
|
|
<y>10</y>
|
|
<width>111</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>중국어
|
|
키워드 검색</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="default">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="switchBtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1090</x>
|
|
<y>10</y>
|
|
<width>91</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-color: rgb(33, 33, 33);
|
|
background-color: rgb(170, 255, 255);
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>PC-모바일
|
|
전환</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>640</x>
|
|
<y>60</y>
|
|
<width>731</width>
|
|
<height>741</height>
|
|
</rect>
|
|
</property>
|
|
<property name="currentIndex">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="tabBarAutoHide">
|
|
<bool>false</bool>
|
|
</property>
|
|
<widget class="QWidget" name="tab_3">
|
|
<attribute name="title">
|
|
<string>자동매칭</string>
|
|
</attribute>
|
|
<widget class="QGroupBox" name="tao_Item_Gr_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>20</y>
|
|
<width>311</width>
|
|
<height>211</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(216, 216, 184);
|
|
</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QLabel" name="sel_item_price_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>70</y>
|
|
<width>41</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LeftToRight</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>가격</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_price_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>70</y>
|
|
<width>81</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item_pur_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>100</y>
|
|
<width>41</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>구매</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_pur_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>100</y>
|
|
<width>81</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="current_img_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>40</y>
|
|
<width>161</width>
|
|
<height>161</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_title_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>291</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="select_btn_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>160</y>
|
|
<width>51</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>선택</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_id_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>40</y>
|
|
<width>81</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item_id_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>40</y>
|
|
<width>31</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LeftToRight</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>ID</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="link_btn_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>160</y>
|
|
<width>61</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>링크</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="tao_Item_Gr_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>250</y>
|
|
<width>311</width>
|
|
<height>211</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(216, 216, 184);
|
|
</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QLabel" name="sel_item_price_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>70</y>
|
|
<width>41</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LeftToRight</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>가격</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_price_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>70</y>
|
|
<width>81</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item_pur_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>100</y>
|
|
<width>41</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>구매</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_pur_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>100</y>
|
|
<width>81</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="current_img_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>40</y>
|
|
<width>161</width>
|
|
<height>161</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_title_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>291</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="select_btn_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>160</y>
|
|
<width>51</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>선택</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_id_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>40</y>
|
|
<width>81</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item_id_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>40</y>
|
|
<width>31</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LeftToRight</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>ID</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="link_btn_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>160</y>
|
|
<width>61</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>링크</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="tao_Item_Gr_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>480</y>
|
|
<width>311</width>
|
|
<height>211</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(216, 216, 184);
|
|
</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QLabel" name="sel_item_price_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>70</y>
|
|
<width>41</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LeftToRight</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>가격</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_price_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>70</y>
|
|
<width>81</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item_pur_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>100</y>
|
|
<width>41</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>구매</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_pur_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>100</y>
|
|
<width>81</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="current_img_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>40</y>
|
|
<width>161</width>
|
|
<height>161</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_title_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>291</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="select_btn_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>160</y>
|
|
<width>51</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>선택</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_id_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>40</y>
|
|
<width>81</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item_id_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>40</y>
|
|
<width>31</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LeftToRight</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>ID</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="link_btn_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>160</y>
|
|
<width>61</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>링크</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="tao_Item_Gr_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>360</x>
|
|
<y>20</y>
|
|
<width>311</width>
|
|
<height>211</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(216, 216, 184);
|
|
</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QLabel" name="sel_item_price_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>70</y>
|
|
<width>41</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LeftToRight</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>가격</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_price_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>70</y>
|
|
<width>81</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item_pur_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>100</y>
|
|
<width>41</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>구매</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_pur_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>100</y>
|
|
<width>81</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="current_img_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>40</y>
|
|
<width>161</width>
|
|
<height>161</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_title_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>291</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="select_btn_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>160</y>
|
|
<width>51</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>선택</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_id_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>40</y>
|
|
<width>81</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item_id_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>40</y>
|
|
<width>31</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LeftToRight</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>ID</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="link_btn_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>160</y>
|
|
<width>61</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>링크</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="tao_Item_Gr_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>360</x>
|
|
<y>250</y>
|
|
<width>311</width>
|
|
<height>211</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(216, 216, 184);
|
|
</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QLabel" name="sel_item_price_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>70</y>
|
|
<width>41</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LeftToRight</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>가격</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_price_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>70</y>
|
|
<width>81</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item_pur_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>100</y>
|
|
<width>41</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>구매</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_pur_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>100</y>
|
|
<width>81</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="current_img_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>40</y>
|
|
<width>161</width>
|
|
<height>161</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_title_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>291</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="select_btn_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>160</y>
|
|
<width>51</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>선택</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_id_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>40</y>
|
|
<width>81</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item_id_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>40</y>
|
|
<width>31</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LeftToRight</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>ID</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="link_btn_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>160</y>
|
|
<width>61</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>링크</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="tao_Item_Gr_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>360</x>
|
|
<y>480</y>
|
|
<width>311</width>
|
|
<height>211</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(216, 216, 184);
|
|
</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QLabel" name="sel_item_price_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>70</y>
|
|
<width>41</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LeftToRight</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>가격</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_price_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>70</y>
|
|
<width>81</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item_pur_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>100</y>
|
|
<width>41</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>구매</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_pur_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>100</y>
|
|
<width>81</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="current_img_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>40</y>
|
|
<width>161</width>
|
|
<height>161</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_title_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>291</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="select_btn_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>160</y>
|
|
<width>51</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>선택</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_itembox_id_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>40</y>
|
|
<width>81</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item_id_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>40</y>
|
|
<width>31</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LeftToRight</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>ID</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="link_btn_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>160</y>
|
|
<width>61</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>링크</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="tab_1">
|
|
<attribute name="title">
|
|
<string>모바일탭-텍스트검색</string>
|
|
</attribute>
|
|
<widget class="QWebEngineView" name="webEngineView">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>711</width>
|
|
<height>731</height>
|
|
</rect>
|
|
</property>
|
|
<property name="url">
|
|
<url>
|
|
<string>https://m.intl.taobao.com/</string>
|
|
</url>
|
|
</property>
|
|
<property name="zoomFactor">
|
|
<double>0.500000000000000</double>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="tab_2">
|
|
<attribute name="title">
|
|
<string>PC탭-이미지검색</string>
|
|
</attribute>
|
|
<widget class="QWebEngineView" name="webEngineView_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>711</width>
|
|
<height>731</height>
|
|
</rect>
|
|
</property>
|
|
<property name="url">
|
|
<url>
|
|
<string>https://world.taobao.com/</string>
|
|
</url>
|
|
</property>
|
|
<property name="zoomFactor">
|
|
<double>0.400000000000000</double>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QLabel" name="cat1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>540</y>
|
|
<width>81</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>카테고리 1</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="cat2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>600</y>
|
|
<width>81</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>카테고리 2</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="cat3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>660</y>
|
|
<width>81</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>카테고리 3</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="cat4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>720</y>
|
|
<width>81</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>카테고리 4</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="catbox1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>560</y>
|
|
<width>111</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="clearButtonEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="catbox2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>620</y>
|
|
<width>111</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="clearButtonEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="catbox3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>680</y>
|
|
<width>111</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="clearButtonEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="catbox4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>740</y>
|
|
<width>111</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="clearButtonEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="catcodebox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>800</y>
|
|
<width>111</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="clearButtonEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="cat4_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>780</y>
|
|
<width>121</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>카테고리 코드</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="addmargin_spbox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>500</y>
|
|
<width>111</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Agency FB</family>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="buttonSymbols">
|
|
<enum>QAbstractSpinBox::PlusMinus</enum>
|
|
</property>
|
|
<property name="correctionMode">
|
|
<enum>QAbstractSpinBox::CorrectToPreviousValue</enum>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>1000</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>600000</number>
|
|
</property>
|
|
<property name="singleStep">
|
|
<number>1000</number>
|
|
</property>
|
|
<property name="stepType">
|
|
<enum>QAbstractSpinBox::DefaultStepType</enum>
|
|
</property>
|
|
<property name="value">
|
|
<number>5000</number>
|
|
</property>
|
|
<property name="displayIntegerBase">
|
|
<number>10</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="addpackingfee_spbox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>440</y>
|
|
<width>111</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Agency FB</family>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="buttonSymbols">
|
|
<enum>QAbstractSpinBox::PlusMinus</enum>
|
|
</property>
|
|
<property name="correctionMode">
|
|
<enum>QAbstractSpinBox::CorrectToPreviousValue</enum>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100000</number>
|
|
</property>
|
|
<property name="singleStep">
|
|
<number>1000</number>
|
|
</property>
|
|
<property name="stepType">
|
|
<enum>QAbstractSpinBox::DefaultStepType</enum>
|
|
</property>
|
|
<property name="value">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="displayIntegerBase">
|
|
<number>10</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="delivfee_spbox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>380</y>
|
|
<width>111</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Agency FB</family>
|
|
<pointsize>16</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="buttonSymbols">
|
|
<enum>QAbstractSpinBox::PlusMinus</enum>
|
|
</property>
|
|
<property name="correctionMode">
|
|
<enum>QAbstractSpinBox::CorrectToPreviousValue</enum>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>7000</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>6000000</number>
|
|
</property>
|
|
<property name="singleStep">
|
|
<number>1000</number>
|
|
</property>
|
|
<property name="stepType">
|
|
<enum>QAbstractSpinBox::DefaultStepType</enum>
|
|
</property>
|
|
<property name="value">
|
|
<number>7000</number>
|
|
</property>
|
|
<property name="displayIntegerBase">
|
|
<number>10</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="img_searchbtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>10</y>
|
|
<width>121</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Arial</family>
|
|
<pointsize>12</pointsize>
|
|
<weight>9</weight>
|
|
<italic>false</italic>
|
|
<bold>false</bold>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(234, 217, 211);
|
|
font: 75 12pt "Arial";
|
|
border-color: rgb(0, 0, 0);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>현재
|
|
이미지 검색</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="current_img">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>70</y>
|
|
<width>120</width>
|
|
<height>120</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="backbtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>950</x>
|
|
<y>10</y>
|
|
<width>61</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>뒤로</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="forwardbtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1020</x>
|
|
<y>10</y>
|
|
<width>61</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>앞으로</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="taourl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>680</x>
|
|
<y>840</y>
|
|
<width>131</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>PC변환-URL</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="taourlbox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>810</x>
|
|
<y>840</y>
|
|
<width>461</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="taourl_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>680</x>
|
|
<y>800</y>
|
|
<width>111</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>현재 실제주소</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="automatchBtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1210</x>
|
|
<y>10</y>
|
|
<width>71</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-color: rgb(33, 33, 33);
|
|
background-color: rgb(170, 255, 255);
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>자동
|
|
매칭</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="tao_Img_save_Btn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1290</x>
|
|
<y>10</y>
|
|
<width>71</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>타오IMG
|
|
저장</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="unMatching">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>490</x>
|
|
<y>250</y>
|
|
<width>121</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(180, 180, 255);
|
|
font: 75 16pt "Arial";
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>매칭취소</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QPushButton" name="timerStart">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>30</y>
|
|
<width>61</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Start</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="default">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="timerStop">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>330</x>
|
|
<y>30</y>
|
|
<width>51</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Stop</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="default">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="timerSet">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>30</y>
|
|
<width>61</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Set</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="default">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="timerMinute">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>110</x>
|
|
<y>30</y>
|
|
<width>31</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>60</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="timerSecond">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>170</x>
|
|
<y>30</y>
|
|
<width>31</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>00</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="matchCount_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>30</y>
|
|
<width>31</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>분</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="matchCount_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>30</y>
|
|
<width>31</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>초</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="papagoApi">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>480</x>
|
|
<y>20</y>
|
|
<width>101</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>PAPAGO API</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="selkeywordbox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1110</x>
|
|
<y>70</y>
|
|
<width>731</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 10pt "새굴림";</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="clearButtonEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="selkeyword">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1000</x>
|
|
<y>70</y>
|
|
<width>101</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Arial</family>
|
|
<pointsize>11</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>현재상품</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sel_item12_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1000</x>
|
|
<y>30</y>
|
|
<width>101</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Arial</family>
|
|
<pointsize>10</pointsize>
|
|
<weight>75</weight>
|
|
<italic>true</italic>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>연관키워드
|
|
(가지치기)</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sel_relatedTagbox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1110</x>
|
|
<y>30</y>
|
|
<width>731</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="clearButtonEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="full_auto">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>730</x>
|
|
<y>10</y>
|
|
<width>91</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background: rgb(255, 0, 187);
|
|
font: 75 12pt "Cafe24 Ssurround Bold"</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>풀-오토</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="tanya_btn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>70</y>
|
|
<width>51</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>타냐
|
|
열기</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QDialogButtonBox" name="sc_button_ori">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>850</x>
|
|
<y>10</y>
|
|
<width>91</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Cafe24 Ohsquare OTF</family>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>1. 네이버쇼핑 스크래핑</p><p>2. 스크래핑 이미지 저장</p><p>3. 타오바오 스크래핑</p><p>4. 타오바오 이미지저장</p></body></html></string>
|
|
</property>
|
|
<property name="standardButtons">
|
|
<set>QDialogButtonBox::Apply</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="copyman_Excel_btn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>70</y>
|
|
<width>51</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>카피맨
|
|
열기</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="sourcingman_Excel_btn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</x>
|
|
<y>70</y>
|
|
<width>51</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>소싱맨
|
|
열기</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="sc_button">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>380</x>
|
|
<y>60</y>
|
|
<width>91</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Cafe24 Ssurround Bold</family>
|
|
<pointsize>12</pointsize>
|
|
<weight>9</weight>
|
|
<italic>false</italic>
|
|
<bold>false</bold>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background: rgb(255, 0, 187);
|
|
font: 75 12pt "Cafe24 Ssurround Bold"</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>네이버
|
|
스크래핑</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>QWebEngineView</class>
|
|
<extends>QWidget</extends>
|
|
<header location="global">QtWebEngineWidgets/QWebEngineView</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>forwardbtn</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>webEngineView_2</receiver>
|
|
<slot>forward()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>1571</x>
|
|
<y>95</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>1304</x>
|
|
<y>790</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>backbtn</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>webEngineView_2</receiver>
|
|
<slot>back()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>1497</x>
|
|
<y>96</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>1223</x>
|
|
<y>757</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
<designerdata>
|
|
<property name="gridDeltaX">
|
|
<number>10</number>
|
|
</property>
|
|
<property name="gridDeltaY">
|
|
<number>10</number>
|
|
</property>
|
|
<property name="gridSnapX">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="gridSnapY">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="gridVisible">
|
|
<bool>true</bool>
|
|
</property>
|
|
</designerdata>
|
|
<slots>
|
|
<slot>openxls()</slot>
|
|
<slot>opentxt()</slot>
|
|
<slot>scrapingstart()</slot>
|
|
<slot>matchingstart()</slot>
|
|
<slot>urlgobtnclick()</slot>
|
|
</slots>
|
|
</ui>
|