summaryrefslogtreecommitdiffstats
path: root/twin4/twin4/AboutDlg.kdevdlg
blob: d0dc1d8713dadb3ed0aadfb71d172f8e7f2aa233 (plain)
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
// KDevelop Dialog Editor File (.kdevdlg)
// 
// Created by KDlgEdit Version 0.1alpha (C) 1999 by Pascal Krahmer
// Get KDevelop including KDlgEdit at "www.beast.de/tdevelop"
// 
data Information
{
   Filename="/home/martin/mgames/twin4/twin4/AboutDlg.kdevdlg"
   KDevelopVersion="1.1"
   DlgEditVersion="0.1alpha"
   LastChanged="Mon Apr 17 09:29:55 2000"
}

data SessionManagement
{
   OpenedRoot_1="Appearance"
   OpenedRoot_2="C++ Code"
   OpenedRoot_3="General"
   OpenedRoot_4="Geometry"
   OpenedRootCount="4"
}

item QWidget
{
   Name="KWin4"
   VarName="this"
   X="0"
   Y="0"
   Width="320"
   Height="290"
   MinWidth="0"
   MinHeight="0"

   item QGroupBox
   {
      Name="NoName"
      VarName="QGroupBox_1"
      X="20"
      Y="10"
      Width="280"
      Height="230"
      MinWidth="0"
      MinHeight="0"

      item QLabel
      {
         Name="NoName"
         VarName="QLabel_1"
         X="10"
         Y="90"
         Width="260"
         Height="40"
         MinWidth="0"
         MinHeight="0"
         Text="Mail: martin@heni-online.de"
      }

      item QLabel
      {
         Name="NoName"
         VarName="QLabel_7"
         X="160"
         Y="10"
         Width="90"
         Height="30"
         MinWidth="0"
         MinHeight="0"
         Text="Four wins"
      }

      item QLabel
      {
         Name="NoName"
         VarName="QLabel_2"
         X="10"
         Y="10"
         Width="120"
         Height="70"
         MinWidth="0"
         MinHeight="0"
         BgPixmap=*mPixmap
      }

      item QLabel
      {
         Name="NoName"
         VarName="QLabel_8"
         X="10"
         Y="70"
         Width="200"
         Height="25"
         MinWidth="0"
         MinHeight="0"
         Text="(c) 1995-2000 by Martin Heni"
      }

      item QLabel
      {
         Name="NoName"
         VarName="QLabel_5"
         X="10"
         Y="120"
         Width="260"
         Height="100"
         MinWidth="0"
         MinHeight="0"
         Text="Gamefeatures:\n- Multiplayer network game\n- Computerplayer with ten levels\n\nThanks to Laura for betatesting!\n"
      }

      item QLabel
      {
         Name="NoName"
         VarName="QLabel_11"
         X="160"
         Y="40"
         Width="100"
         Height="30"
         MinWidth="0"
         MinHeight="0"
         Text="Version 0.9"
      }

   }

   item QPushButton
   {
      Name="NoName"
      VarName="QPushButton_1"
      HasFocus="true"
      X="110"
      Y="250"
      Width="100"
      Height="30"
      MinWidth="0"
      MinHeight="0"
      Text="Ok"
   }
}