forked from GSam/Capture2Text
-
Notifications
You must be signed in to change notification settings - Fork 3
/
WelcomeDialog.ui
79 lines (79 loc) · 3.08 KB
/
WelcomeDialog.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>WelcomeDialog</class>
<widget class="QDialog" name="WelcomeDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>453</width>
<height>408</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
<property name="windowTitle">
<string>Welcome to Capture2Text</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="labelHello">
<property name="text">
<string><html><head/><body><p>Hello, this appears to be your first time running Capture2Text. </p><p>Capture2Text is operated though the use of hotkeys (ie. keyboard shortcuts). </p><p>It is recommended that you familiarize yourself with the hotkeys and other settings by right-clicking the Capture2Text icon in the bottom-right corner and selecting &quot;Settings...&quot; from the menu or by browsing through the <a href="none"><span style=" text-decoration: underline; color:#007af4;">documentation</span></a>. </p><p align="center"><img src="qrc:/img/img/TrayExampleWithArrow.png"/></p><p>To get you started, the default hotkey for performing an OCR capture is: </p><p align="center"><img src="qrc:/img/img/Default_Capture_Hotkey.png"/><br />(Windows Key + Q)</p><p>Once the capture has started, position the capture box over the desired text and press the left-mouse button (or press the hotkey again or ENTER). To move the entire capture box, hold down the right-mouse button and drag. To cancel a capture, press ESC.</p><p>Thank you!</p><p>(This message will not appear again) </p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>WelcomeDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>WelcomeDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>